From fd1e29c3f878868d6fcc5ba9803662a4c1923dcf Mon Sep 17 00:00:00 2001 From: m4sk1n Date: Sat, 6 May 2017 11:06:55 +0200 Subject: [PATCH] i18n: Updated Polish translation (#2832) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * i18n: updated Polish translation Signed-off-by: Marcin Mikołajczak * i18n: completed Polish translation Signed-off-by: Marcin Mikołajczak --- .../confirmation_instructions.pl.html.erb | 12 ++++++++++++ .../confirmation_instructions.pl.text.erb | 12 ++++++++++++ app/views/user_mailer/password_change.pl.html.erb | 3 +++ app/views/user_mailer/password_change.pl.text.erb | 3 +++ .../reset_password_instructions.pl.html.erb | 8 ++++++++ .../reset_password_instructions.pl.text.erb | 8 ++++++++ 6 files changed, 46 insertions(+) create mode 100644 app/views/user_mailer/confirmation_instructions.pl.html.erb create mode 100644 app/views/user_mailer/confirmation_instructions.pl.text.erb create mode 100644 app/views/user_mailer/password_change.pl.html.erb create mode 100644 app/views/user_mailer/password_change.pl.text.erb create mode 100644 app/views/user_mailer/reset_password_instructions.pl.html.erb create mode 100644 app/views/user_mailer/reset_password_instructions.pl.text.erb 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 index 000000000..973950184 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.pl.html.erb @@ -0,0 +1,12 @@ +

Witaj, <%= @resource.email %> !

+ +

Właśnie utworzyłeś konto na instancji <%= @instance %>.

+ +

Aby aktywować konto, odwiedź poniższy link:
+<%= link_to 'Potwierdź rejestrację', confirmation_url(@resource, confirmation_token: @token) %> + +

Pamiętaj przeczytać nasz <%= link_to 'regulamin i zasady użytkowania', terms_url %>.

+ +

Z pozdrowieniami,

+ +

Zespół <%= @instance %>

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 index 000000000..9640d8ddd --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.pl.text.erb @@ -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 index 000000000..46423483a --- /dev/null +++ b/app/views/user_mailer/password_change.pl.html.erb @@ -0,0 +1,3 @@ +

Witaj, <%= @resource.email %>!

+ +

Informujemy, że ostatnio zmieniono Twoje hasło Mastodona.

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 index 000000000..85d5e1175 --- /dev/null +++ b/app/views/user_mailer/password_change.pl.text.erb @@ -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 index 000000000..f4d67c724 --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.pl.html.erb @@ -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.

+ +

<%= link_to 'Zmień moje hasło', 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.

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 index 000000000..78d1cab0b --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.pl.text.erb @@ -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.