Support sq locale
This commit is contained in:
parent
ba4365da5c
commit
89bb4a832b
|
@ -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 pl
|
||||
LOCALES = en_US fr_FR de es gl ru oc ja sv nl pl sq
|
||||
|
||||
# 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: 2021-03-05 19:14+0000\n"
|
||||
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
|
||||
"Language-Team: Albanian <https://weblate.framasoft.org/projects/"
|
||||
"peertube-search-index/client/sq/>\n"
|
||||
"Language-Team: Albanian <https://weblate.framasoft.org/projects/peertube-"
|
||||
"search-index/client/sq/>\n"
|
||||
"Language: sq\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -30,7 +30,11 @@ msgstr[0] "%{resultsCount} përfundim i gjetur për"
|
|||
msgstr[1] "%{resultsCount} përfundime të gjetur për"
|
||||
|
||||
#: 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> shfaq video dhe kanale që përputhen me "
|
||||
"kërkimin tuaj, por që s’është publikuesi, as i zoti. Nëse vini re çfarëdo "
|
||||
|
@ -42,10 +46,12 @@ msgid "A free software to take back control of your videos"
|
|||
msgstr "Një software i lirë për të rifituar kontrollin e videove tuaja"
|
||||
|
||||
#: 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"
|
||||
msgid ""
|
||||
"A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank"
|
||||
"\">PeerTube</a> videos and channels"
|
||||
msgstr ""
|
||||
"Një motor kërkimesh për video dhe kanale <a href=\"https://joinpeertube.org\""
|
||||
" target=\"_blank\">PeerTube</a>"
|
||||
"Një motor kërkimesh për video dhe kanale <a href=\"https://joinpeertube.org"
|
||||
"\" target=\"_blank\">PeerTube</a>"
|
||||
|
||||
#: src/views/Search.vue
|
||||
msgid "Activism"
|
||||
|
@ -140,10 +146,12 @@ msgid "Deutsch"
|
|||
msgstr "Gjermanisht"
|
||||
|
||||
#: src/components/Header.vue:15 src/components/Header.vue:4
|
||||
msgid "Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a>"
|
||||
msgid ""
|
||||
"Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</"
|
||||
"a>"
|
||||
msgstr ""
|
||||
"Zhvilluar nga <a href=\"https://framasoft.org\" target=\"_blank\""
|
||||
">Framasoft</a>"
|
||||
"Zhvilluar nga <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</"
|
||||
"a>"
|
||||
|
||||
#: src/components/ChannelResult.vue
|
||||
msgid "Discover this channel on %{host}"
|
||||
|
@ -382,11 +390,14 @@ msgid "Science & Technology"
|
|||
msgstr "Shkencë & Teknologji"
|
||||
|
||||
#: 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 ""
|
||||
"Kërkoni për videot dhe kanalet tuaja të parapëlqyer në <a href=\""
|
||||
"%{indexedInstancesUrl}\" target=\"_blank\">%{instancesCount}sajte PeerTube</"
|
||||
"a> indeksuar nga %{indexName}!"
|
||||
"Kërkoni për videot dhe kanalet tuaja të parapëlqyer në <a href="
|
||||
"\"%{indexedInstancesUrl}\" target=\"_blank\">%{instancesCount}sajte "
|
||||
"PeerTube</a> indeksuar nga %{indexName}!"
|
||||
|
||||
#: src/views/Search.vue
|
||||
msgid "Short (< 4 min)"
|
||||
|
|
|
@ -24,6 +24,7 @@ const availableLanguages = {
|
|||
'sv': 'svenska',
|
||||
'nl': 'Nederlands',
|
||||
'oc': 'Occitan',
|
||||
'sq': 'ʃc͡çip',
|
||||
'pl': 'Polski'
|
||||
}
|
||||
const aliasesLanguages = {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue