decidim-system 0.26.8 → 0.26.9
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/controllers/decidim/system/application_controller.rb +1 -0
- data/app/forms/decidim/system/admin_form.rb +1 -1
- data/app/views/decidim/system/admins/edit.html.erb +2 -0
- data/app/views/decidim/system/admins/index.html.erb +2 -0
- data/app/views/decidim/system/admins/new.html.erb +2 -0
- data/app/views/decidim/system/admins/show.html.erb +2 -2
- data/app/views/decidim/system/dashboard/show.html.erb +2 -0
- data/app/views/decidim/system/devise/passwords/edit.html.erb +2 -2
- data/app/views/decidim/system/devise/passwords/new.html.erb +2 -2
- data/app/views/decidim/system/devise/sessions/new.html.erb +2 -2
- data/app/views/decidim/system/devise/shared/_links.html.erb +5 -11
- data/app/views/decidim/system/oauth_applications/edit.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/index.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/new.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/show.html.erb +2 -0
- data/app/views/decidim/system/organizations/edit.html.erb +6 -0
- data/app/views/decidim/system/organizations/index.html.erb +2 -0
- data/app/views/decidim/system/organizations/new.html.erb +5 -3
- data/app/views/layouts/decidim/system/_login_items.html.erb +1 -1
- data/app/views/layouts/decidim/system/application.html.erb +3 -2
- data/app/views/layouts/decidim/system/login.html.erb +1 -1
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +3 -3
- data/config/locales/bg.yml +3 -0
- data/config/locales/ca.yml +30 -2
- data/config/locales/cs.yml +30 -2
- data/config/locales/de.yml +33 -5
- data/config/locales/el.yml +4 -2
- data/config/locales/en.yml +30 -2
- data/config/locales/es-MX.yml +30 -2
- data/config/locales/es-PY.yml +30 -2
- data/config/locales/es.yml +30 -2
- data/config/locales/eu.yml +48 -20
- data/config/locales/fa-IR.yml +5 -0
- data/config/locales/fi-plain.yml +30 -2
- data/config/locales/fi.yml +30 -2
- data/config/locales/fr-CA.yml +30 -2
- data/config/locales/fr.yml +30 -2
- data/config/locales/ga-IE.yml +2 -0
- data/config/locales/gl.yml +2 -2
- data/config/locales/hu.yml +21 -3
- data/config/locales/id-ID.yml +2 -3
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +2 -2
- data/config/locales/ja.yml +30 -2
- data/config/locales/lb.yml +5 -0
- data/config/locales/lt.yml +4 -2
- data/config/locales/lv.yml +2 -3
- data/config/locales/nl.yml +2 -3
- data/config/locales/no.yml +2 -2
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +2 -2
- data/config/locales/pt.yml +2 -2
- data/config/locales/ro-RO.yml +10 -2
- data/config/locales/ru.yml +2 -3
- data/config/locales/sk.yml +2 -3
- data/config/locales/sl.yml +2 -1
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +2 -2
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +3 -3
- data/config/locales/uk.yml +2 -3
- data/config/locales/zh-CN.yml +2 -2
- data/config/locales/zh-TW.yml +4 -2
- data/lib/decidim/system/version.rb +1 -1
- metadata +14 -6
data/config/locales/is-IS.yml
CHANGED
@@ -16,6 +16,8 @@ is-IS:
|
|
16
16
|
new:
|
17
17
|
create: Búa til
|
18
18
|
title: Nýr admin
|
19
|
+
show:
|
20
|
+
edit: Breyta
|
19
21
|
default_pages:
|
20
22
|
placeholders:
|
21
23
|
content: Vinsamlegast bættu við mikilvægu efni á %{page} truflanir síðunni á stjórnborðinu.
|
@@ -38,14 +40,12 @@ is-IS:
|
|
38
40
|
fields:
|
39
41
|
created_at: Búið til á
|
40
42
|
name: Nafn
|
41
|
-
name: Skipulag
|
42
43
|
organizations:
|
43
44
|
edit:
|
44
45
|
secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
|
45
46
|
index:
|
46
47
|
title: Stofnanir
|
47
48
|
new:
|
48
|
-
secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
|
49
49
|
title: Ný samtök
|
50
50
|
shared:
|
51
51
|
notices:
|
data/config/locales/it.yml
CHANGED
@@ -54,6 +54,8 @@ it:
|
|
54
54
|
new:
|
55
55
|
create: Crea
|
56
56
|
title: Nuovo Amministratore
|
57
|
+
show:
|
58
|
+
edit: Modifica
|
57
59
|
update:
|
58
60
|
error: E' successo un errore durante la modifica di questo utente Admin.
|
59
61
|
success: Admin modificato con successo
|
@@ -144,8 +146,6 @@ it:
|
|
144
146
|
index:
|
145
147
|
title: Organizzazioni
|
146
148
|
new:
|
147
|
-
reference_prefix_hint: Il prefisso di riferimento è utilizzato solamente per identificare le risorse in tutte le organizzazioni
|
148
|
-
secondary_hosts_hint: Inserisci ciascun elemento in una nuova linea
|
149
149
|
title: Nuova Organizzazione
|
150
150
|
omniauth_settings:
|
151
151
|
decidim:
|
data/config/locales/ja.yml
CHANGED
@@ -54,6 +54,9 @@ ja:
|
|
54
54
|
new:
|
55
55
|
create: 作成
|
56
56
|
title: 新しい管理者
|
57
|
+
show:
|
58
|
+
destroy: 削除
|
59
|
+
edit: 編集
|
57
60
|
update:
|
58
61
|
error: 管理者の更新中に問題が発生しました。
|
59
62
|
success: 管理者が正常に更新されました
|
@@ -64,6 +67,21 @@ ja:
|
|
64
67
|
placeholders:
|
65
68
|
content: 管理ダッシュボードの %{page} 静的ページに意味のあるコンテンツを追加してください。
|
66
69
|
title: '%{page} のデフォルトのタイトル'
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: パスワードの変更
|
74
|
+
minimum_characters: "(%{minimum} 文字以上)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: パスワード再発行
|
77
|
+
send_me_reset_password_instructions: パスワードリセット手順の送信
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: 確認メールを受信できませんでしたか?
|
81
|
+
did_not_receive_unlock_instructions?: ロック解除メールを受信できませんでしたか?
|
82
|
+
forgot_your_password?: パスワードをお忘れですか?
|
83
|
+
log_in: ログイン
|
84
|
+
sign_up: 新規登録
|
67
85
|
menu:
|
68
86
|
admins: 管理者
|
69
87
|
dashboard: ダッシュボード
|
@@ -123,6 +141,7 @@ ja:
|
|
123
141
|
success: 組織が正常に作成されました。
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: 新しい行にそれぞれ入力してください
|
144
|
+
title: 組織の編集
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
admin_hint: これらの MIME タイプは、管理者セクションのアップロードで許可されています。 管理者ユーザーは、ドキュメント形式をアップロードする際のリスクを認識している必要があります。 ファイルのアップロードに注意を払う必要があります
|
@@ -144,8 +163,11 @@ ja:
|
|
144
163
|
index:
|
145
164
|
title: 組織
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: デフォルト?
|
167
|
+
enabled: 有効
|
168
|
+
locale: 地域
|
169
|
+
reference_prefix_hint: 参照プレフィックスは、すべての組織をまたがってリソースを一意に識別するために使用されます。
|
170
|
+
secondary_hosts_hint: 新しい行にそれぞれ入力します。
|
149
171
|
title: 新しい組織
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ ja:
|
|
186
208
|
our_getting_started_guide: 入門ガイド
|
187
209
|
titles:
|
188
210
|
dashboard: ダッシュボード
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: ログアウト
|
data/config/locales/lb.yml
CHANGED
data/config/locales/lt.yml
CHANGED
@@ -54,6 +54,8 @@ lt:
|
|
54
54
|
new:
|
55
55
|
create: Sukurti
|
56
56
|
title: Naujas administratorius
|
57
|
+
show:
|
58
|
+
edit: Redaguoti
|
57
59
|
update:
|
58
60
|
error: Atnaujinant šį administratorių iškilo problema.
|
59
61
|
success: Administratorius atnaujintas
|
@@ -144,8 +146,8 @@ lt:
|
|
144
146
|
index:
|
145
147
|
title: Organizacijos
|
146
148
|
new:
|
147
|
-
reference_prefix_hint: Nuorodos priešdėlis naudojamas unikaliai identifikuoti išteklius visoje organizacijoje
|
148
|
-
secondary_hosts_hint: Kiekvieną iš jų įrašykite į naują
|
149
|
+
reference_prefix_hint: Nuorodos priešdėlis naudojamas unikaliai identifikuoti išteklius visoje organizacijoje.
|
150
|
+
secondary_hosts_hint: Kiekvieną iš jų įrašykite į naują eilutę.
|
149
151
|
title: Nauja organizacija
|
150
152
|
omniauth_settings:
|
151
153
|
decidim:
|
data/config/locales/lv.yml
CHANGED
@@ -22,6 +22,8 @@ lv:
|
|
22
22
|
new:
|
23
23
|
create: Izveidot
|
24
24
|
title: Jauns administrators
|
25
|
+
show:
|
26
|
+
edit: Labot
|
25
27
|
update:
|
26
28
|
error: Administratora atjaunināšanas laikā radās problēma.
|
27
29
|
success: Administrators ir veiksmīgi atjaunināts
|
@@ -49,7 +51,6 @@ lv:
|
|
49
51
|
name: Nosaukums
|
50
52
|
omniauth_settings: Omniauth iestatījumi
|
51
53
|
smtp_settings: SMTP iestatījumi
|
52
|
-
name: Organizācija
|
53
54
|
organizations:
|
54
55
|
create:
|
55
56
|
error: Jaunas organizācijas izveides laikā radās problēma.
|
@@ -59,8 +60,6 @@ lv:
|
|
59
60
|
index:
|
60
61
|
title: Organizācijas
|
61
62
|
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
63
|
title: Jauna organizācija
|
65
64
|
omniauth_settings:
|
66
65
|
decidim:
|
data/config/locales/nl.yml
CHANGED
@@ -31,6 +31,8 @@ nl:
|
|
31
31
|
new:
|
32
32
|
create: Creëren
|
33
33
|
title: Nieuwe admin
|
34
|
+
show:
|
35
|
+
edit: Bewerk
|
34
36
|
update:
|
35
37
|
error: Er is een fout opgetreden bij het bijwerken van deze admin.
|
36
38
|
success: Admin succesvol bijgewerkt
|
@@ -61,7 +63,6 @@ nl:
|
|
61
63
|
name: Naam
|
62
64
|
omniauth_settings: Omniauth instellingen
|
63
65
|
smtp_settings: SMTP-instellingen
|
64
|
-
name: Organisatie
|
65
66
|
organizations:
|
66
67
|
advanced_settings:
|
67
68
|
hide: Geavanceerde instellingen verbergen
|
@@ -74,8 +75,6 @@ nl:
|
|
74
75
|
index:
|
75
76
|
title: Organisaties
|
76
77
|
new:
|
77
|
-
reference_prefix_hint: Het referentie-voorvoegsel wordt gebruikt ter identificatie van unieke middelen over alle organisaties
|
78
|
-
secondary_hosts_hint: Voer elk van hen op een nieuwe regel in
|
79
78
|
title: Nieuwe organisatie
|
80
79
|
omniauth_settings:
|
81
80
|
decidim:
|
data/config/locales/no.yml
CHANGED
@@ -54,6 +54,8 @@
|
|
54
54
|
new:
|
55
55
|
create: Opprett
|
56
56
|
title: Ny administrator
|
57
|
+
show:
|
58
|
+
edit: Rediger
|
57
59
|
update:
|
58
60
|
error: Det oppsto et problem med å oppdatere administratoren.
|
59
61
|
success: Admin ble oppdatert
|
@@ -144,8 +146,6 @@
|
|
144
146
|
index:
|
145
147
|
title: Organisasjoner
|
146
148
|
new:
|
147
|
-
reference_prefix_hint: Referanse prefikset brukes til å identifisere ressurser på tvers av alle organisasjoner
|
148
|
-
secondary_hosts_hint: Skriv inn hver enkelt av dem på en ny linje
|
149
149
|
title: Ny organisasjon
|
150
150
|
omniauth_settings:
|
151
151
|
decidim:
|
data/config/locales/pl.yml
CHANGED
@@ -54,6 +54,8 @@ pl:
|
|
54
54
|
new:
|
55
55
|
create: Utwórz
|
56
56
|
title: Nowy administrator
|
57
|
+
show:
|
58
|
+
edit: Edytuj
|
57
59
|
update:
|
58
60
|
error: Podczas aktualizowania tego administratora wystąpił błąd.
|
59
61
|
success: Administrator został zaktualizowany
|
@@ -138,8 +140,6 @@ pl:
|
|
138
140
|
index:
|
139
141
|
title: Organizacje
|
140
142
|
new:
|
141
|
-
reference_prefix_hint: Prefiks referencyjny służy do jednoznacznego identyfikowania zasobów we wszystkich organizacjach
|
142
|
-
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
143
143
|
title: Nowa organizacja
|
144
144
|
omniauth_settings:
|
145
145
|
decidim:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -54,6 +54,8 @@ pt-BR:
|
|
54
54
|
new:
|
55
55
|
create: Criar
|
56
56
|
title: Novo administrador
|
57
|
+
show:
|
58
|
+
edit: Editar
|
57
59
|
update:
|
58
60
|
error: Ocorreu um erro ao atualizar este administrador.
|
59
61
|
success: Admin atualizado com sucesso
|
@@ -144,8 +146,6 @@ pt-BR:
|
|
144
146
|
index:
|
145
147
|
title: Organizações
|
146
148
|
new:
|
147
|
-
reference_prefix_hint: O prefixo de referência é usado para identificar exclusivamente recursos em todas as organizações
|
148
|
-
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
149
149
|
title: Nova organização
|
150
150
|
omniauth_settings:
|
151
151
|
decidim:
|
data/config/locales/pt.yml
CHANGED
@@ -54,6 +54,8 @@ pt:
|
|
54
54
|
new:
|
55
55
|
create: Criar
|
56
56
|
title: Novo administrador
|
57
|
+
show:
|
58
|
+
edit: Editar
|
57
59
|
update:
|
58
60
|
error: Ocorreu um problema ao atualizar este administrador.
|
59
61
|
success: Administrador atualizado corretamente
|
@@ -143,8 +145,6 @@ pt:
|
|
143
145
|
index:
|
144
146
|
title: Organizações
|
145
147
|
new:
|
146
|
-
reference_prefix_hint: O prefixo de referência é usado para identificar recursos únicos em todas as organizações
|
147
|
-
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
148
148
|
title: Nova organização
|
149
149
|
omniauth_settings:
|
150
150
|
decidim:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -54,6 +54,8 @@ ro:
|
|
54
54
|
new:
|
55
55
|
create: Creează
|
56
56
|
title: Administrator nou
|
57
|
+
show:
|
58
|
+
edit: Editare
|
57
59
|
update:
|
58
60
|
error: A apărut o eroare la actualizarea administratorului.
|
59
61
|
success: Administrator actualizat cu succes
|
@@ -64,6 +66,14 @@ ro:
|
|
64
66
|
placeholders:
|
65
67
|
content: Vă rugăm să adăugaţi conţinut semnificativ paginii statice %{page} de pe tabloul de bord al administratorului.
|
66
68
|
title: Titlul implicit pentru %{page}
|
69
|
+
devise:
|
70
|
+
passwords:
|
71
|
+
edit:
|
72
|
+
change_your_password: Schimbați parola
|
73
|
+
minimum_characters: "(%{minimum} caractere minim)"
|
74
|
+
new:
|
75
|
+
forgot_your_password: Ați uitat parola
|
76
|
+
send_me_reset_password_instructions: Trimiteți-mi Instrucțiuni de resetare a parolei
|
67
77
|
menu:
|
68
78
|
admins: Administratori
|
69
79
|
dashboard: Panou
|
@@ -144,8 +154,6 @@ ro:
|
|
144
154
|
index:
|
145
155
|
title: Organizații
|
146
156
|
new:
|
147
|
-
reference_prefix_hint: Prefixul de referință este utilizat pentru a identifica în mod unic resursele din toate organizațiile
|
148
|
-
secondary_hosts_hint: Introduceți fiecare dintre ele într-o linie nouă
|
149
157
|
title: Organizație nouă
|
150
158
|
omniauth_settings:
|
151
159
|
decidim:
|
data/config/locales/ru.yml
CHANGED
@@ -22,6 +22,8 @@ ru:
|
|
22
22
|
new:
|
23
23
|
create: Добавить
|
24
24
|
title: Добавить администратора
|
25
|
+
show:
|
26
|
+
edit: Редактировать
|
25
27
|
update:
|
26
28
|
error: При попытке обновить этого администратора произошла ошибка.
|
27
29
|
success: Администратор успешно обновлен
|
@@ -48,7 +50,6 @@ ru:
|
|
48
50
|
created_at: 'Добавлено:'
|
49
51
|
name: Имя
|
50
52
|
smtp_settings: Настройки SMTP
|
51
|
-
name: Организация
|
52
53
|
organizations:
|
53
54
|
create:
|
54
55
|
error: При попытке добавить новую организацию произошла ошибка.
|
@@ -58,8 +59,6 @@ ru:
|
|
58
59
|
index:
|
59
60
|
title: Организации
|
60
61
|
new:
|
61
|
-
reference_prefix_hint: Справочный префикс используется для однозначной идентификации ресурсов во всех организациях
|
62
|
-
secondary_hosts_hint: Введите каждый из них в новой строке
|
63
62
|
title: Добавить организацию
|
64
63
|
update:
|
65
64
|
error: При попытке обновить эту организацию произошла ошибка.
|
data/config/locales/sk.yml
CHANGED
@@ -22,6 +22,8 @@ sk:
|
|
22
22
|
new:
|
23
23
|
create: Vytvoriť
|
24
24
|
title: Nový správca
|
25
|
+
show:
|
26
|
+
edit: Upraviť
|
25
27
|
update:
|
26
28
|
error: Pri aktualizácii správcu nastala chyba.
|
27
29
|
success: Správca úspešne aktualizovaný
|
@@ -49,7 +51,6 @@ sk:
|
|
49
51
|
name: Meno
|
50
52
|
omniauth_settings: Nastavenia Omniauth
|
51
53
|
smtp_settings: Nastavenie SMTP
|
52
|
-
name: Organizácia
|
53
54
|
organizations:
|
54
55
|
create:
|
55
56
|
error: Pri vytváraní novej organizácie došlo k chybe.
|
@@ -59,8 +60,6 @@ sk:
|
|
59
60
|
index:
|
60
61
|
title: Organizácie
|
61
62
|
new:
|
62
|
-
reference_prefix_hint: Referenčná predpona je použitá pre unikátne identifikovanie zdrojov naprieč všetkými organizáciami
|
63
|
-
secondary_hosts_hint: Zadajte každý host na nový riadok
|
64
63
|
title: Nová organizácia
|
65
64
|
omniauth_settings:
|
66
65
|
decidim:
|
data/config/locales/sl.yml
CHANGED
@@ -22,6 +22,8 @@ sl:
|
|
22
22
|
new:
|
23
23
|
create: Ustvari
|
24
24
|
title: Nov skrbnik
|
25
|
+
show:
|
26
|
+
edit: Uredi
|
25
27
|
update:
|
26
28
|
error: Pojavila se je težava pri urejanju skrbnika.
|
27
29
|
success: Skrbnik uspešno posodobljen
|
@@ -42,7 +44,6 @@ sl:
|
|
42
44
|
created_at: Ustvarjen ob
|
43
45
|
name: Ime
|
44
46
|
smtp_settings: SMTP nastavitve
|
45
|
-
name: Organizacija
|
46
47
|
organizations:
|
47
48
|
create:
|
48
49
|
error: Pojavila se je težava pri kreiranju organizacije.
|
@@ -0,0 +1 @@
|
|
1
|
+
sq:
|
data/config/locales/sv.yml
CHANGED
@@ -54,6 +54,8 @@ sv:
|
|
54
54
|
new:
|
55
55
|
create: Skapa
|
56
56
|
title: Ny administratör
|
57
|
+
show:
|
58
|
+
edit: Redigera
|
57
59
|
update:
|
58
60
|
error: Det gick inte att uppdatera administratören.
|
59
61
|
success: Administratören har uppdaterats
|
@@ -133,8 +135,6 @@ sv:
|
|
133
135
|
index:
|
134
136
|
title: Organisationer
|
135
137
|
new:
|
136
|
-
reference_prefix_hint: Referensprefixet används för att unikt identifiera resurser i alla organisationer
|
137
|
-
secondary_hosts_hint: Ange var och en av dem på en ny rad
|
138
138
|
title: Ny organisation
|
139
139
|
omniauth_settings:
|
140
140
|
decidim:
|
@@ -0,0 +1 @@
|
|
1
|
+
th:
|
data/config/locales/tr-TR.yml
CHANGED
@@ -54,6 +54,8 @@ tr:
|
|
54
54
|
new:
|
55
55
|
create: Oluştur
|
56
56
|
title: Yeni yönetici
|
57
|
+
show:
|
58
|
+
edit: Düzenle
|
57
59
|
update:
|
58
60
|
error: Bu yönetici güncellenirken bir sorun oluştu.
|
59
61
|
success: Yönetici başarıyla güncellendi
|
@@ -89,7 +91,7 @@ tr:
|
|
89
91
|
name: Adı
|
90
92
|
omniauth_settings: Omniauth ayarları
|
91
93
|
smtp_settings: SMTP ayarları
|
92
|
-
name:
|
94
|
+
name: Kuruluş
|
93
95
|
oauth_applications:
|
94
96
|
create:
|
95
97
|
error: Bu uygulama oluşturulurken bir hata oluştu.
|
@@ -138,8 +140,6 @@ tr:
|
|
138
140
|
index:
|
139
141
|
title: Organizasyonlar
|
140
142
|
new:
|
141
|
-
reference_prefix_hint: Başvuru öneki, tüm kuruluştaki kaynakları benzersiz şekilde tanımlamak için kullanılır
|
142
|
-
secondary_hosts_hint: Her birini yeni bir satıra girin
|
143
143
|
title: Yeni organizasyon
|
144
144
|
omniauth_settings:
|
145
145
|
decidim:
|
data/config/locales/uk.yml
CHANGED
@@ -22,6 +22,8 @@ uk:
|
|
22
22
|
new:
|
23
23
|
create: Додати
|
24
24
|
title: Додати адміністратора
|
25
|
+
show:
|
26
|
+
edit: Редагувати
|
25
27
|
update:
|
26
28
|
error: При спробі оновити цього адміністратора сталася помилка.
|
27
29
|
success: Адміністратора успішно оновлено
|
@@ -47,7 +49,6 @@ uk:
|
|
47
49
|
fields:
|
48
50
|
created_at: 'Додано:'
|
49
51
|
name: Ім'я
|
50
|
-
name: Організація
|
51
52
|
organizations:
|
52
53
|
create:
|
53
54
|
error: При спробі додати нову організацію сталася помилка.
|
@@ -57,8 +58,6 @@ uk:
|
|
57
58
|
index:
|
58
59
|
title: Організації
|
59
60
|
new:
|
60
|
-
reference_prefix_hint: Довідковий префікс використовується для унікального визначення ресурсів в усіх організаціях
|
61
|
-
secondary_hosts_hint: Введіть кожен з них в новому рядку
|
62
61
|
title: Додати організацію
|
63
62
|
update:
|
64
63
|
error: При спробі оновити цю організацію сталася помилка.
|
data/config/locales/zh-CN.yml
CHANGED
@@ -47,6 +47,8 @@ zh-CN:
|
|
47
47
|
new:
|
48
48
|
create: 创建
|
49
49
|
title: 新管理员
|
50
|
+
show:
|
51
|
+
edit: 编辑
|
50
52
|
update:
|
51
53
|
error: 更新此管理员时出错。
|
52
54
|
success: 管理员更新成功
|
@@ -131,8 +133,6 @@ zh-CN:
|
|
131
133
|
index:
|
132
134
|
title: 组织
|
133
135
|
new:
|
134
|
-
reference_prefix_hint: 引用前缀被用来独特地识别所有组织的资源
|
135
|
-
secondary_hosts_hint: 在新行中输入其中每一个
|
136
136
|
title: 新建组织
|
137
137
|
omniauth_settings:
|
138
138
|
decidim:
|
data/config/locales/zh-TW.yml
CHANGED
@@ -54,6 +54,8 @@ zh-TW:
|
|
54
54
|
new:
|
55
55
|
create: 建立
|
56
56
|
title: 新增管理員
|
57
|
+
show:
|
58
|
+
edit: 編輯
|
57
59
|
update:
|
58
60
|
error: 更新此管理員時發生問題。
|
59
61
|
success: 管理員已成功更新
|
@@ -144,8 +146,8 @@ zh-TW:
|
|
144
146
|
index:
|
145
147
|
title: 組織
|
146
148
|
new:
|
147
|
-
reference_prefix_hint:
|
148
|
-
secondary_hosts_hint:
|
149
|
+
reference_prefix_hint: 參考前綴用於唯一標識所有組織中的資源.
|
150
|
+
secondary_hosts_hint: 請在新的一行輸入每一個.
|
149
151
|
title: 新增組織
|
150
152
|
omniauth_settings:
|
151
153
|
decidim:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.26.
|
4
|
+
version: 0.26.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2023-
|
13
|
+
date: 2023-12-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: active_link_to
|
@@ -32,14 +32,14 @@ dependencies:
|
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.26.
|
35
|
+
version: 0.26.9
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.26.
|
42
|
+
version: 0.26.9
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -75,6 +75,9 @@ dependencies:
|
|
75
75
|
- - "~>"
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '2.0'
|
78
|
+
- - ">="
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: 2.0.9
|
78
81
|
type: :runtime
|
79
82
|
prerelease: false
|
80
83
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -82,20 +85,23 @@ dependencies:
|
|
82
85
|
- - "~>"
|
83
86
|
- !ruby/object:Gem::Version
|
84
87
|
version: '2.0'
|
88
|
+
- - ">="
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: 2.0.9
|
85
91
|
- !ruby/object:Gem::Dependency
|
86
92
|
name: decidim-dev
|
87
93
|
requirement: !ruby/object:Gem::Requirement
|
88
94
|
requirements:
|
89
95
|
- - '='
|
90
96
|
- !ruby/object:Gem::Version
|
91
|
-
version: 0.26.
|
97
|
+
version: 0.26.9
|
92
98
|
type: :development
|
93
99
|
prerelease: false
|
94
100
|
version_requirements: !ruby/object:Gem::Requirement
|
95
101
|
requirements:
|
96
102
|
- - '='
|
97
103
|
- !ruby/object:Gem::Version
|
98
|
-
version: 0.26.
|
104
|
+
version: 0.26.9
|
99
105
|
description: System administration to create new organization in an installation.
|
100
106
|
email:
|
101
107
|
- josepjaume@gmail.com
|
@@ -251,9 +257,11 @@ files:
|
|
251
257
|
- config/locales/sk.yml
|
252
258
|
- config/locales/sl.yml
|
253
259
|
- config/locales/so-SO.yml
|
260
|
+
- config/locales/sq-AL.yml
|
254
261
|
- config/locales/sr-CS.yml
|
255
262
|
- config/locales/sv.yml
|
256
263
|
- config/locales/sw-KE.yml
|
264
|
+
- config/locales/th-TH.yml
|
257
265
|
- config/locales/ti-ER.yml
|
258
266
|
- config/locales/tr-TR.yml
|
259
267
|
- config/locales/uk.yml
|