social_stream-base 2.2.1 → 2.2.2
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/assets/javascripts/social_stream/comment.js +1 -1
- data/app/assets/javascripts/social_stream/search_header.js +26 -4
- data/app/assets/stylesheets/social_stream/base/contacts/layouts/_contacts.css.sass +1 -0
- data/app/assets/stylesheets/social_stream/base/footer/layout/_footer.css.sass +1 -1
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/_devise.css.sass +5 -3
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/layout/_devise.css.sass +7 -37
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/layout/_frontpage.css.sass +4 -2
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/responsive/_responsive-1200px-min.css.sass +6 -3
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/responsive/_responsive-767px-max.css.sass +9 -5
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/responsive/_responsive-768px-979px.css.sass +3 -4
- data/app/assets/stylesheets/social_stream/base/layouts/_header.css.sass +3 -2
- data/app/assets/stylesheets/social_stream/base/mixins/_buttons.css.sass +1 -2
- data/app/controllers/groups_controller.rb +4 -0
- data/app/controllers/home_controller.rb +15 -0
- data/app/controllers/search_controller.rb +3 -3
- data/app/decorators/avatars_controller_decorator.rb +1 -0
- data/app/overrides/avatars/_crop/add_actor_id.rb +4 -0
- data/app/overrides/avatars/_form/add_actor_id.rb +4 -0
- data/app/views/contacts/_new_modal.html.erb +2 -2
- data/app/views/devise/confirmations/new.html.erb +14 -9
- data/app/views/devise/passwords/edit.html.erb +23 -26
- data/app/views/devise/passwords/new.html.erb +7 -3
- data/app/views/devise/registrations/_edit_user.html.erb +1 -1
- data/app/views/devise/registrations/new.html.erb +4 -8
- data/app/views/devise/shared/_links.erb +1 -3
- data/app/views/groups/_form.html.erb +2 -1
- data/app/views/layouts/_header_dropdown_menu_sessions.html.erb +1 -1
- data/app/views/layouts/_header_signed_in.erb +22 -26
- data/app/views/profiles/_personal_edit.html.erb +2 -2
- data/config/locales/de.yml +7 -0
- data/config/locales/devise.de.yml +61 -0
- data/config/locales/devise.fr.yml +61 -0
- data/config/locales/devise.hu.yml +60 -0
- data/config/locales/devise.nl.yml +60 -0
- data/config/locales/en.yml +5 -1
- data/config/locales/es.yml +8 -1
- data/config/locales/fr.yml +7 -0
- data/config/locales/hu.yml +22 -15
- data/config/locales/nl.yml +7 -0
- data/config/locales/pt.yml +7 -0
- data/config/locales/zh.yml +7 -0
- data/lib/social_stream/base/autoload.rb +1 -0
- data/lib/social_stream/base/version.rb +1 -1
- data/lib/social_stream/controllers/authorship.rb +2 -1
- data/lib/social_stream/controllers/avatars.rb +14 -0
- data/lib/social_stream/controllers/helpers.rb +3 -3
- data/lib/social_stream/controllers/objects.rb +6 -7
- data/lib/tasks/i18n.rake +148 -0
- data/social_stream-base.gemspec +2 -1
- metadata +15 -6
- data/app/views/home/index.js.erb +0 -5
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
<section id="forgot-pass">
|
|
2
2
|
<section class="forgot">
|
|
3
3
|
<header>
|
|
4
|
-
<
|
|
4
|
+
<h3>
|
|
5
5
|
<%= t('devise.passwords.forgot') %>
|
|
6
|
-
</
|
|
6
|
+
</h3>
|
|
7
|
+
<p>
|
|
8
|
+
Write down the email address you associated to your account and you will receive an email with instructions about how to reset your password in a few minutes
|
|
9
|
+
</p>
|
|
7
10
|
|
|
8
11
|
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
|
|
9
12
|
<%= devise_error_messages! %>
|
|
@@ -18,11 +21,12 @@
|
|
|
18
21
|
|
|
19
22
|
<%= f.text_field :email, :class => "form_tag" %>
|
|
20
23
|
|
|
21
|
-
<%= f.submit t('action.send')
|
|
24
|
+
<%= f.submit t('action.send') %>
|
|
22
25
|
|
|
23
26
|
<hr class="soften">
|
|
24
27
|
|
|
25
28
|
<%= render :partial => "devise/shared/links" %>
|
|
26
29
|
</section>
|
|
27
30
|
<% end %>
|
|
31
|
+
</section>
|
|
28
32
|
</section>
|
|
@@ -27,7 +27,7 @@ $(".user_edit").validate({errorClass: "validation_error"});
|
|
|
27
27
|
</div>
|
|
28
28
|
|
|
29
29
|
<div class="form_label">
|
|
30
|
-
<%= f.label
|
|
30
|
+
<%= f.label t('account.password.current') %>
|
|
31
31
|
</div>
|
|
32
32
|
<div class="form_field">
|
|
33
33
|
<%= f.password_field :current_password, :class => "form_tag" %>
|
|
@@ -13,27 +13,23 @@
|
|
|
13
13
|
<div class="reg-labels">
|
|
14
14
|
<%= f.label :name %>
|
|
15
15
|
|
|
16
|
-
<%= f.text_field :name, :class =>"form_tag"
|
|
16
|
+
<%= f.text_field :name, :class =>"form_tag" %>
|
|
17
17
|
|
|
18
18
|
<%= f.label :email %>
|
|
19
19
|
|
|
20
|
-
<%= f.text_field :email, :class =>"form_tag"
|
|
20
|
+
<%= f.text_field :email, :class =>"form_tag" %>
|
|
21
21
|
|
|
22
22
|
<%= f.label :password %>
|
|
23
23
|
|
|
24
|
-
<%= f.password_field :password, :class =>"form_tag", :id => "password"
|
|
24
|
+
<%= f.password_field :password, :class =>"form_tag", :id => "password" %>
|
|
25
25
|
|
|
26
26
|
<%= f.label :password_confirmation %>
|
|
27
27
|
|
|
28
|
-
<%= f.password_field :password_confirmation, :class =>"form_tag"
|
|
28
|
+
<%= f.password_field :password_confirmation, :class =>"form_tag"%>
|
|
29
29
|
|
|
30
30
|
<%= f.submit t('action.accept').capitalize,:class=>"btn pull-right"%>
|
|
31
31
|
</div>
|
|
32
32
|
<hr class="soften">
|
|
33
|
-
|
|
34
|
-
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
|
|
35
|
-
<%= link_to t('confirmation.not_received.long'), new_confirmation_path(resource_name) %><br />
|
|
36
|
-
<% end -%>
|
|
37
33
|
|
|
38
34
|
<%= render :partial => "devise/shared/links" %>
|
|
39
35
|
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
<article class="options">
|
|
2
|
-
|
|
3
|
-
<%= link_to t('devise.links.sign_in'), new_user_session_path %>
|
|
4
|
-
<% end -%>
|
|
2
|
+
|
|
5
3
|
|
|
6
4
|
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
|
|
7
5
|
<%= link_to t('devise.links.sign_up'), new_registration_path(resource_name) %>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<ul class="dropdown-menu dropdown-menu-header">
|
|
7
7
|
<% representations.each do |representation| %>
|
|
8
8
|
<li>
|
|
9
|
-
|
|
9
|
+
<%= link_to({ :s => representation.slug }, 'data-toggle' => 'tooltip', 'data-placement' => 'left', :title => representation.name, 'data-original-title' => representation.name) do %>
|
|
10
10
|
<%= image_tag representation.logo.url(:small) %>
|
|
11
11
|
<%= truncate_name(representation.name, :length => 15) %>
|
|
12
12
|
<% end %>
|
|
@@ -4,42 +4,38 @@
|
|
|
4
4
|
<div class="brand"></div>
|
|
5
5
|
<!-- FIXME: search javascript functionality in 'layouts/search' -->
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
<section class="quick-search">
|
|
8
8
|
<%= form_tag search_path, method: 'get', id: "search-box", class: "navbar-search pull-left search-mobile" do %>
|
|
9
9
|
<%= text_field_tag :q, nil, autocomplete: :off, class: "search-query-mobile input-small icon_tool16-searcher", placeholder: t('search.name'), "data-min_query" => SocialStream::Search::MIN_QUERY %>
|
|
10
10
|
<% end %>
|
|
11
|
-
<%= javascript_tag do %>
|
|
12
|
-
$(function() {
|
|
13
|
-
SocialStream.SearchHeader.show();
|
|
14
|
-
});
|
|
15
|
-
<% end %>
|
|
16
|
-
|
|
17
11
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
12
|
+
<div class="search-nav hidden-phone hidden-tablet">
|
|
13
|
+
<%= form_tag search_path, method: 'get', class: "navbar-search pull-left" do %>
|
|
14
|
+
<%= text_field_tag :q, nil, autocomplete: :off, class: 'search-query input-small', placeholder: t('search.name'), "data-min_query" => SocialStream::Search::MIN_QUERY %>
|
|
15
|
+
<% end %>
|
|
16
|
+
<div class="mat">
|
|
17
|
+
<%= render partial: 'layouts/loading' %>
|
|
18
|
+
|
|
19
|
+
<div class="query_too_short">
|
|
20
|
+
<%= t 'search.at_least', count: SocialStream::Search::MIN_QUERY %>
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
<div class="no_results">
|
|
24
|
+
<%= t 'search.nothing' %>
|
|
25
|
+
</div>
|
|
26
|
+
|
|
27
|
+
<div class="results">
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
23
32
|
<%= javascript_tag do %>
|
|
24
33
|
$(function() {
|
|
25
34
|
SocialStream.SearchHeader.show();
|
|
26
35
|
});
|
|
27
36
|
<% end %>
|
|
28
|
-
|
|
29
|
-
<%= render partial: 'layouts/loading' %>
|
|
30
|
-
|
|
31
|
-
<div class="query_too_short">
|
|
32
|
-
<%= t 'search.at_least', count: SocialStream::Search::MIN_QUERY %>
|
|
33
|
-
</div>
|
|
37
|
+
</section>
|
|
34
38
|
|
|
35
|
-
<div class="no_results">
|
|
36
|
-
<%= t 'search.nothing' %>
|
|
37
|
-
</div>
|
|
38
|
-
|
|
39
|
-
<div class="results">
|
|
40
|
-
</div>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
39
|
<div class="explore-nav hidden-phone">
|
|
44
40
|
<%= link_to explore_path do %>
|
|
45
41
|
|
data/config/locales/de.yml
CHANGED
|
@@ -11,6 +11,7 @@ de:
|
|
|
11
11
|
one: Profil
|
|
12
12
|
password:
|
|
13
13
|
change: Passwort ändern
|
|
14
|
+
current: Current password
|
|
14
15
|
new: Neues Passwort
|
|
15
16
|
retype: Passwort wiederholen
|
|
16
17
|
action:
|
|
@@ -185,9 +186,15 @@ de:
|
|
|
185
186
|
menu: Kontakt hinzufügen
|
|
186
187
|
modal:
|
|
187
188
|
button: Add
|
|
189
|
+
placeholder:
|
|
190
|
+
actors: Type names
|
|
191
|
+
relations: Type names
|
|
188
192
|
title: Add contacts
|
|
189
193
|
submit: Kontakt hinzufügen
|
|
190
194
|
title: '%{name} zu Kontakten hinzufügen'
|
|
195
|
+
new_modal:
|
|
196
|
+
label:
|
|
197
|
+
relations: Initially assigned roles
|
|
191
198
|
one: Kontakt
|
|
192
199
|
other: Kontakte
|
|
193
200
|
pending:
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
|
|
2
|
+
de:
|
|
3
|
+
errors:
|
|
4
|
+
messages:
|
|
5
|
+
expired: "ist abgelaufen. Bitte neu anfordern"
|
|
6
|
+
not_found: "nicht gefunden"
|
|
7
|
+
already_confirmed: "wurde bereits bestätigt. Bitte versuchen einzusteigen"
|
|
8
|
+
not_locked: "wurde nicht gesperrt"
|
|
9
|
+
not_saved:
|
|
10
|
+
one: "1 Fehler verhindert %{resource} zu speichern:"
|
|
11
|
+
other: "%{count} Fehler verhindern %{resource} zu speichern:"
|
|
12
|
+
|
|
13
|
+
devise:
|
|
14
|
+
suggestion: "Beliebte tags"
|
|
15
|
+
email: "Email"
|
|
16
|
+
name: "Name"
|
|
17
|
+
password: "Passwort"
|
|
18
|
+
passwordconfirmation: "Passwort Bestätigung"
|
|
19
|
+
tags: "Interessensgebiete"
|
|
20
|
+
failure:
|
|
21
|
+
already_authenticated: 'Du bist bereits angemeldet.'
|
|
22
|
+
unauthenticated: 'Du muss einsteigen oder dich anmelden bevor du weitermachen kannst.'
|
|
23
|
+
unconfirmed: 'Du musst dein Benutzerkonto bestätigen bevor du weitermachen kannst.'
|
|
24
|
+
locked: 'Dein Benutzerkonto wurde gesperrt.'
|
|
25
|
+
invalid: 'E-mail oder Passwort ist ungültig.'
|
|
26
|
+
invalid_token: 'Ungültiger Token zur Authentifizierung.'
|
|
27
|
+
timeout: 'Deine Session is abgelaufen. Bitte steig noch einmal ein, um weiterzumachen.'
|
|
28
|
+
inactive: 'DEin BEnutzerkonto wurde bisher nicht aktiviert.'
|
|
29
|
+
sessions:
|
|
30
|
+
signed_in: 'Einstieg erfolgreich.'
|
|
31
|
+
signed_out: 'Ausstieg erfolgreich.'
|
|
32
|
+
passwords:
|
|
33
|
+
send_instructions: 'In wenigen Minuten bekommst du eine e-mail mit Anweisungen, wie du dein Passwort zurücksetzen kannst.'
|
|
34
|
+
updated: 'Dein Passwort wurde erfolgreich geändert. Du bist jetzt angemeldet.'
|
|
35
|
+
updated_not_active: 'Dein Passwort wurde erfolgreich geändert.'
|
|
36
|
+
send_paranoid_instructions: "Falls wir deine e-mail bereits in unserer Datenbank haben, bekommst du eine Benachrichtigung mit einem link zu deinem Passwort"
|
|
37
|
+
confirmations:
|
|
38
|
+
send_instructions: 'In wenigen Minuten bekommst du eine e-mail mit Anweisungen zur Bestätigung deines Benutzerkontos.'
|
|
39
|
+
send_paranoid_instructions: 'Falls wir deine e-mail bereits in unserer Datenbank haben, bekommst du in wenigen Minuten eine Benachrichtigung mit Anweisungen zur Bestätigung deines Benutzerkontos.'
|
|
40
|
+
confirmed: 'Dein Benutzerkonto wurde erfolgreich bestätigt. Du bist jetzt angemeldet.'
|
|
41
|
+
registrations:
|
|
42
|
+
signed_up: 'Willkommen! Du hast dich erfolgreich angemeldet.'
|
|
43
|
+
signed_up_but_unconfirmed: 'Ein Link zur Bestätigung wurde an deine e-mail Adresse geschickt. Bitte öffne diesen Link,um dein Benutzerkonto zu aktivieren.'
|
|
44
|
+
signed_up_but_inactive: 'Du hast dich erfolgreich angemeldet. Du musst dein Benutzerkonto allerdings erst aktivieren bevor du einsteigen kannst.'
|
|
45
|
+
signed_up_but_locked: 'Du hast dich erfolgreich angemeldet. Leider kannst du nicht einsteigen, weil dein Benutzerkonto gesperrt ist.'
|
|
46
|
+
updated: 'Dein Benutzerkonto wurde erfolgreich aktualisiert.'
|
|
47
|
+
destroyed: 'Auf Wiedersehen! Dein Benutzerkonto wurde erfolgreich gelöscht. Wir hoffen, du kommst wieder zurück.'
|
|
48
|
+
unlocks:
|
|
49
|
+
send_instructions: 'In wenigen Minuten erhälst du eine e-mail mit Anweisungen, um dein Benutzerkonto zu entsperren.'
|
|
50
|
+
unlocked: 'Dein Benutzerkonto wurde erfolgreich entsperrt. Du bist angemeldet.'
|
|
51
|
+
send_paranoid_instructions: 'Falls dein Benutzerkonto existiert, bekommst du in wenigen Minuten eine e-mail mit Anweisungen,wie du dein Benutzerkonto entsperren kannst.'
|
|
52
|
+
omniauth_callbacks:
|
|
53
|
+
success: 'Authorisierung von %{kind} Benutzerkonto erfolgreich.'
|
|
54
|
+
failure: 'Authorisierung von %{kind} Benutzerkonto war nicht erfolgreich, weil "%{reason}".'
|
|
55
|
+
mailer:
|
|
56
|
+
confirmation_instructions:
|
|
57
|
+
subject: 'Anweisungen zur Bestätigung'
|
|
58
|
+
reset_password_instructions:
|
|
59
|
+
subject: 'Anweisungen zum Zurücksetzen des Passworts'
|
|
60
|
+
unlock_instructions:
|
|
61
|
+
subject: 'Anweisungen zum Entsperren'
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
|
|
2
|
+
fr:
|
|
3
|
+
errors:
|
|
4
|
+
messages:
|
|
5
|
+
expired: "a expiré, veuillez en demander un nouveau"
|
|
6
|
+
not_found: "introuvable"
|
|
7
|
+
already_confirmed: "a déjà été confirmé, veuillez essayer de vous connecter"
|
|
8
|
+
not_locked: "n'a pas été verrouillé"
|
|
9
|
+
not_saved:
|
|
10
|
+
one: "1 erreur a empêché l'enregistrement de ce(tte) %{resource} :"
|
|
11
|
+
other: "%{count} erreurs ont empêché l'enregistrement de ce(tte) %{resource} :"
|
|
12
|
+
|
|
13
|
+
devise:
|
|
14
|
+
suggestion: "Mots-clés populaires"
|
|
15
|
+
email: "Adresse électronique"
|
|
16
|
+
name: "Nom"
|
|
17
|
+
password: "Mot de passe"
|
|
18
|
+
passwordconfirmation: "Confirmation du mot de passe"
|
|
19
|
+
tags: "Centres d'intérêt"
|
|
20
|
+
failure:
|
|
21
|
+
already_authenticated: "Vous êtes déjà connecté(e)."
|
|
22
|
+
unauthenticated: "Vous devez vous connecter ou vous inscrire avant de continuer."
|
|
23
|
+
unconfirmed: "Vous devez confirmer votre compte avant de continuer"
|
|
24
|
+
locked: "Votre compte a été verrouillé."
|
|
25
|
+
invalid: "Adresse électronique ou mot de passe invalide."
|
|
26
|
+
invalid_token: "Jeton d'authentification invalide."
|
|
27
|
+
timeout: "Votre session a expiré, veuillez vous reconnecter pour continuer."
|
|
28
|
+
inactive: "Votre compte n'a pas encore a été activé."
|
|
29
|
+
sessions:
|
|
30
|
+
signed_in: "Connexion réussie."
|
|
31
|
+
signed_out: "Déconnexion réussie."
|
|
32
|
+
passwords:
|
|
33
|
+
send_instructions: "Vous recevrez un message électronique comportant des instructions pour réinitialiser votre mot de passe dans quelques minutes."
|
|
34
|
+
updated: "Votre mot de passe a été modifié avec succès. Vous êtes maintenant connecté(e)."
|
|
35
|
+
updated_not_active: "Votre mot de passe a été modifié avec succès."
|
|
36
|
+
send_paranoid_instructions: "Si votre adresse électronique figure dans notre base de données, vous recevrez un message comportant un lien de récupération du mot de passe."
|
|
37
|
+
confirmations:
|
|
38
|
+
send_instructions: "Vous recevrez un message électronique comportant des instructions pour confirmer votre compte dans quelques minutes."
|
|
39
|
+
send_paranoid_instructions: "Si votre adresse électronique figure dans notre base de données, vous recevrez un message électronique comportant des instructions pour confirmer votre compte dans quelques minutes."
|
|
40
|
+
confirmed: "Votre compte a été confirmé avec succès. Vous êtes maintenant connecté(e)."
|
|
41
|
+
registrations:
|
|
42
|
+
signed_up: "Bienvenue ! Votre inscription a été effectuée avec succès."
|
|
43
|
+
signed_up_but_unconfirmed: "Un message comportant un lien de confirmation a été envoyé à votre adresse électronique. Veuillez ouvrir le lien pour activer votre compte."
|
|
44
|
+
signed_up_but_inactive: "Votre inscription a été effectuée avec succès. Cependant, nous n'avons pas pu vous connecter, car votre compte n'a pas encore été activé."
|
|
45
|
+
signed_up_but_locked: "Votre inscription a été effectuée avec succès. Cependant, nous n'avons pas pu vous connecter, car votre compte est verrouillé."
|
|
46
|
+
updated: "La mise à jour de votre compte a été réalisée avec succès."
|
|
47
|
+
destroyed: "Au revoir ! Votre compte a bien été annulé. Nous espérons vous revoir bientôt."
|
|
48
|
+
unlocks:
|
|
49
|
+
send_instructions: "Vous recevrez un message électronique comportant des instructions pour déverrouiller votre compte dans quelques minutes."
|
|
50
|
+
unlocked: "Votre compte a été déverrouillé avec succès. Vous êtes maintenant connecté(e)."
|
|
51
|
+
send_paranoid_instructions: "Si votre compte existe, vous recevrez un message électronique comportant des instructions pour le déverrouiller dans quelques minutes."
|
|
52
|
+
mailer:
|
|
53
|
+
confirmation_instructions:
|
|
54
|
+
subject: "Instructions de confirmation"
|
|
55
|
+
reset_password_instructions:
|
|
56
|
+
subject: "Instructions de réinitialisation du mot de passe"
|
|
57
|
+
unlock_instructions:
|
|
58
|
+
subject: "Instructions de déverrouillage"
|
|
59
|
+
omniauth_callbacks:
|
|
60
|
+
success: "Vous avez été autorisé(e) avec succès par le compte %{kind}."
|
|
61
|
+
failure: "Vous n'avez pas pu être autorisé(e) par %{kind} car '%{reason}'."
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
hu:
|
|
2
|
+
errors:
|
|
3
|
+
messages:
|
|
4
|
+
expired: "lejárt, kérjük, hogy kérj egy újat"
|
|
5
|
+
not_found: "nem található"
|
|
6
|
+
already_confirmed: "már megerősítésre került, próbálj belépni"
|
|
7
|
+
not_locked: "nincs bezárve"
|
|
8
|
+
not_saved:
|
|
9
|
+
one: "1 hiba miatt a %{resource} nem menthető:"
|
|
10
|
+
other: "%{count} számú hiba miatt a %{resource} a %{resource} nem menthető:"
|
|
11
|
+
|
|
12
|
+
devise:
|
|
13
|
+
suggestion: "Népszerű címkék"
|
|
14
|
+
email: "Email"
|
|
15
|
+
name: "Név"
|
|
16
|
+
password: "Jelszó"
|
|
17
|
+
passwordconfirmation: "Jelszó megerősítése"
|
|
18
|
+
tags: "Érdeklődési kör"
|
|
19
|
+
failure:
|
|
20
|
+
already_authenticated: 'Már bejelentkeztél'
|
|
21
|
+
unauthenticated: 'A folytatáshoz be kell jelentkezned vagy regisztrálnod kell magad.'
|
|
22
|
+
unconfirmed: 'A folytatáshoz meg kell erősítened belépési adataidat.'
|
|
23
|
+
locked: 'Fiókod zárolásra került.'
|
|
24
|
+
invalid: 'Érvénytelen email vagy jelszó.'
|
|
25
|
+
invalid_token: 'Érvénytelen autentikáció'
|
|
26
|
+
timeout: 'A munkamenet lejárt, jelentkezz be újra a folytatáshoz.'
|
|
27
|
+
inactive: 'Fiókod nem került aktiválásra'
|
|
28
|
+
sessions:
|
|
29
|
+
signed_in: 'Sikeres belépés'
|
|
30
|
+
signed_out: 'Sikeres kilépés'
|
|
31
|
+
passwords:
|
|
32
|
+
send_instructions: 'Kapni fogsz egy levelet arról, hogy miként tudod jelszavadat pár percen belül újrabeállítani.'
|
|
33
|
+
updated: 'Jelszavad sikeresen módosult. Most már beléphetsz.'
|
|
34
|
+
updated_not_active: ' Jelszavad sikeresen módosult.'
|
|
35
|
+
send_paranoid_instructions: "Ha e-mail címedet tartalmazza adatbázisunk, akkor rövidesen kapsz egy linket jelszavad eléréséhez."
|
|
36
|
+
confirmations:
|
|
37
|
+
send_instructions: 'Kapni fogsz egy levelet, amelyben utasításokat találsz fiókod beállításainak megerősítéséhez.'
|
|
38
|
+
send_paranoid_instructions: 'Amennyiben e-mail címed szerepel adatbázisunkban, kapni fogsz egy levelet, amelyben utasításokat találsz fiókod beállításainak megerősítéséhez.'
|
|
39
|
+
confirmed: 'Fókod beállításai sikeres megerősítésre kerülte. Most bár bejelentkezhetsz.'
|
|
40
|
+
registrations:
|
|
41
|
+
signed_up: 'Üdvözlünk! Sikeresen regisztráltál!'
|
|
42
|
+
signed_up_but_unconfirmed: 'A megerősítéshez szükséges linket tartalmazó üzenetet elküldtük az e-mail címedre. Kérjük, hogy fiókod aktiválásához nyisd meg ezt a linket.'
|
|
43
|
+
signed_up_but_inactive: 'Sikeresen regisztráltál, de még nem tudsz bejelentkezni, mert fiókod még nem lett aktiválva.'
|
|
44
|
+
signed_up_but_locked: 'Sikeresen regisztráltál, de még nem tudsz bejelentkezni, mert fiókod zárolásra került.'
|
|
45
|
+
updated: 'Fiókod sikeresen frissítésre került.'
|
|
46
|
+
destroyed: 'Szia! Fiókod sikeresen törlésre került. Reméljük, nemsokára visszatérsz.'
|
|
47
|
+
unlocks:
|
|
48
|
+
send_instructions: 'Rövidesen kapni fogsz egy e-mailt, amelyben utasításokat talász arról, hogy miképpen tudod feloldani fiókod zárlatát.'
|
|
49
|
+
unlocked: 'Fiókod zárlatát sikeresen feloldottuk. Most már bejelentkezhetsz.'
|
|
50
|
+
send_paranoid_instructions: 'Ha fiókod létezik, kapni fogsz egy utasításokat tartalmazó levelet arról, hogy miképpen oldhatod fel annak zárlatát.'
|
|
51
|
+
omniauth_callbacks:
|
|
52
|
+
success: 'A %{kind} fiók engedéylezése sikeres volt.'
|
|
53
|
+
failure: 'A %{kind} fiók engedélyezése nem sikerült, mert "%{reason}".'
|
|
54
|
+
mailer:
|
|
55
|
+
confirmation_instructions:
|
|
56
|
+
subject: 'Megerősítési utasítások'
|
|
57
|
+
reset_password_instructions:
|
|
58
|
+
subject: 'Jelszó-törlési utasítások'
|
|
59
|
+
unlock_instructions:
|
|
60
|
+
subject: 'Utasítások zárolásának feloldása'
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
nl:
|
|
2
|
+
errors:
|
|
3
|
+
messages:
|
|
4
|
+
expired: "is verlopen, vraag een nieuwe a.u.b."
|
|
5
|
+
not_found: "niet gevonden"
|
|
6
|
+
already_confirmed: "is al bevestigd, probeer in te loggen"
|
|
7
|
+
not_locked: "was niet geblokkeerd"
|
|
8
|
+
not_saved:
|
|
9
|
+
one: "1 fout verhinderde dat dit %{resource} werd opgeslagen:"
|
|
10
|
+
other: "%{count} fouten verhinderden dat dit %{resource} werd opgeslagen:"
|
|
11
|
+
|
|
12
|
+
devise:
|
|
13
|
+
suggestion: "Populaire tags"
|
|
14
|
+
email: "Email"
|
|
15
|
+
name: "Naam"
|
|
16
|
+
password: "Wachtwoord"
|
|
17
|
+
passwordconfirmation: "Bevestiging wachtwoord"
|
|
18
|
+
tags: "Aandachtsvelden"
|
|
19
|
+
failure:
|
|
20
|
+
already_authenticated: 'U bent al ingelogd.'
|
|
21
|
+
unauthenticated: 'U moet inloggen of zich aanmelden voordat u verder gaat.'
|
|
22
|
+
unconfirmed: 'U moet uw account bevestigen voordat u verder gaat.'
|
|
23
|
+
locked: 'Uw account is geblokkeerd.'
|
|
24
|
+
invalid: 'Ongeldige email of wachtwoord.'
|
|
25
|
+
invalid_token: 'Ongeldig authenticatie-token.'
|
|
26
|
+
timeout: 'Uw sessie is verlopen, log opnieuw in om verder te gaan.'
|
|
27
|
+
inactive: 'Uw account is nog niet geactiveerd.'
|
|
28
|
+
sessions:
|
|
29
|
+
signed_in: 'Succesvol ingelogd.'
|
|
30
|
+
signed_out: 'Succesvol uitgelogd.'
|
|
31
|
+
passwords:
|
|
32
|
+
send_instructions: 'U ontvangt over enkele minuten een email met instructies over hoe u uw wachtwoord kunt resetten.'
|
|
33
|
+
updated: 'Uw wachtwoord is succesvol gewijzigd. U bent nu ingelogd.'
|
|
34
|
+
updated_not_active: 'Uw wachtwoord is succesvol gewijzigd.'
|
|
35
|
+
send_paranoid_instructions: "Als uw email voorkomt in onze database, ontvangt u via email een link waarmee u uw wachtwoord kunt herstellen"
|
|
36
|
+
confirmations:
|
|
37
|
+
send_instructions: 'U ontvangt over enkele minuten een email met instructies over hoe u uw account kunt bevestigen.'
|
|
38
|
+
send_paranoid_instructions: 'Als uw email voorkomt in onze database, ontvangt u over enkele minuten een email met instructies over hoe u uw account kunt bevestigen.'
|
|
39
|
+
confirmed: 'Uw account is succesvol bevestigd. U bent nu ingelogd.'
|
|
40
|
+
registrations:
|
|
41
|
+
signed_up: 'Welkom! U hebt zich succesvol aangemeld.'
|
|
42
|
+
signed_up_but_unconfirmed: 'Een bericht met een bevestigingslink is naar uw emailadres verzonden. Open de link om uw account te activeren.'
|
|
43
|
+
signed_up_but_inactive: 'U hebt zich succesvol aangemeld. Wij konden u echter nog niet inloggen omdat uw account nog niet geactiveerd is.'
|
|
44
|
+
signed_up_but_locked: 'U hebt zich succesvol aangemeld. We konden u echter nog niet inloggen omdat uw account geblokkeerd is.'
|
|
45
|
+
updated: 'U hebt uw account succesvol geüpdatet.'
|
|
46
|
+
destroyed: 'Tot ziens! Uw account is succesvol geannuleerd. Wij hopen u spoedig weer te zien.'
|
|
47
|
+
unlocks:
|
|
48
|
+
send_instructions: 'U ontvangt over enkele minuten een email met instructies over hoe u uw account kunt deblokkeren.'
|
|
49
|
+
unlocked: 'Uw account is succesvol gedeblokkeerd. U bent nu ingelogd.'
|
|
50
|
+
send_paranoid_instructions: 'Als uw account bestaat, ontvangt u over enkele minuten een email met instructies over hoe u het kunt deblokkeren.'
|
|
51
|
+
omniauth_callbacks:
|
|
52
|
+
success: 'Succesvol geautoriseerd vanuit %{kind} account.'
|
|
53
|
+
failure: 'Kon u niet autoriseren vanuit %{kind} omdat "%{reason}".'
|
|
54
|
+
mailer:
|
|
55
|
+
confirmation_instructions:
|
|
56
|
+
subject: 'Bevestigingsinstructies'
|
|
57
|
+
reset_password_instructions:
|
|
58
|
+
subject: 'Wachtwoord instructies resetten'
|
|
59
|
+
unlock_instructions:
|
|
60
|
+
subject: 'Instructies deblokkeren'
|