fetch polish translation

This commit is contained in:
Martin Zimmermann 2015-02-19 18:55:50 +01:00
parent 0d55dadf46
commit 4c9a2aba30
2 changed files with 27 additions and 3 deletions

View File

@ -4,10 +4,8 @@ define({
"postbox-email": "E-mail (opcional)",
"postbox-website": "Sitio web (opcional)",
"postbox-submit": "Enviar",
"num-comments": "Un Comentario\n{{ n }} Comentarios",
"no-comments": "Sin Comentarios Todavía",
"comment-reply": "Responder",
"comment-edit": "Editar",
"comment-save": "Guardar",
@ -19,7 +17,6 @@ define({
"comment-queued": "Comentario en espera para moderación.",
"comment-anonymous": "Anónimo",
"comment-hidden": "{{ n }} Oculto(s)",
"date-now": "ahora",
"date-minute": "hace un minuto\nhace {{ n }} minutos",
"date-hour": "hace una hora\nhace {{ n }} horas",

27
isso/js/app/i18n/pl.js Normal file
View File

@ -0,0 +1,27 @@
define({
"postbox-text": "Tutaj wpisz komentarz (co najmniej 3 znaki)",
"postbox-author": "Imię/nick (opcjonalnie)",
"postbox-email": "E-mail (opcjonalnie)",
"postbox-website": "Strona (opcjonalnie)",
"postbox-submit": "Wyślij",
"num-comments": "Jeden komentarz\n{{ n }} komentarzy",
"no-comments": "Jeszcze nie ma komentarzy",
"comment-reply": "Odpowiedz",
"comment-edit": "Edytuj",
"comment-save": "Zapisz",
"comment-delete": "Usuń",
"comment-confirm": "Potwierdź",
"comment-close": "Zamknij",
"comment-cancel": "Anuluj",
"comment-deleted": "Komentarz usunięty.",
"comment-queued": "Komentarz w kolejce do moderacji",
"comment-anonymous": "Anonim",
"comment-hidden": "{{ n }} ukrytych",
"date-now": "teraz",
"date-minute": "minutę temu\n{{ n }} minut temu",
"date-hour": "godzinę temu\n{{ n }} godzin temu",
"date-day": "wczoraj\n{{ n }} dni temu",
"date-week": "w ubiegłym tygodniu\n{{ n }} tygodni temu",
"date-month": "w ubiegłym miesiącu\n{{ n }} miesięcy temu",
"date-year": "w ubiegłym roku\n{{ n }} lat temu"
});