2024-03-22 20:59:15 +01:00
|
|
|
# Translations template for PROJECT.
|
|
|
|
# Copyright (C) 2024 ORGANIZATION
|
|
|
|
# This file is distributed under the same license as the PROJECT project.
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
|
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
2024-03-24 05:45:27 +01:00
|
|
|
"POT-Creation-Date: 2024-03-23 03:25+0100\n"
|
2024-03-24 20:09:35 +01:00
|
|
|
"PO-Revision-Date: 2024-03-24 19:10+0000\n"
|
|
|
|
"Last-Translator: OniriCorpe <oniricorpe@disroot.org>\n"
|
2024-03-24 01:29:32 +01:00
|
|
|
"Language-Team: Polish <https://translate.yunohost.org/projects/yunohost/"
|
|
|
|
"readme-generator/pl/>\n"
|
2024-03-22 20:59:15 +01:00
|
|
|
"Language: pl\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
2024-03-23 02:17:51 +01:00
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
2024-03-22 20:59:15 +01:00
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2024-03-24 01:29:32 +01:00
|
|
|
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
|
|
|
"|| n%100>=20) ? 1 : 2;\n"
|
|
|
|
"X-Generator: Weblate 5.3.1\n"
|
2024-03-22 20:59:15 +01:00
|
|
|
"Generated-By: Babel 2.14.0\n"
|
|
|
|
|
|
|
|
#: templates/ALL_README.md.j2:12
|
|
|
|
#, python-format
|
|
|
|
msgid "Read the README in %(language)s"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Przeczytaj README w języku %(language)s"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
|
|
|
#: templates/README.md.j2:2
|
|
|
|
msgid "Packaging an app, starting from this example"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Pakowanie aplikacji, zaczynając od tego przykładu"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
|
|
|
#: templates/README.md.j2:4
|
2024-03-24 05:45:27 +01:00
|
|
|
#, fuzzy
|
|
|
|
#| msgid ""
|
|
|
|
#| "Copy this app before working on it, using the ['Use this template']"
|
|
|
|
#| "(https://github.com/YunoHost/example_ynh/generate) button on the Github "
|
|
|
|
#| "repo."
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid ""
|
2024-03-23 02:17:51 +01:00
|
|
|
"Copy this app before working on it, using the ['Use this template'](https://"
|
2024-03-24 05:45:27 +01:00
|
|
|
"github.com/new?template_name=example_ynh&template_owner=YunoHost) button on "
|
|
|
|
"the Github repo."
|
2024-03-22 20:59:15 +01:00
|
|
|
msgstr ""
|
2024-03-24 05:45:27 +01:00
|
|
|
"Skopiuj tę aplikację zanim rozpoczniesz nad nią pracę używając przycisku "
|
|
|
|
"['Użyj tego szablonu'](https://github.com/YunoHost/example_ynh/generate) na "
|
2024-03-24 01:40:31 +01:00
|
|
|
"GitHubie."
|
2024-03-22 20:59:15 +01:00
|
|
|
|
|
|
|
#: templates/README.md.j2:5
|
2024-03-24 05:45:27 +01:00
|
|
|
#, fuzzy
|
|
|
|
#| msgid "Edit the `manifest.json` with app specific info."
|
|
|
|
msgid "Edit the `manifest.toml` with app specific info"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Edytuj `manifest.json` z informacjami o danej aplikacji."
|
2024-03-22 20:59:15 +01:00
|
|
|
|
|
|
|
#: templates/README.md.j2:6
|
2024-03-24 05:45:27 +01:00
|
|
|
#, fuzzy
|
|
|
|
#| msgid ""
|
|
|
|
#| "Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, "
|
|
|
|
#| "and any relevant conf files in `conf/`."
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid ""
|
2024-03-24 05:45:27 +01:00
|
|
|
"Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and "
|
|
|
|
"any relevant conf files in `conf/`."
|
2024-03-22 20:59:15 +01:00
|
|
|
msgstr ""
|
2024-03-24 01:40:31 +01:00
|
|
|
"Edytuj skrypty `install`, `upgrade`, `remove`, `backup`, i `restore` i inne "
|
|
|
|
"powiązane pliki w `conf/`."
|
2024-03-22 20:59:15 +01:00
|
|
|
|
|
|
|
#: templates/README.md.j2:7
|
|
|
|
msgid ""
|
2024-03-23 02:17:51 +01:00
|
|
|
"Using the [script helpers documentation.](https://yunohost.org/"
|
|
|
|
"packaging_apps_helpers)"
|
2024-03-22 20:59:15 +01:00
|
|
|
msgstr ""
|
2024-03-24 01:29:32 +01:00
|
|
|
"Używa [dokumentacji do skryptów pomocniczych.](https://yunohost.org/"
|
|
|
|
"packaging_apps_helpers)"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
|
|
|
#: templates/README.md.j2:8
|
2024-03-24 05:45:27 +01:00
|
|
|
msgid ""
|
|
|
|
"Edit the `change_url` and `config` scripts too, or remove them if you have "
|
|
|
|
"no use of them"
|
|
|
|
msgstr ""
|
2024-03-22 20:59:15 +01:00
|
|
|
|
|
|
|
#: templates/README.md.j2:9
|
2024-03-24 05:45:27 +01:00
|
|
|
msgid ""
|
|
|
|
"Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to "
|
|
|
|
"necessarily be the LICENSE of the upstream app - it is only the LICENSE you "
|
|
|
|
"want this package's code to published with ;). We recommend to use [the "
|
|
|
|
"AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt)."
|
|
|
|
msgstr ""
|
2024-03-22 20:59:15 +01:00
|
|
|
|
|
|
|
#: templates/README.md.j2:10
|
2024-03-24 05:45:27 +01:00
|
|
|
msgid "Edit files under the `doc/` directory"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/README.md.j2:11
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid ""
|
2024-03-24 05:45:27 +01:00
|
|
|
"The `README.md` files are to be automatically generated by <https://github."
|
|
|
|
"com/YunoHost/apps/tree/master/tools/readme_generator>"
|
2024-03-22 20:59:15 +01:00
|
|
|
msgstr ""
|
2024-03-24 20:09:35 +01:00
|
|
|
"Pliki `README.md` są automatycznie generowane przez <https://github.com/"
|
|
|
|
"YunoHost/apps/tree/master/tools/readme_generator>"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:17
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid ""
|
2024-03-24 05:45:27 +01:00
|
|
|
"N.B.: This README was automatically generated by <https://github.com/"
|
|
|
|
"YunoHost/apps/tree/master/tools/readme_generator>\n"
|
2024-03-22 20:59:15 +01:00
|
|
|
"It shall NOT be edited by hand."
|
|
|
|
msgstr ""
|
2024-03-24 20:09:35 +01:00
|
|
|
"To README zostało automatycznie wygenerowane przez <https://github.com/"
|
|
|
|
"YunoHost/apps/tree/master/tools/readme_generator>\n"
|
2024-03-24 01:40:31 +01:00
|
|
|
"Nie powinno być ono edytowane ręcznie."
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:21
|
2024-03-22 20:59:15 +01:00
|
|
|
#, python-format
|
|
|
|
msgid "%(application_name)s for YunoHost"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "%(application_name)s dla YunoHost"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:23
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Integration level"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Poziom integracji"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:23
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Working status"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Status działania"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:23
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Maintenance status"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Status utrzymania"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:25
|
2024-03-22 20:59:15 +01:00
|
|
|
#, python-format
|
|
|
|
msgid "Install %(application_name)s with YunoHost"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Zainstaluj %(application_name)s z YunoHost"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:27
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Read this README is other languages."
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Przeczytaj README w innym języku."
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:29
|
2024-03-22 20:59:15 +01:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
2024-03-23 02:17:51 +01:00
|
|
|
"This package allows you to install %(application_name)s quickly and simply "
|
|
|
|
"on a YunoHost server.\n"
|
|
|
|
"If you don't have YunoHost, please consult [the guide](https://yunohost.org/"
|
|
|
|
"#/install) to learn how to install it."
|
2024-03-22 20:59:15 +01:00
|
|
|
msgstr ""
|
2024-03-24 01:40:31 +01:00
|
|
|
"Ta aplikacja pozwala na szybką i prostą instalację %(application_name)s na "
|
|
|
|
"serwerze YunoHost.\n"
|
2024-03-24 05:45:27 +01:00
|
|
|
"Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/#/"
|
|
|
|
"install) instalacji."
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:32
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Overview"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Przegląd"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:35
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "**Shipped version:**"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "**Dostarczona wersja:**"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:39
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "**Demo:**"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "**Demo:**"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:43
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Screenshots"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Zrzuty ekranu"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:46
|
2024-03-22 20:59:15 +01:00
|
|
|
#, python-format
|
|
|
|
msgid "Screenshot of %(application_name)s"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Zrzut ekranu z %(application_name)s"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:51
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Disclaimers / important information"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Zastrzeżenia / ważne informacje"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:57
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Antifeatures"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Niepożądane funkcje"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:64
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Documentation and resources"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Dokumentacja i zasoby"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:66
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Official app website:"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Oficjalna strona aplikacji:"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:68
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Official user documentation:"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Oficjalna dokumentacja:"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:70
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Official admin documentation:"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Oficjalna dokumentacja dla administratora:"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:72
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Upstream app code repository:"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Repozytorium z kodem źródłowym:"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:74
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "YunoHost Store:"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Sklep YunoHost:"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:75
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Report a bug:"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Zgłaszanie błędów:"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:77
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "Developer info"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Informacje od twórców"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:79
|
2024-03-22 20:59:15 +01:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
2024-03-23 02:17:51 +01:00
|
|
|
"Please send your pull request to the [testing branch](%(testing_branch_url)s)"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Wyślij swój pull request do [gałęzi testowej](%(testing_branch_url)s)"
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:82
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "To try the testing branch, please proceed like that."
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Aby wypróbować gałąź testową postępuj zgodnie z instrukcjami."
|
2024-03-22 20:59:15 +01:00
|
|
|
|
2024-03-24 05:45:27 +01:00
|
|
|
#: templates/README.md.j2:86
|
|
|
|
msgid "or"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/README.md.j2:90
|
2024-03-22 20:59:15 +01:00
|
|
|
msgid "More info regarding app packaging:"
|
2024-03-24 01:29:32 +01:00
|
|
|
msgstr "Więcej informacji o tworzeniu paczek aplikacji:"
|
2024-03-24 05:45:27 +01:00
|
|
|
|
|
|
|
#~ msgid "Add a `LICENSE` file for the package."
|
|
|
|
#~ msgstr "Dodaj plik `LICENSE` dla paczki."
|
|
|
|
|
|
|
|
#~ msgid "Edit `doc/DISCLAIMER*.md`"
|
|
|
|
#~ msgstr "Edytuj `doc/DISCLAIMER*.md`"
|