]> cat aescling's git repositories - mastodon.git/commitdiff
i18n: Updated Polish translation (#2832)
authorm4sk1n <m4sk1n@vivaldi.net>
Sat, 6 May 2017 09:06:55 +0000 (11:06 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 6 May 2017 09:06:55 +0000 (11:06 +0200)
* i18n: updated Polish translation

Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: completed Polish translation

Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
app/views/user_mailer/confirmation_instructions.pl.html.erb [new file with mode: 0644]
app/views/user_mailer/confirmation_instructions.pl.text.erb [new file with mode: 0644]
app/views/user_mailer/password_change.pl.html.erb [new file with mode: 0644]
app/views/user_mailer/password_change.pl.text.erb [new file with mode: 0644]
app/views/user_mailer/reset_password_instructions.pl.html.erb [new file with mode: 0644]
app/views/user_mailer/reset_password_instructions.pl.text.erb [new file with mode: 0644]

diff --git a/app/views/user_mailer/confirmation_instructions.pl.html.erb b/app/views/user_mailer/confirmation_instructions.pl.html.erb
new file mode 100644 (file)
index 0000000..9739501
--- /dev/null
@@ -0,0 +1,12 @@
+<p>Witaj, <%= @resource.email %> !</p>
+
+<p>Właśnie utworzyłeś konto na instancji <%= @instance %>.</p>
+
+<p>Aby aktywować konto, odwiedź poniższy link: <br>
+<%= link_to 'Potwierdź rejestrację', confirmation_url(@resource, confirmation_token: @token) %>
+
+<p>Pamiętaj przeczytać nasz <%= link_to 'regulamin i zasady użytkowania', terms_url %>.</p>
+
+<p>Z pozdrowieniami,<p>
+
+<p>Zespół <%= @instance %></p>
diff --git a/app/views/user_mailer/confirmation_instructions.pl.text.erb b/app/views/user_mailer/confirmation_instructions.pl.text.erb
new file mode 100644 (file)
index 0000000..9640d8d
--- /dev/null
@@ -0,0 +1,12 @@
+Witaj, <%= @resource.email %> !
+
+Właśnie utworzyłeś konto na instancji <%= @instance %>.
+
+Aby aktywować konto, odwiedź poniższy link:
+<%= confirmation_url(@resource, confirmation_token: @token) %>
+
+Pamiętaj przeczytać nasz regulamin i zasady użytkowania: <%= terms_url %>
+
+Z pozdrowieniami,
+
+Zespół <%= @instance %>
diff --git a/app/views/user_mailer/password_change.pl.html.erb b/app/views/user_mailer/password_change.pl.html.erb
new file mode 100644 (file)
index 0000000..4642348
--- /dev/null
@@ -0,0 +1,3 @@
+<p>Witaj, <%= @resource.email %>!</p>
+
+<p>Informujemy, że ostatnio zmieniono Twoje hasło Mastodona.</p>
diff --git a/app/views/user_mailer/password_change.pl.text.erb b/app/views/user_mailer/password_change.pl.text.erb
new file mode 100644 (file)
index 0000000..85d5e11
--- /dev/null
@@ -0,0 +1,3 @@
+Witaj, <%= @resource.email %>!
+
+Informujemy, że ostatnio zmieniono Twoje hasło Mastodona.
diff --git a/app/views/user_mailer/reset_password_instructions.pl.html.erb b/app/views/user_mailer/reset_password_instructions.pl.html.erb
new file mode 100644 (file)
index 0000000..f4d67c7
--- /dev/null
@@ -0,0 +1,8 @@
+<p>Witaj, <%= @resource.email %>!</p>
+
+<p>Ktoś próbował zmienić Twoje hasło na Mastodonie. Możesz zrobić to klikając w poniższy link.</p>
+
+<p><%= link_to 'Zmień moje hasło', edit_password_url(@resource, reset_password_token: @token) %></p>
+
+<p>Jeżeli to nie Ty, zignoruj ten e-mail.</p>
+<p>Twoje hasło nie zostanie zmienione, dopóki nie użyjesz linku z podobnej wiadomości.</p>
diff --git a/app/views/user_mailer/reset_password_instructions.pl.text.erb b/app/views/user_mailer/reset_password_instructions.pl.text.erb
new file mode 100644 (file)
index 0000000..78d1cab
--- /dev/null
@@ -0,0 +1,8 @@
+Witaj, <%= @resource.email %>!
+
+Ktoś próbował zmienić Twoje hasło na Mastodonie. Możesz zrobić to klikając w poniższy link.
+
+<%= edit_password_url(@resource, reset_password_token: @token) %>
+
+Jeżeli to nie Ty, zignoruj ten e-mail.
+Twoje hasło nie zostanie zmienione, dopóki nie użyjesz linku z podobnej wiadomości.