Support pl
This commit is contained in:
parent
46db44b5d1
commit
099034dbdb
|
@ -17,7 +17,7 @@ INPUT_FILES = ./src
|
|||
OUTPUT_DIR = ./src
|
||||
|
||||
# Available locales for the app.
|
||||
LOCALES = en_US fr_FR de es gl ru oc ja sv nl
|
||||
LOCALES = en_US fr_FR de es gl ru oc ja sv nl pl
|
||||
|
||||
# Name of the generated .po files for each available locale.
|
||||
LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES))
|
||||
|
|
|
@ -3,8 +3,8 @@ msgstr ""
|
|||
"Project-Id-Version: \n"
|
||||
"PO-Revision-Date: 2020-12-16 14:52+0000\n"
|
||||
"Last-Translator: Marcin Mikołajczak <me@mkljczk.pl>\n"
|
||||
"Language-Team: Polish <https://weblate.framasoft.org/projects/"
|
||||
"peertube-search-index/client/pl/>\n"
|
||||
"Language-Team: Polish <https://weblate.framasoft.org/projects/peertube-"
|
||||
"search-index/client/pl/>\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -33,7 +33,11 @@ msgstr[1] "%{resultsCount} odnalezione wyniki dla"
|
|||
msgstr[2] "%{resultsCount} odnalezionych wyników dla"
|
||||
|
||||
#: src/components/SearchWarning.vue:4
|
||||
msgid "<strong>%{indexName}</strong> displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published."
|
||||
msgid ""
|
||||
"<strong>%{indexName}</strong> displays videos and channels that match your "
|
||||
"search but is not the publisher, nor the owner. If you notice any problems "
|
||||
"with a video, report it to the administrators on the PeerTube website where "
|
||||
"the video is published."
|
||||
msgstr ""
|
||||
"<strong>%{indexName}</strong> wyświetla filmy i kanały pasujące do Twojego "
|
||||
"kryterium wyszukiwania, ale nie jest ich wydawcą ani właścicielem. Jeżeli "
|
||||
|
@ -45,8 +49,10 @@ msgid "A free software to take back control of your videos"
|
|||
msgstr ""
|
||||
"Wolne oprogramowanie, dzięki któremu odzyskasz kontrolę nad swoimi filmami"
|
||||
|
||||
#: src/components/Header.vue:12
|
||||
msgid "A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank\">PeerTube</a> videos and channels"
|
||||
#: src/components/Header.vue:13 src/components/Header.vue:2
|
||||
msgid ""
|
||||
"A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank"
|
||||
"\">PeerTube</a> videos and channels"
|
||||
msgstr ""
|
||||
"Silnik wyszukiwania filmów i kanałów na <a href=\"https://joinpeertube.org\" "
|
||||
"target=\"_blank\">PeerTube</a>"
|
||||
|
@ -143,11 +149,13 @@ msgstr "Utworzone przez"
|
|||
msgid "Deutsch"
|
||||
msgstr "Deutsch"
|
||||
|
||||
#: src/components/Header.vue:14
|
||||
msgid "Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a>"
|
||||
#: src/components/Header.vue:15 src/components/Header.vue:4
|
||||
msgid ""
|
||||
"Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</"
|
||||
"a>"
|
||||
msgstr ""
|
||||
"Rozwijany przez <a href=\"https://framasoft.org\" target=\"_blank\""
|
||||
">Framasoft</a>"
|
||||
"Rozwijany przez <a href=\"https://framasoft.org\" target=\"_blank"
|
||||
"\">Framasoft</a>"
|
||||
|
||||
#: src/components/ChannelResult.vue
|
||||
msgid "Discover this channel on %{host}"
|
||||
|
@ -387,7 +395,10 @@ msgid "Science & Technology"
|
|||
msgstr "Nauka i technika"
|
||||
|
||||
#: src/views/Search.vue:21
|
||||
msgid "Search for your favorite videos and channels on <a href=\"%{indexedInstancesUrl}\" target=\"_blank\">%{instancesCount} PeerTube websites</a> indexed by %{indexName}!"
|
||||
msgid ""
|
||||
"Search for your favorite videos and channels on <a href="
|
||||
"\"%{indexedInstancesUrl}\" target=\"_blank\">%{instancesCount} PeerTube "
|
||||
"websites</a> indexed by %{indexName}!"
|
||||
msgstr ""
|
||||
"Znajdź swoje ulubione filmy i kanały na <a href=\"%{indexedInstancesUrl}\" "
|
||||
"target=\"_blank\">%{instancesCount} serwerach PeerTube</a> indeksowanych "
|
||||
|
|
|
@ -23,7 +23,8 @@ const availableLanguages = {
|
|||
'ja': '日本語',
|
||||
'sv': 'svenska',
|
||||
'nl': 'Nederlands',
|
||||
'oc': 'Occitan'
|
||||
'oc': 'Occitan',
|
||||
'pl': 'Polski'
|
||||
}
|
||||
const aliasesLanguages = {
|
||||
'en': 'en_US',
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue