From 4e671bc70e85550f5c19b1c1bca10a2cd9ffebfd Mon Sep 17 00:00:00 2001 From: ronie Date: Wed, 29 Nov 2023 23:06:10 +0100 Subject: [PATCH] [metadata.generic.artists] 1.0.18 --- addons/metadata.generic.artists/addon.xml | 4 +- addons/metadata.generic.artists/changelog.txt | 14 +++ .../metadata.generic.artists/lib/scraper.py | 37 ++++++- .../lib/theaudiodb.py | 30 ++++++ addons/metadata.generic.artists/lib/utils.py | 1 + .../resource.language.af_za/strings.po | 77 +++++++-------- .../resource.language.am_et/strings.po | 49 ++++----- .../resource.language.ar_sa/strings.po | 44 ++++----- .../resource.language.ast_es/strings.po | 49 ++++----- .../resource.language.az_az/strings.po | 44 ++++----- .../resource.language.be_by/strings.po | 80 +++++++-------- .../resource.language.bg_bg/strings.po | 80 +++++---------- .../resource.language.bs_ba/strings.po | 44 ++++----- .../resource.language.ca_es/strings.po | 82 +++++++-------- .../resource.language.cs_cz/strings.po | 75 ++++++-------- .../resource.language.cy_gb/strings.po | 44 ++++----- .../resource.language.da_dk/strings.po | 80 +++++++-------- .../resource.language.de_de/strings.po | 84 +++++++--------- .../resource.language.el_gr/strings.po | 44 ++++----- .../resource.language.en_au/strings.po | 44 ++++----- .../resource.language.en_gb/strings.po | 18 +++- .../resource.language.en_nz/strings.po | 49 ++++----- .../resource.language.en_us/strings.po | 77 +++++++-------- .../language/resource.language.eo/strings.po | 44 ++++----- .../resource.language.es_ar/strings.po | 44 ++++----- .../resource.language.es_es/strings.po | 91 ++++++----------- .../resource.language.es_mx/strings.po | 82 +++++++-------- .../resource.language.et_ee/strings.po | 95 +++++++----------- .../resource.language.eu_es/strings.po | 44 ++++----- .../resource.language.fa_af/strings.po | 44 ++++----- .../resource.language.fa_ir/strings.po | 44 ++++----- .../resource.language.fi_fi/strings.po | 83 +++++++--------- .../language/resource.language.fil/strings.po | 85 ++++++++++++++++ .../resource.language.fo_fo/strings.po | 44 ++++----- .../resource.language.fr_ca/strings.po | 49 ++++----- .../resource.language.fr_fr/strings.po | 99 +++++++------------ .../resource.language.gl_es/strings.po | 82 +++++++-------- .../resource.language.he_il/strings.po | 68 ++++++------- .../resource.language.hi_in/strings.po | 44 ++++----- .../resource.language.hr_hr/strings.po | 80 +++++++-------- .../resource.language.hu_hu/strings.po | 68 +++++-------- .../resource.language.hy_am/strings.po | 44 ++++----- .../resource.language.id_id/strings.po | 78 +++++++-------- .../resource.language.is_is/strings.po | 82 +++++++-------- .../resource.language.it_it/strings.po | 94 +++++++----------- .../resource.language.ja_jp/strings.po | 64 ++++++------ .../resource.language.kn_in/strings.po | 44 ++++----- .../resource.language.ko_kr/strings.po | 57 +++++------ .../resource.language.lt_lt/strings.po | 81 +++++---------- .../resource.language.lv_lv/strings.po | 80 +++++++-------- .../language/resource.language.mi/strings.po | 44 ++++----- .../resource.language.mk_mk/strings.po | 44 ++++----- .../resource.language.ml_in/strings.po | 44 ++++----- .../resource.language.mn_mn/strings.po | 44 ++++----- .../resource.language.ms_my/strings.po | 54 ++++------ .../resource.language.mt_mt/strings.po | 44 ++++----- .../resource.language.my_mm/strings.po | 44 ++++----- .../resource.language.nb_no/strings.po | 49 ++++----- .../resource.language.nl_nl/strings.po | 82 +++++++-------- .../resource.language.pl_pl/strings.po | 71 ++++++------- .../resource.language.pt_br/strings.po | 89 ++++++----------- .../resource.language.pt_pt/strings.po | 57 +++++------ .../resource.language.ro_ro/strings.po | 49 ++++----- .../resource.language.ru_ru/strings.po | 80 +++++++-------- .../resource.language.si_lk/strings.po | 44 ++++----- .../resource.language.sk_sk/strings.po | 77 +++++++-------- .../resource.language.sl_si/strings.po | 47 ++++----- .../resource.language.sq_al/strings.po | 75 +++++++------- .../resource.language.sr_rs/strings.po | 49 ++++----- .../resource.language.sr_rs@latin/strings.po | 49 ++++----- .../resource.language.sv_se/strings.po | 78 ++++++--------- .../language/resource.language.szl/strings.po | 44 ++++----- .../resource.language.ta_in/strings.po | 44 ++++----- .../resource.language.te_in/strings.po | 44 ++++----- .../resource.language.tg_tj/strings.po | 44 ++++----- .../resource.language.th_th/strings.po | 44 ++++----- .../resource.language.tr_tr/strings.po | 80 +++++++-------- .../resource.language.uk_ua/strings.po | 44 ++++----- .../resource.language.uz_uz/strings.po | 44 ++++----- .../resource.language.vi_vn/strings.po | 44 ++++----- .../resource.language.zh_cn/strings.po | 57 +++++------ .../resource.language.zh_tw/strings.po | 57 +++++------ 82 files changed, 2027 insertions(+), 2697 deletions(-) create mode 100644 addons/metadata.generic.artists/resources/language/resource.language.fil/strings.po diff --git a/addons/metadata.generic.artists/addon.xml b/addons/metadata.generic.artists/addon.xml index 9c5d08f9fd4a5..4059a351422c8 100644 --- a/addons/metadata.generic.artists/addon.xml +++ b/addons/metadata.generic.artists/addon.xml @@ -1,5 +1,5 @@ - + @@ -16,6 +16,6 @@ resources/icon.png - - add wikipedia support + - add artist cutout image support diff --git a/addons/metadata.generic.artists/changelog.txt b/addons/metadata.generic.artists/changelog.txt index 01e561895eb86..d8166a3240944 100644 --- a/addons/metadata.generic.artists/changelog.txt +++ b/addons/metadata.generic.artists/changelog.txt @@ -1,3 +1,17 @@ +v1.0.18 +- add video links from theaudiodb + +v1.0.17 +- add artist cutout image support + +v1.0.16 +- fix extra art sorting +- language updates + +v1.0.15 +- sort extra art +- language updates + v1.0.14 - add translations diff --git a/addons/metadata.generic.artists/lib/scraper.py b/addons/metadata.generic.artists/lib/scraper.py index 0979ffbdb691c..8d007a5f4cd4d 100644 --- a/addons/metadata.generic.artists/lib/scraper.py +++ b/addons/metadata.generic.artists/lib/scraper.py @@ -26,6 +26,7 @@ from .nfo import nfo_geturl from .theaudiodb import theaudiodb_artistdetails from .theaudiodb import theaudiodb_artistalbums +from .theaudiodb import theaudiodb_mvids from .wikipedia import wikipedia_artistdetails from .utils import * @@ -110,6 +111,7 @@ def __init__(self, action, key, artist, url, nfo, settings): elif action == 'getdetails': details = {} discography = {} + mvids = {} url = json.loads(url) artist = url.get('artist') mbartistid = url.get('mbartistid') @@ -128,6 +130,10 @@ def __init__(self, action, key, artist, url, nfo, settings): thread = Thread(target = self.get_discography, args = (mbartistid, 'theaudiodb', discography)) threads.append(thread) thread.start() + # theaudiodb mvids + thread = Thread(target = self.get_videolinks, args = (mbartistid, 'theaudiodb', mvids)) + threads.append(thread) + thread.start() # wait for musicbrainz to finish threads[0].join() # check if we have a result: @@ -182,6 +188,12 @@ def __init__(self, action, key, artist, url, nfo, settings): else: details[site] = {} details[site]['albums'] = albumlist + for site, mvidlist in mvids.items(): + if site in details: + details[site]['mvids'] = mvidlist + else: + details[site] = {} + details[site]['mvids'] = mvidlist result = self.compile_results(details) if result: self.return_details(result) @@ -327,6 +339,21 @@ def get_discography(self, param, site, discography): discography[site] = albumresults return discography + def get_videolinks(self, param, site, videolinks): + json = True + if site == 'theaudiodb': + #theaudiodb mvid links + mvidurl = AUDIODBURL % (AUDIODBKEY, AUDIODBMVIDS % param) + scraper = theaudiodb_mvids + mviddata = get_data(mvidurl, json) + if not mviddata: + return + mvidresults = scraper(mviddata) + if not mvidresults: + return + videolinks[site] = mvidresults + return videolinks + def compile_results(self, details): result = {} thumbs = [] @@ -380,7 +407,8 @@ def compile_results(self, details): thumbnails = [] fanart.reverse() fanarts = [] - # the order for extra art does not matter + # extra art from most accurate sources first + extras.reverse() extraart = [] for thumblist in thumbs: for item in thumblist: @@ -500,4 +528,11 @@ def return_details(self, item): listitem.setProperty('artist.album%i.year' % (count + 1), album['year']) if 'musicbrainzreleasegroupid' in album: listitem.setProperty('artist.album%i.musicbrainzreleasegroupid' % (count + 1), album['musicbrainzreleasegroupid']) + if 'mvids' in item: + listitem.setProperty('artist.videolinks', str(len(item['mvids']))) + for count, mvid in enumerate(item['mvids']): + listitem.setProperty('artist.videolink%i.title' % (count + 1), mvid['title']) + listitem.setProperty('artist.videolink%i.mbtrackid' % (count + 1), mvid['mbtrackid']) + listitem.setProperty('artist.videolink%i.url' % (count + 1), mvid['url']) + listitem.setProperty('artist.videolink%i.thumb' % (count + 1), mvid['thumb']) xbmcplugin.setResolvedUrl(handle=int(sys.argv[1]), succeeded=True, listitem=listitem) diff --git a/addons/metadata.generic.artists/lib/theaudiodb.py b/addons/metadata.generic.artists/lib/theaudiodb.py index c5c9cb264de5b..0f6de9eade9a6 100644 --- a/addons/metadata.generic.artists/lib/theaudiodb.py +++ b/addons/metadata.generic.artists/lib/theaudiodb.py @@ -107,6 +107,12 @@ def theaudiodb_artistdetails(data): extradata['preview'] = item['strArtistBanner'] + '/preview' extradata['aspect'] = 'banner' extras.append(extradata) + if item.get('strArtistCutout',''): + extradata = {} + extradata['image'] = item['strArtistCutout'] + extradata['preview'] = item['strArtistCutout'] + '/preview' + extradata['aspect'] = 'cutout' + extras.append(extradata) if extras: artistdata['extras'] = extras return artistdata @@ -121,3 +127,27 @@ def theaudiodb_artistalbums(data): albumdata['year'] = item.get('intYearReleased', '') albums.append(albumdata) return albums + +def theaudiodb_mvids(data): + mvids = [] + mvidlist = data.get('mvids', []) + if mvidlist: + for item in mvidlist: + mviddata = {} + mviddata['title'] = item['strTrack'] + mviddata['mbtrackid'] = item.get('strMusicBrainzID') + tempurl = item.get('strMusicVid', '') + # Find and remove extraneous data in the URL leaving just the video ID + index = tempurl.find('=') + vid_id = tempurl[index+1:] + http_index = vid_id.find('//youtu.be/') + if http_index != -1: + vid_id = vid_id[http_index+11:] + check1 = vid_id.find('/www.youtube.com/embed/') + if check1 != -1: + vid_id = vid_id[check1 + 23:check1 + 34] + mviddata['url'] = \ + 'plugin://plugin.video.youtube/play/?video_id=%s' % vid_id + mviddata['thumb'] = item.get('strTrackThumb', '') + mvids.append(mviddata) + return mvids diff --git a/addons/metadata.generic.artists/lib/utils.py b/addons/metadata.generic.artists/lib/utils.py index 1958707454376..335b4fc4a0d84 100644 --- a/addons/metadata.generic.artists/lib/utils.py +++ b/addons/metadata.generic.artists/lib/utils.py @@ -5,6 +5,7 @@ AUDIODBSEARCH = 'search.php?s=%s' AUDIODBDETAILS = 'artist-mb.php?i=%s' AUDIODBDISCOGRAPHY = 'discography-mb.php?s=%s' +AUDIODBMVIDS = 'mvid-mb.php?i=%s' MUSICBRAINZURL = 'https://musicbrainz.org/ws/2/artist/%s' MUSICBRAINZSEARCH = '?query="%s"&fmt=json' diff --git a/addons/metadata.generic.artists/resources/language/resource.language.af_za/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.af_za/strings.po index c3b1c338971d4..4b2af28ef7700 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.af_za/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.af_za/strings.po @@ -2,95 +2,84 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Afrikaans (South Africa) (https://www.transifex.com/teamxbmc/teams/40581/af_ZA/)\n" +"Language: af_ZA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: af_ZA\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Voorkeure" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Verkose taal vir kunstenaar biografie" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Verkies biografie vanaf" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Verkies diskografie vanaf" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Verkies genres vanaf" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Verkies style vanaf" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Verkies buie vanaf" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Laat minder akkurate soek resultate toe" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Indien beskikbaar, sal die kunstenaar biografie afgelaai word in die geselekteerde taal. Dit sal terugval na Engels." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer om die kunstenaar biografie te kry deur die geselekteerde skraper te gebruik. Ander skrapers sal gebruik word as die verkose skraper geen resultate oplewer nie." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer om die kunstenaar diskografie te kry deur die geselekteerde skraper te gebruik. Ander skrapers sal gebruik word as die verkose skraper geen resultate oplewer nie." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer om genre inligting te kry deur die geselekteerde skraper te gebruik. Ander skrapers sal gebruik word as die verkose skraper geen resultate oplewer nie." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer om styl inligting te kry deur die geselekteerde skraper te gebruik. Ander skrapers sal gebruik word as die verkose skraper geen resultate oplewer nie." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer om bui inligting te kry deur die geselekteerde skraper te gebruik. Ander skrapers sal gebruik word as die verkose skraper geen resultate oplewer nie." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "As Musicbrainz nie 'n skakel verskaf na allmusic en/of discogs, kan ons daardie werwe deursoek gebasseer op artistname. Aangesien kunstenaar name nie uniek is nie, kan dit potensieel volg tot 'n mengsel van metadata vanaf veelvuldige kunstenaars met dieselfde naam." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.am_et/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.am_et/strings.po index a99b27e3af2ed..c71204400d84a 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.am_et/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.am_et/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# samson , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: samson , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Amharic (Ethiopia) (https://www.transifex.com/teamxbmc/teams/40581/am_ET/)\n" +"Language: am_ET\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: am_ET\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "ምርጫዎች" @@ -52,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ar_sa/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ar_sa/strings.po index 79c6fd3da09a2..8ee32d10445c9 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ar_sa/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ar_sa/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Arabic (Saudi Arabia) (https://www.transifex.com/teamxbmc/teams/40581/ar_SA/)\n" +"Language: ar_SA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar_SA\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ast_es/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ast_es/strings.po index 269c8e37ac959..5127bd3c07e31 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ast_es/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ast_es/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# enolp , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: enolp , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Asturian (Spain) (https://www.transifex.com/teamxbmc/teams/40581/ast_ES/)\n" +"Language: ast_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ast_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Preferences" @@ -52,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.az_az/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.az_az/strings.po index 12b48a84d09ab..e20e414b1ab74 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.az_az/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.az_az/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Azerbaijani (Azerbaijan) (https://www.transifex.com/teamxbmc/teams/40581/az_AZ/)\n" +"Language: az_AZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: az_AZ\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.be_by/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.be_by/strings.po index 393261ee14ce6..610711a48408b 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.be_by/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.be_by/strings.po @@ -5,88 +5,82 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Language-Team: Belarusian (Belarus) (https://www.transifex.com/teamxbmc/teams/40581/be_BY/)\n" +"PO-Revision-Date: 2022-03-16 12:13+0000\n" +"Last-Translator: Antikruk \n" +"Language-Team: Belarusian \n" +"Language: be_by\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: be_BY\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 4.11.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Сродак для пошуку звестак пра выканаўцаў" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Пошук звестак пра выканаўцаў і іх фота на розных сайтах." msgctxt "#30000" msgid "Preferences" -msgstr "" +msgstr "Налады" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Пераважная мова для біяграфіі выканаўцы" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Аддаваць перавагу біяграфіі з" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Аддаваць перавагу дыскаграфіі з" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Аддаваць перавагу жанрам з" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Аддаваць перавагу стылям з" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Аддаваць перавагу настроям з" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Дазволіць атрымліваць менш дакладныя вынікі пошуку" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Калі даступна, біяграфія выканаўцы будзе спампаваная на абранай мове. Калі не, то на англійскай." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Медыяцэнтр будзе спрабаваць атрымаць біяграфію выканаўцы з дапамогай абранага сродку. Іншыя сродкі будуць выкарыстоўвацца, калі гэты нічога не знойдзе." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Медыяцэнтр будзе спрабаваць атрымаць дыскаграфію выканаўцы з дапамогай абранага сродку. Іншыя сродкі будуць выкарыстоўвацца, калі гэты нічога не знойдзе." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Медыяцэнтр будзе спрабаваць атрымаць звесткі пра жанр з дапамогай гэтага сродку. Іншыя сродкі будуць выкарыстоўвацца, калі гэты нічога не знойдзе." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Медыяцэнтр будзе спрабаваць атрымаць звесткі пра стыль з дапамогай абранага сродку. Іншыя сродкі будуць выкарыстоўвацца, калі гэты нічога не знойдзе." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Медыяцэнтр будзе спрабаваць атрымаць звесткі пра настрой з дапамогай абранага сродку. Іншыя сродкі будуць выкарыстоўвацца, калі гэты нічога не знойдзе." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Калі Musicbrainz не падае спасылкі на allmusic або discogs, мы можам выканаць пошук на гэтых сайтах па выканаўцы. Калі назвы (імёны) выканаўцаў аднолькавыя, то метаданыя розных выканаўцаў могуць змяшацца." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.bg_bg/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.bg_bg/strings.po index 9ac44d6e8990b..2d54f02db6f21 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.bg_bg/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.bg_bg/strings.po @@ -2,24 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Любомир Василев, 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Любомир Василев, 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/teamxbmc/teams/40581/bg_BG/)\n" +"Language: bg_BG\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bg_BG\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Предпочитания" @@ -53,61 +57,29 @@ msgid "Allow less accurate search results" msgstr "Разрешаване на по-неточни резултати при търсене" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"При възможност, биографията на изпълнителя ще бъде свалена на избрания език." -" Иначе ще се показва на английски." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "При възможност, биографията на изпълнителя ще бъде свалена на избрания език. Иначе ще се показва на английски." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" -"Биографията на изпълнителя по възможност ще се получава чрез избрания " -"скрипт. Ако избраният скрипт не върне резултат, ще бъдат използвани други." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Биографията на изпълнителя по възможност ще се получава чрез избрания скрипт. Ако избраният скрипт не върне резултат, ще бъдат използвани други." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" -"Дискографията на изпълнителя по възможност ще се получава чрез избрания " -"скрипт. Ако избраният скрипт не върне резултат, ще бъдат използвани други." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Дискографията на изпълнителя по възможност ще се получава чрез избрания скрипт. Ако избраният скрипт не върне резултат, ще бъдат използвани други." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Информацията за жанра по възможност ще се получава чрез избрания скрипт. Ако" -" избраният скрипт не върне резултат, ще бъдат използвани други." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Информацията за жанра по възможност ще се получава чрез избрания скрипт. Ако избраният скрипт не върне резултат, ще бъдат използвани други." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Информацията за стила по възможност ще се получава чрез избрания скрипт. Ако" -" избраният скрипт не върне резултат, ще бъдат използвани други." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Информацията за стила по възможност ще се получава чрез избрания скрипт. Ако избраният скрипт не върне резултат, ще бъдат използвани други." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" -"Информацията за настроението по възможност ще се получава чрез избрания " -"скрипт. Ако избраният скрипт не върне резултат, ще бъдат използвани други." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Информацията за настроението по възможност ще се получава чрез избрания скрипт. Ако избраният скрипт не върне резултат, ще бъдат използвани други." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Ако „Musicbrainz“ не предоставя връзка към „allmusic“ и/или „discogs“, можем" -" да потърсим в тези уеб сайтове по името на изпълнителя. Тъй като имената на" -" изпълнителите не са уникални, то данните може да са объркани между " -"различните изпълнители." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Ако „Musicbrainz“ не предоставя връзка към „allmusic“ и/или „discogs“, можем да потърсим в тези уеб сайтове по името на изпълнителя. Тъй като имената на изпълнителите не са уникални, то данните може да са объркани между различните изпълнители." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.bs_ba/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.bs_ba/strings.po index 725cb24341462..c3a4ad0e42f38 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.bs_ba/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.bs_ba/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/teamxbmc/teams/40581/bs_BA/)\n" +"Language: bs_BA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bs_BA\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ca_es/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ca_es/strings.po index 0df236456215e..c0dee3532c1ea 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ca_es/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ca_es/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Catalan (Spain) (https://www.transifex.com/teamxbmc/teams/40581/ca_ES/)\n" +"PO-Revision-Date: 2022-08-09 18:14+0000\n" +"Last-Translator: Xean \n" +"Language-Team: Catalan (Spain) \n" +"Language: ca_es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ca_ES\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.13\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Raspador musical genèric per a artistes" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Cerca informació sobre artistes i obres d'art a diversos llocs web." msgctxt "#30000" msgid "Preferences" @@ -25,72 +31,56 @@ msgstr "Preferències" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Idioma preferit per a la biografia de l'artista" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Prefereix la biografia de" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Prefereix la discografia de" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Prefereix els gèneres de" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Prefereix estils de" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Prefereix els estats d'ànim de" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Permet resultats de cerca menys precisos" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Si està disponible, la biografia de l'artista es baixarà en l'idioma seleccionat. Sinó es baixarà en anglès." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtenir la biografia de l'artista utilitzant el rascador seleccionat. S'utilitzaran altres rascadors si el preferit no aconsegueix cap resultat." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtenir discografia de l'artista utilitzant el rascador seleccionat. S'utilitzaran altres rascadors si el preferit no aconsegueix cap resultat." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtenir la informació de gènere utilitzant el rascador seleccionat. S'utilitzaran altres rascadors si el preferit no aconsegueix cap resultat." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtenir la informació d'estil utilitzant el rascador seleccionat. S'utilitzaran altres rascadors si el preferit no aconsegueix cap resultat." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtenir la informació de l'estat d'ànim utilitzant el rascador seleccionat. S'utilitzaran altres rascadors si el preferit no aconsegueix cap resultat." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Si Musicbrainz no proporciona un enllaç a allmusic i/o discogs, podem cercar aquests llocs en funció del nom de l'artista. Com que els noms dels artistes no són únics, això podria donar lloc a una barreja de metadades de diversos artistes amb el mateix nom." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.cs_cz/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.cs_cz/strings.po index ca07a3c998b61..bf65b0de07f72 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.cs_cz/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.cs_cz/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Jan Krejčí, 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Jan Krejčí, 2020\n" -"Language-Team: Czech (Czech Republic) (https://www.transifex.com/teamxbmc/teams/40581/cs_CZ/)\n" +"PO-Revision-Date: 2022-03-28 14:13+0000\n" +"Last-Translator: Kryštof Černý \n" +"Language-Team: Czech \n" +"Language: cs_cz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs_CZ\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" +"X-Generator: Weblate 4.11.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Obecný scraper hudby pro umělce" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Vyhledává informace o umělcích a grafiku napříč různými weby." msgctxt "#30000" msgid "Preferences" @@ -26,7 +31,7 @@ msgstr "Předvolby" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Preferovaný jazyk pro biografii umělce" msgctxt "#30002" msgid "Prefer biography from" @@ -53,51 +58,29 @@ msgid "Allow less accurate search results" msgstr "Povolit méně přesné výsledky vyhledávání" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Biografie umělce se stáhne ve vybraném jazyce, pokud je dostupná. V opačném " -"případě se stáhne v angličtině." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Biografie umělce se stáhne ve vybraném jazyce, pokud je dostupná. V opačném případě se stáhne v angličtině." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokuste se získat biografii umělce pomocí vybraného zdroje. Pokud preferovaný zdroj nevrátí žádné výsledky, bude použit jiný zdroj." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokuste se získat diskografii umělce pomocí vybraného zdroje. Pokud preferovaný zdroj nevrátí žádné výsledky, bude použit jiný zdroj." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokuste se získat informace o žánru pomocí vybraného zdroje. Pokud preferovaný zdroj nevrátí žádné výsledky, bude použit jiný zdroj." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokuste se získat informace o stylu pomocí vybraného zdroje. Pokud preferovaný zdroj nevrátí žádné výsledky, bude použit jiný zdroj." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokuste se získat informace o náladě pomocí vybraného zdroje. Pokud preferovaný zdroj nevrátí žádné výsledky, bude použit jiný zdroj." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Pokud Musicbrainz neposkytne odkaz na allmusic a /nebo discogs, můžeme tyto " -"stránky prohledat podle jména umělce. Protože jména umělců nejsou jedinečná," -" může to potenciálně způsobit smíchání metadat od několika umělců se stejným" -" jménem." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Pokud Musicbrainz neposkytne odkaz na allmusic a /nebo discogs, můžeme tyto stránky prohledat podle jména umělce. Protože jména umělců nejsou jedinečná, může to potenciálně způsobit smíchání metadat od několika umělců se stejným jménem." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.cy_gb/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.cy_gb/strings.po index 7799399c5d657..3040d62f19dbd 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.cy_gb/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.cy_gb/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Welsh (United Kingdom) (https://www.transifex.com/teamxbmc/teams/40581/cy_GB/)\n" +"Language: cy_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cy_GB\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.da_dk/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.da_dk/strings.po index a49ac8bea0379..069de0a5066c7 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.da_dk/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.da_dk/strings.po @@ -5,88 +5,82 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Language-Team: Danish (Denmark) (https://www.transifex.com/teamxbmc/teams/40581/da_DK/)\n" +"PO-Revision-Date: 2021-07-26 20:39+0000\n" +"Last-Translator: Christian Gade \n" +"Language-Team: Danish \n" +"Language: da_dk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: da_DK\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.7.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Generisk musik-scraper til kunstnere" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Søger efter kunstneroplysninger og illustrationer på tværs af flere websteder." msgctxt "#30000" msgid "Preferences" -msgstr "" +msgstr "Præferencer" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Foretrukket sprog til kunstnerbiografi" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Foretræk biografi fra" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Foretræk diskografi fra" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Foretræk genrer fra" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Foretræk stilarter fra" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Foretræk stemninger fra" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Tillad mindre nøjagtige søgeresultater" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Hvis det er tilgængeligt, downloades kunstnerens biografi på det valgte sprog. Ellers hentes den på engelsk." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Forsøg at få kunstnerens biografi ved hjælp af den valgte scraper. Andre scrapere vil blive benyttet, hvis den foretrukne skraber ikke giver noget resultat." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Forsøg at få kunstnerens diskografi ved hjælp af den valgte scraper. Andre scrapere vil blive benyttet, hvis den foretrukne scraper ikke giver noget resultat." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Forsøg at få genreinformation ved hjælp af den valgte scraper. Andre scrapere vil blive benyttet, hvis den foretrukne scraper ikke giver noget resultat." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Forsøg at få information om stilart ved hjælp af den valgte scraper. Andre scrapere vil blive benyttet, hvis den foretrukne scraper ikke giver noget resultat." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Forsøg at få information om stemning ved hjælp af den valgte scraper. Andre scrapere vil blive benyttet, hvis den foretrukne scraper ikke giver noget resultat." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Hvis Musicbrainz ikke giver et link til allmusic og/eller discogs, kan vi søge på disse sider ved hjælp af kunstnernavn. Da kunstnernavne ikke er unikke, kan dette potentielt resultere i en blanding af metadata fra flere kunstnere med samme navn." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.de_de/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.de_de/strings.po index cd31daeb30308..bd864c952f1bb 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.de_de/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.de_de/strings.po @@ -2,95 +2,85 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: German (Germany) (https://www.transifex.com/teamxbmc/teams/40581/de_DE/)\n" +"PO-Revision-Date: 2021-07-13 18:29+0000\n" +"Last-Translator: Kai Sommerfeld \n" +"Language-Team: German \n" +"Language: de_de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.7.1\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Generischer Musik-Scraper für Interpreten" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Sucht nach Interpreten-Informationen und Artwork auf verschiedenen Websites." msgctxt "#30000" msgid "Preferences" -msgstr "Präferenzen" +msgstr "Einstellungen" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Bevorzugte Sprache für Interpreten-Biografien" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Biografien bevorzugen von" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Diskographien bevorzugen von" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Genres bevorzugen von" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Styles bevorzugen von" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Stimmungen bevorzugen von" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Weniger genaue Suchergebnisse erlauben" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Wenn verfügbar, werden Interpreten-Biografien in der ausgewählten Sprache heruntergeladen. Fallback ist englisch." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Versuchen, Interpreten-Biografien mit dem ausgewählten Scraper zu erhalten. Wenn der bevorzugte Scraper keine Ergebnisse liefert, werden andere Scraper verwendet." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Versuchen, Interpreten-Diskographien mit dem ausgewählten Scraper zu erhalten. Wenn der bevorzugte Scraper keine Ergebnisse liefert, werden andere Scraper verwendet." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Versuchen, Genre-Informationen mit dem ausgewählten Scraper zu erhalten. Wenn der bevorzugte Scraper keine Ergebnisse liefert, werden andere Scraper verwendet." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Versuchen, Style-Informationen mit dem ausgewählten Scraper zu erhalten. Wenn der bevorzugte Scraper keine Ergebnisse liefert, werden andere Scraper verwendet." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Versuchen, Stimmungs-Informationen mit dem ausgewählten Scraper zu erhalten. Wenn der bevorzugte Scraper keine Ergebnisse liefert, werden andere Scraper verwendet." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Wenn MusicBrainz weder einen Link zu allmusic noch zu discogs liefert, können diese Sites mit dem Interpretennamen durchsucht werden. Da Interpretennamen nicht eindeutig sind, kann es dabei zu einer fälschlichen Vermischung von Metadaten von verschiedenen Interpreten mit dem gleichen Namen kommen." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.el_gr/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.el_gr/strings.po index c91c09c5c5c71..1bb4f39e83940 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.el_gr/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.el_gr/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Greek (Greece) (https://www.transifex.com/teamxbmc/teams/40581/el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.en_au/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.en_au/strings.po index 3527a96a9111c..181902bccd855 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.en_au/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.en_au/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: English (Australia) (https://www.transifex.com/teamxbmc/teams/40581/en_AU/)\n" +"Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: en_AU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.en_gb/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.en_gb/strings.po index 4b953e73e6455..0b1707e398dd1 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.en_gb/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.en_gb/strings.po @@ -4,18 +4,26 @@ # Addon Provider: Team Kodi msgid "" msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Project-Id-Version: Kodi add-ons\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Kodi Translation Team\n" -"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/kodi-main/language/en_GB/)\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" +"Language: en_gb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.en_nz/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.en_nz/strings.po index 7c249db137dcc..3962aaffe76df 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.en_nz/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.en_nz/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: English (New Zealand) (https://www.transifex.com/teamxbmc/teams/40581/en_NZ/)\n" +"Language: en_NZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: en_NZ\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Preferences" @@ -52,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.en_us/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.en_us/strings.po index c0a1b90d0822d..dfa4beb960a9c 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.en_us/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.en_us/strings.po @@ -2,95 +2,84 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: English (United States) (https://www.transifex.com/teamxbmc/teams/40581/en_US/)\n" +"Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: en_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Preferences" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Preferred language for artist biography" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Prefer biography from" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Prefer discography from" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Prefer genres from" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Prefer styles from" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Prefer moods from" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Allow less accurate search results" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.eo/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.eo/strings.po index 6d68088b2fa8e..ec2d01f5eddef 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.eo/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.eo/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Esperanto (https://www.transifex.com/teamxbmc/teams/40581/eo/)\n" +"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.es_ar/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.es_ar/strings.po index d417c90936482..ec8e8b2cdd886 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.es_ar/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.es_ar/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Spanish (Argentina) (https://www.transifex.com/teamxbmc/teams/40581/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.es_es/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.es_es/strings.po index 272c8bc293166..fcf06ab7a5ad5 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.es_es/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.es_es/strings.po @@ -2,24 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Victor Vinuela , 2020 -# Rafa Oliveros, 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Rafa Oliveros, 2020\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/teamxbmc/teams/40581/es_ES/)\n" +"PO-Revision-Date: 2022-02-23 10:13+0000\n" +"Last-Translator: Alfonso Cachero \n" +"Language-Team: Spanish (Spain) \n" +"Language: es_es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_ES\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.10.1\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Scraper de música genérico para los intérpretes" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Busca información e imágenes sobre el intérprete en varios sitios web." msgctxt "#30000" msgid "Preferences" @@ -27,7 +31,7 @@ msgstr "Preferencias" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "Idioma preferido para la biografía del artista" +msgstr "Idioma preferido para la biografía del intérprete" msgctxt "#30002" msgid "Prefer biography from" @@ -54,64 +58,29 @@ msgid "Allow less accurate search results" msgstr "Permitir resultados de búsqueda menos precisos" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Si está disponible, la biografía del artista se descargará en el idioma " -"seleccionado. La segunda opción será el inglés." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Si está disponible, la biografía del intérprete se descargará en el idioma seleccionado. La segunda opción será el inglés." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" -"Intenta obtener la biografía del artista utilizando el raspador " -"seleccionado. Se utilizarán otros raspadores si el raspador preferido no " -"arroja resultados." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtener la biografía del intérprete utilizando el scraper seleccionado. Se utilizarán otros scrapers si el scraper preferido no obtiene resultados." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" -"Intenta obtener la discografía del artista utilizando el raspador " -"seleccionado. Se utilizarán otros raspadores si el raspador preferido no " -"arroja resultados." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtener la discografía del intérprete utilizando el scraper seleccionado. Se utilizarán otros scrapers si el scraper preferido no obtiene resultados." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Intenta obtener información de género con el raspador seleccionado. Se " -"utilizarán otros raspadores si el raspador preferido no arroja resultados." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtener información de género con el scraper seleccionado. Se utilizarán otros scrapers si el scraper preferido no obtiene resultados." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Intenta obtener información de estilo con el raspador seleccionado. Se " -"utilizarán otros raspadores si el raspador preferido no arroja resultados." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtener información de estilo con el scraper seleccionado. Se utilizarán otros scrapers si el scraper preferido no obtiene resultados." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" -"Intenta obtener información sobre el estado de ánimo con el raspador " -"seleccionado. Se utilizarán otros raspadores si el raspador preferido no " -"arroja resultados." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intenta obtener información sobre el estado de ánimo con el scraper seleccionado. Se utilizarán otros scrapers si el scraper preferido no obtiene resultados." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Si Musicbrainz no proporciona un enlace a allmusic y/o discogs, podemos " -"buscar en esos sitios según el nombre del artista. Dado que los nombres de " -"los artistas no son únicos, esto podría dar como resultado una mezcla de " -"metadatos de varios artistas con el mismo nombre." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Si Musicbrainz no proporciona un enlace a allmusic y/o discogs, podemos buscar en esos sitios según el nombre del intérprete. Dado que los nombres de los intérpretes no son únicos, esto podría dar como resultado una mezcla de metadatos de varios intérpretes con el mismo nombre." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.es_mx/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.es_mx/strings.po index bc88b60cec6a0..61b08067138b0 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.es_mx/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.es_mx/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/teamxbmc/teams/40581/es_MX/)\n" +"PO-Revision-Date: 2021-10-09 02:30+0000\n" +"Last-Translator: Edson Armando \n" +"Language-Team: Spanish (Mexico) \n" +"Language: es_mx\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_MX\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.8\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Scraper de música genérico para artistas" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Busca arte e información de artista en múltiples sitios web." msgctxt "#30000" msgid "Preferences" @@ -25,72 +31,56 @@ msgstr "Preferencias" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Idioma preferido para la biografía del artista" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Preferir biografía de" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Preferir discografía de" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Preferir géneros de" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Preferir estilos de" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Preferir ambientes de" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Permitir resultados de búsqueda menos precisos" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Si está disponible, la biografía del artista se descargará en el idioma seleccionado. Alternativamente se descargará en inglés." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intentar obtener la biografía del artista usando el scraper seleccionado. Otros scrapers serán usados si el preferido no devuelve resultados.." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intentar obtener la discografía del artista usando el scraper seleccionado. Otros scrapers serán usados si el preferido no devuelve resultados.." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intentar obtener información de género usando el scraper seleccionado. Otros scrapers serán usados si el preferido no devuelve resultados.." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intentar obtener información de estilo usando el scraper seleccionado. Otros scrapers serán usados si el preferido no devuelve resultados.." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Intentar obtener información de ambiente usando el scraper seleccionado. Otros scrapers serán usados si el preferido no devuelve resultados.." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Si Musicbrainz no provee un enlace de allmusic y/o discogs, se puede buscar basado en el nombre del artista. Como los nombres de artista no son únicos, esto podría resultar en una mezcla de metadatos de diferentes artistas de un mismo nombre." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.et_ee/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.et_ee/strings.po index ddf5ede29b45c..48d2b33451853 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.et_ee/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.et_ee/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# Olav , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Olav , 2020\n" -"Language-Team: Estonian (Estonia) (https://www.transifex.com/teamxbmc/teams/40581/et_EE/)\n" +"PO-Revision-Date: 2022-01-24 13:13+0000\n" +"Last-Translator: rimasx \n" +"Language-Team: Estonian \n" +"Language: et_ee\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: et_EE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.10.1\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Geneeriline esitajate muusikakaabits" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Otsib esitajate teavet ja fännipilte mitmest allikast." msgctxt "#30000" msgid "Preferences" @@ -25,87 +31,56 @@ msgstr "Eelistused" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "Eelistatud keel esitaja andmete puhul" +msgstr "Esitaja andme eelistatud keel" msgctxt "#30002" msgid "Prefer biography from" -msgstr "Eelista andmeid kohast" +msgstr "Eelista andmeid allikast" msgctxt "#30003" msgid "Prefer discography from" -msgstr "Eelista muusikalisi andmeid kohast" +msgstr "Eelista diskograafiat allikast" msgctxt "#30004" msgid "Prefer genres from" -msgstr "Eelista žanreid kohast" +msgstr "Eelista žanreid allikast" msgctxt "#30005" msgid "Prefer styles from" -msgstr "Eelista stiile kohast" +msgstr "Eelista stiile allikast" msgctxt "#30006" msgid "Prefer moods from" -msgstr "Eelista tujusid kohast" +msgstr "Eelista tujusid allikast" msgctxt "#30101" msgid "Allow less accurate search results" msgstr "Luba vähemtäpsemad otsingutulemused" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Olemasolul laaditakse esitaja elulugu alla valitud keeles. Selle puudumisel " -"kasutatakse inglise keelt." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Võimalusel laaditakse esitaja elulugu alla valitud keeles. Selle puudumisel kasutatakse inglise keelt." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" -"Ürita hankida esitaja elulugu valitud kaabitsaga. Teisi kaabitsaid " -"kasutatakse, kui eelistatud kaabits ei leia otsitut." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Ürita hankida esitaja elulugu valitud kaabitsaga. Teisi kaabitsaid kasutatakse, kui eelistatud kaabits ei leia otsitut." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" -"Ürita hankida esitaja musikaalset ajalugu valitud kaabitsaga. Teisi " -"kaabitsaid kasutatakse, kui eelistatud kaabits ei leia otsitut." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Ürita hankida esitaja diskograafia valitud kaabitsaga. Teisi kaabitsaid kasutatakse, kui eelistatud kaabits ei leia otsitut." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Ürita hankida žanri teavet valitud kaabitsaga. Teisi kaabitsaid kasutatakse," -" kui eelistatud kaabits ei leia otsitut." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Ürita hankida žanri teavet valitud kaabitsaga. Teisi kaabitsaid kasutatakse, kui eelistatud kaabits ei leia otsitut." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Ürita hankida stiili teavet valitud kaabitsaga. Teisi kaabitsaid " -"kasutatakse, kui eelistatud kaabits ei leia otsitut." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Ürita hankida stiili teavet valitud kaabitsaga. Teisi kaabitsaid kasutatakse, kui eelistatud kaabits ei leia otsitut." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" -"Ürita hankida tuju teavet valitud kaabitsaga. Teisi kaabitsaid kasutatakse, " -"kui eelistatud kaabits ei leia otsitut." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Ürita hankida tuju teavet valitud kaabitsaga. Teisi kaabitsaid kasutatakse, kui eelistatud kaabits ei leia otsitut." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Kui Musicbrainz ei paku allmusicu ja/või discogsi linki, saame neist " -"lehtedest otsida esitaja ja albumi nime järgi. Kuna on olemas samanimelised " -"esitajad, võivad nende metaandmed seguneda." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Kui Musicbrainz ei paku allmusicu ja/või discogsi linki, saame neist lehtedest otsida esitaja ja albumi nime järgi. Kuna on olemas samanimelised esitajad, võivad nende metaandmed seguneda." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.eu_es/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.eu_es/strings.po index 8877536b0b6df..f3cbbceb296d0 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.eu_es/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.eu_es/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Basque (Spain) (https://www.transifex.com/teamxbmc/teams/40581/eu_ES/)\n" +"Language: eu_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: eu_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.fa_af/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.fa_af/strings.po index 701cbc4040921..93cc71be74a73 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.fa_af/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.fa_af/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Persian (Afghanistan) (https://www.transifex.com/teamxbmc/teams/40581/fa_AF/)\n" +"Language: fa_AF\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fa_AF\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.fa_ir/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.fa_ir/strings.po index 20cc2e37d2f10..5178c41e33aab 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.fa_ir/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.fa_ir/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Persian (Iran) (https://www.transifex.com/teamxbmc/teams/40581/fa_IR/)\n" +"Language: fa_IR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fa_IR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.fi_fi/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.fi_fi/strings.po index 45b5f919d7191..811fc918fc75f 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.fi_fi/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.fi_fi/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Oskari Lavinto , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Oskari Lavinto , 2020\n" -"Language-Team: Finnish (Finland) (https://www.transifex.com/teamxbmc/teams/40581/fi_FI/)\n" +"PO-Revision-Date: 2022-07-07 19:14+0000\n" +"Last-Translator: Oskari Lavinto \n" +"Language-Team: Finnish \n" +"Language: fi_fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fi_FI\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.13\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Yleinen musiikkitietolähde esittäjille" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Mahdollistaa esittäjien tietojen ja mediakuvitusten noudon eri verkkopalveluista." msgctxt "#30000" msgid "Preferences" @@ -26,72 +31,56 @@ msgstr "Asetukset" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Ensisijainen kieli esittäjän biografialle" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Suosi biografiaa lähteestä" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Suosi diskografiaa lähteestä" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Suosi lajityyppejä lähteestä" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Suosi tyylejä lähteestä" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Suosi tunnelmia lähteestä" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "Salli epätarkemmat hakutulokset" +msgstr "Salli heikommat hakutulokset" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Jos mahdollista, esittäjän biografia noudetaan valitun kielisenä. Muutoin se noudetaan englanninkielisenä." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pyri noutamaan esittäjien biografiat valitusta tietolähteestä. Muita lähteitä käytetään, jollei ensisijainen lähde tuota tuloksia." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pyri noutamaan esittäjien diskografiat valitulla tietolähteellä. Muita lähteitä käytetään, jollei ensisijainen lähde tuota tuloksia." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pyri noutamaan lajityypit valitulla tietolähteellä. Muita lähteitä käytetään, jollei ensisijainen lähde tuota tuloksia." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pyri noutamaan tyylit valitulla tietolähteellä. Muita lähteitä käytetään, jollei ensisijainen lähde tuota tuloksia." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pyri noutamaan tunnelmat valitulla tietolähteellä. Muita lähteitä käytetään, jollei ensisijainen lähde tuota tuloksia." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Jollei MusicBrainz tarjoa linkkiä AllMusic- ja/tai Discogs-palveluun, voidaan sivustoilta etsiä esittäjien nimillä. Koska esittäjien nimet eivät ole ainutlaatuisia, tämä voi aiheuttaa tietojen sekoittumisen saman nimisten esittäjien kesken." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.fil/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.fil/strings.po new file mode 100644 index 0000000000000..1f6472186683d --- /dev/null +++ b/addons/metadata.generic.artists/resources/language/resource.language.fil/strings.po @@ -0,0 +1,85 @@ +# Kodi Media Center language file +# Addon Name: Generic Artist Scraper +# Addon id: metadata.generic.artists +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: Kodi add-ons\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fil\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9);\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + +msgctxt "#30000" +msgid "Preferences" +msgstr "" + +msgctxt "#30001" +msgid "Preferred language for artist biography" +msgstr "" + +msgctxt "#30002" +msgid "Prefer biography from" +msgstr "" + +msgctxt "#30003" +msgid "Prefer discography from" +msgstr "" + +msgctxt "#30004" +msgid "Prefer genres from" +msgstr "" + +msgctxt "#30005" +msgid "Prefer styles from" +msgstr "" + +msgctxt "#30006" +msgid "Prefer moods from" +msgstr "" + +msgctxt "#30101" +msgid "Allow less accurate search results" +msgstr "" + +msgctxt "#30201" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "" + +msgctxt "#30202" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "" + +msgctxt "#30203" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "" + +msgctxt "#30204" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "" + +msgctxt "#30205" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "" + +msgctxt "#30206" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "" + +msgctxt "#30301" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.fo_fo/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.fo_fo/strings.po index 8d0d5b3223d07..7186a4a9e0a7e 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.fo_fo/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.fo_fo/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Faroese (Faroe Islands) (https://www.transifex.com/teamxbmc/teams/40581/fo_FO/)\n" +"Language: fo_FO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fo_FO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.fr_ca/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.fr_ca/strings.po index e83be30f35741..68aafc00c97d3 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.fr_ca/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.fr_ca/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: French (Canada) (https://www.transifex.com/teamxbmc/teams/40581/fr_CA/)\n" +"Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Préférences" @@ -52,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.fr_fr/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.fr_fr/strings.po index 453f8bd1b8e56..abc7771a8252f 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.fr_fr/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.fr_fr/strings.po @@ -2,24 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Ptit Prince , 2020 -# tmtisfree , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: tmtisfree , 2020\n" -"Language-Team: French (France) (https://www.transifex.com/teamxbmc/teams/40581/fr_FR/)\n" +"PO-Revision-Date: 2022-12-21 20:15+0000\n" +"Last-Translator: skypichat \n" +"Language-Team: French (France) \n" +"Language: fr_fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr_FR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.15\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Scraper de musique générique pour les artistes" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Recherche les informations sur les artistes et les artworks sur plusieurs sites Web." msgctxt "#30000" msgid "Preferences" @@ -31,19 +35,19 @@ msgstr "Préférence de langue pour la biographie d'artiste" msgctxt "#30002" msgid "Prefer biography from" -msgstr "Récupérer la biographie avec" +msgstr "Récupérer la biographie depuis" msgctxt "#30003" msgid "Prefer discography from" -msgstr "Récupérer la discographie avec" +msgstr "Récupérer la discographie depuis" msgctxt "#30004" msgid "Prefer genres from" -msgstr "Récupérer les genres avec" +msgstr "Récupérer les genres depuis" msgctxt "#30005" msgid "Prefer styles from" -msgstr "Récupérer les styles avec" +msgstr "Récupérer les styles depuis" msgctxt "#30006" msgid "Prefer moods from" @@ -54,66 +58,29 @@ msgid "Allow less accurate search results" msgstr "Permettre des résultats de recherche moins précis" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Si disponible, la biographie de l'artiste sera téléchargée dans la langue " -"sélectionnée. Sinon elle le sera en anglais." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Si disponible, la biographie de l'artiste sera téléchargée dans la langue sélectionnée. Sinon elle le sera en anglais." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" -"Tente de récupérer de récupérer la biographie de l'artiste avec le scraper " -"sélectionné. D'autres scrapers seront utilisés si le scraper préféré ne " -"renvoie aucun résultat." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tenter de récupérer de récupérer la biographie de l'artiste avec le collecteur sélectionné. D'autres collecteurs seront utilisés si le collecteur préféré ne renvoie aucun résultat." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" -"Tente de récupérer la discographie de l'artiste avec le scraper sélectionné." -" D'autres scrapers seront utilisés si le scraper préféré ne renvoie aucun " -"résultat." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tenter de récupérer la discographie de l'artiste avec le collecteur sélectionné. D'autres collecteurs seront utilisés si le collecteur préféré ne renvoie aucun résultat." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Tente de récupérer l'information de genre avec le scraper sélectionné. " -"D'autres scrapers seront utilisés si le scraper préféré ne renvoie aucun " -"résultat." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tenter de récupérer l'information de genre avec le collecteur sélectionné. D'autres collecteurs seront utilisés si le collecteur préféré ne renvoie aucun résultat." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Tente de récupérer l'information de style avec le scraper sélectionné. " -"D'autres scrapers seront utilisés si le scraper préféré ne renvoie aucun " -"résultat." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tenter de récupérer l'information de style avec le collecteur sélectionné. D'autres collecteurs seront utilisés si le collecteur préféré ne renvoie aucun résultat." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" -"Tente de récupérer l'information d'ambiance avec le scraper sélectionné. " -"D'autres scrapers seront utilisés si le scraper préféré ne renvoie aucun " -"résultat." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tenter de récupérer l'information d'ambiance avec le collecteur sélectionné. D'autres collecteurs seront utilisés si le collecteur préféré ne renvoie aucun résultat." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Si Musicbrainz ne fourni pas de lien vers « allmusic » et/ou « discogs », " -"Kodi cherchera sur ces sites à partir de « artistname ». Les noms d'artiste " -"n'étant pas uniques, le résultat pourrait être un mélange des métadonnées de" -" l'ensemble des artistes ayant le même nom." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Si Musicbrainz ne fourni pas de lien vers « allmusic » et/ou « discogs », Kodi cherchera sur ces sites à partir de « artistname ». Les noms d'artiste n'étant pas uniques, le résultat pourrait être un mélange des métadonnées de l'ensemble des artistes ayant le même nom." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.gl_es/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.gl_es/strings.po index 1d096b4cf6a81..ee0a7f660b4fe 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.gl_es/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.gl_es/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Galician (Spain) (https://www.transifex.com/teamxbmc/teams/40581/gl_ES/)\n" +"PO-Revision-Date: 2021-07-05 21:29+0000\n" +"Last-Translator: Christian Gade \n" +"Language-Team: Galician (Spain) \n" +"Language: gl_es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: gl_ES\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.7.1\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" msgctxt "#30000" msgid "Preferences" @@ -25,72 +31,56 @@ msgstr "Preferencias" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Idioma preferido para biografías de autor" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Preferir biografía de" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Preferir discografía de" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Preferir xéneros de" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Preferir estilos de" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Preferir estados de ánimo de" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Permitir resultados menos precisos nas buscas" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Se está dispoñíbel, a biografía do artista descargarase no idioma seleccionado, se non en inglés." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter a biografía do artista empregando o scraper seleccionado. Empregaranse outros scrapers se o preferido non devolve resultados." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter a discografía do artista empregando o scraper seleccionado. Empregaranse outros scrapers se o preferido non devolve resultados." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter información do xénero a través o scraper seleccionado. Empregaranse outros scrapers se o preferido non devolve resultados." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter información do estilo a través o scraper seleccionado. Empregaranse outros scrapers se o preferido non devolve resultados." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter información dos estados de ánimo a través o scraper seleccionado. Empregaranse outros scrapers se o preferido non devolve resultados." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Se Musicbrainz non fornece dunha ligazón a allmusic e/ou discogs, podemos pescudar eses sitios baseados no nome de artista e álbum. Como os nomes de artista non son únicos, isto pode resultar nunha potencial mestura de metadatos dos multiples artista polo mesmo nome." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.he_il/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.he_il/strings.po index a74c9ec8fa0a7..69fff05359241 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.he_il/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.he_il/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Hebrew (Israel) (https://www.transifex.com/teamxbmc/teams/40581/he_IL/)\n" +"PO-Revision-Date: 2022-03-24 11:13+0000\n" +"Last-Translator: Christian Gade \n" +"Language-Team: Hebrew (Israel) \n" +"Language: he_il\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: he_IL\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" +"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3));\n" +"X-Generator: Weblate 4.11.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" msgctxt "#30000" msgid "Preferences" @@ -37,60 +43,44 @@ msgstr "" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "להעדיף סוגים מבין" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "להעדיף סגנונות מבין" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "להעדיף מצבי רוח מבין" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "מאפשר תוצאות חיפוש פחות מדויקות" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "לנסות לקבל את פרטי הסוג באמצעות המחלץ הנבחר. מחלצים אחרים יופעלו אם המחלץ המועדף לא יחזיר תוצאות." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "לנסות לקבל את פרטי הסגנון באמצעות המחלץ הנבחר. מחלצים אחרים יופעלו אם המחלץ המועדף לא יחזיר תוצאות." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "לנסות לקבל את פרטי מצב הרוח באמצעות המחלץ הנבחר. מחלצים אחרים יופעלו אם המחלץ המועדף לא יחזיר תוצאות." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.hi_in/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.hi_in/strings.po index 5e9cace654d5a..8e4d8da557337 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.hi_in/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.hi_in/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Hindi (India) (https://www.transifex.com/teamxbmc/teams/40581/hi_IN/)\n" +"Language: hi_IN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hi_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.hr_hr/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.hr_hr/strings.po index 58d449d90a0a0..a249a2c27dd43 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.hr_hr/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.hr_hr/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/teamxbmc/teams/40581/hr_HR/)\n" +"PO-Revision-Date: 2023-01-07 12:15+0000\n" +"Last-Translator: gogogogi \n" +"Language-Team: Croatian \n" +"Language: hr_hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr_HR\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.15\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Izvorni glazbeni sakupljač za izvođače" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Pretražuje informacije izvođača i slike omota s mnogo web stranica." msgctxt "#30000" msgid "Preferences" @@ -25,72 +31,56 @@ msgstr "Osobitosti" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Željeni jezik za životopis izvođača" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Željeni životopis s" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Željene diskografija s" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Željeni žanrovi s" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Željeni stil s" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Željeno raspoloženje s" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Dopusti manje točne rezultate pretrage" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Ako je dostupno, životopis izvođača biti će preuzet u odabranom jeziku. U suprtnome preuzet će se na engleskom." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokušaj preuzeti životopis izvođača koristeći odabrani sakupljač. Drugi sakupljači će se koristiti ako zadani sakupljač nema rezultata." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokušaj preuzeti diskografiju izvođača koristeći odabrani sakupljač. Drugi sakupljači će se koristiti ako zadani sakupljač nema rezultata." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokušaj preuzeti informaciju žanra koristeći odabrani sakupljač. Drugi sakupljači će se koristiti ako zadani sakupljač nema rezultata." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokušaj preuzeti informaciju stila koristeći odabrani sakupljač. Drugi sakupljači će se koristiti ako zadani sakupljač nema rezultata." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Pokušaj preuzeti raspoloženje koristeći odabrani sakupljač. Drugi sakupljači će se koristiti ako zadani sakupljač nema rezultata." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Ako Musicbrainz ne pruža poveznicu do allmusic i/ili discogs, možemo pretražiti te stranice temeljeno na nazivu izvođača. Budući da nazivi izvođača nisu jedinstveni, to potencijalno može rezultirati mješavinom metapodataka od više izvođača istog naziva." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.hu_hu/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.hu_hu/strings.po index f8b639cd07960..28debd1a84b02 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.hu_hu/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.hu_hu/strings.po @@ -2,31 +2,35 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Balázs Meskó , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Balázs Meskó , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Hungarian (Hungary) (https://www.transifex.com/teamxbmc/teams/40581/hu_HU/)\n" +"Language: hu_HU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hu_HU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Beállítások" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Előnyben részesített nyelv az előadó életrajzához" msgctxt "#30002" msgid "Prefer biography from" @@ -53,47 +57,29 @@ msgid "Allow less accurate search results" msgstr "Kevésbé pontos keresési találatok engedélyezése" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Ha elérhető, az előadó életrajza a kiválasztott nyelven lesz letöltve. " -"Egyébként angolra fog váltani." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Ha elérhető, az előadó életrajza a kiválasztott nyelven lesz letöltve. Egyébként angolra fog váltani." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Próbálja meg megszerezni az előadó életrajzát a kiválasztott leolvasóval. Más leolvasókat használunk, ha az előnyben részesített nem ad eredményt." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Próbálja meg megszerezni az előadó diszkográfiáját a kiválasztott leolvasóval. Más leolvasókat használunk, ha az előnyben részesített nem ad eredményt." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Próbáljon műfaji információkat szerezni a kiválasztott leolvasó segítségével. Más leolvasókat használunk, ha az előnyben részesített nem ad eredményt." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Próbáljon stílusinformációkat szerezni a kiválasztott leolvasóval. Más leolvasókat használunk, ha az előnyben részesített nem ad eredményt." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Próbáljon hangulatinformációkat szerezni a kiválasztott leolvasóval. Más leolvasókat használunk, ha az előnyben részesített nem ad eredményt." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Ha a Musicbrainz nem nyújt hivatkozást az allmusicra vagy a discogsra, akkor az előadónév és az oszlopnév alapján kereshetünk ezeken a webhelyeken. Mivel az előadónevek nem egyediek, ez potenciálisan az albumok metaadatainak keverékét eredményezheti." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.hy_am/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.hy_am/strings.po index 313cd97bf57ef..86e1b0d42b70e 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.hy_am/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.hy_am/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Armenian (Armenia) (https://www.transifex.com/teamxbmc/teams/40581/hy_AM/)\n" +"Language: hy_AM\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hy_AM\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.id_id/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.id_id/strings.po index d7e293f226adc..067fc8912f9a7 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.id_id/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.id_id/strings.po @@ -5,88 +5,82 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Language-Team: Indonesian (Indonesia) (https://www.transifex.com/teamxbmc/teams/40581/id_ID/)\n" +"PO-Revision-Date: 2021-11-18 22:13+0000\n" +"Last-Translator: Nao3Line Prez \n" +"Language-Team: Indonesian \n" +"Language: id_id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id_ID\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.9\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Scraper musik generik untuk artis" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Mencari informasi artis dan karya seni di beberapa situs web." msgctxt "#30000" msgid "Preferences" -msgstr "" +msgstr "Preferensi" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Bahasa pilihan untuk biografi artis" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Lebih suka biografi dari" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Lebih suka diskografi dari" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Lebih suka genre dari" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Lebih suka gaya dari" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Lebih suka suasana dari" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Ijinkan hasil pencarian keakurasi rendah" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Jika tersedia, biografi artis akan diunduh dalam bahasa yang dipilih. Ini akan dibalikkan ke bahasa Inggris." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Cobalah untuk mendapatkan biografi artis menggunakan scraper yang dipilih. Scraper lain akan digunakan jika scraper pilihan tidak memberikan hasil." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Cobalah untuk mendapatkan diskografi artis menggunakan scraper yang dipilih. Scraper lain akan digunakan jika scraper pilihan tidak memberikan hasil." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Cobalah untuk mendapatkan info genre menggunakan scraper yang dipilih. Scraper lain akan digunakan jika scraper pilihan tidak memberikan hasil." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Cobalah untuk mendapatkan info gaya menggunakan scraper yang dipilih. Scraper lain akan digunakan jika scraper pilihan tidak memberikan hasil." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Cobalah untuk mendapatkan info suasana menggunakan scraper yang dipilih. Scraper lain akan digunakan jika scraper pilihan tidak memberikan hasil." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Jika Musicbrainz tidak menyediakan tautan ke semua musik dan/atau diskog, kami dapat mencari situs tersebut berdasarkan nama artis. Karena nama artis tidak unik, hal ini berpotensi menghasilkan campuran metadata dari beberapa artis dengan nama yang sama." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.is_is/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.is_is/strings.po index 99ff85518955c..8b3ed26b93de9 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.is_is/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.is_is/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Icelandic (Iceland) (https://www.transifex.com/teamxbmc/teams/40581/is_IS/)\n" +"PO-Revision-Date: 2022-02-17 15:13+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic \n" +"Language: is_is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: is_IS\n" -"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" +"Plural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\n" +"X-Generator: Weblate 4.10.1\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Almennur tónlistarskrapari fyrir flytjendur" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Leitar að upplýsingum um flytjendur og myndefni þeim tengt á mörgum vefsvæðum." msgctxt "#30000" msgid "Preferences" @@ -25,72 +31,56 @@ msgstr "Kjörstillingar" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Æskilegt tungumál æviágrips listamanns" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Velja frekar æviágrip frá" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Velja frekar plötulista frá" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Velja frekar flokka frá" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Velja frekar stíla frá" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Velja frekar skapbrigði frá" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Leyfa minna nákvæmar leitarniðurstöður" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Ef slíkt er tiltækt, verður æviágrip flytjenda sótt á völdu tungumáli. Til vara verður stuðst við ensku." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Reyna að fá æviágrip listamanns með völdum skrapara. Aðrir skraparar verða notaðir ef sá valdi skilar engum niðurstöðum." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Reyna að fá plötulista listamanns með völdum skrapara. Aðrir skraparar verða notaðir ef sá valdi skilar engum niðurstöðum." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Reyna að fá upplýsingar um flokka með völdum skrapara. Aðrir skraparar verða notaðir ef sá valdi skilar engum niðurstöðum." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Reyna að fá upplýsingar um stíl með völdum skrapara. Aðrir skraparar verða notaðir ef sá valdi skilar engum niðurstöðum." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Reyna að fá upplýsingar um skapbrigði með völdum skrapara. Aðrir skraparar verða notaðir ef sá valdi skilar engum niðurstöðum." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Ef Musicbrainz gefur ekki tengil á allmusic og/eða discogs, getum við leitað á þessum vefsvæðum eftir listamannsnafni. Sé nafn flytjanda ekki einstakt, getur þetta leitt til blöndunar á lýsigögnum frá mörgum flytjendum með sama nafni." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.it_it/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.it_it/strings.po index b15592881392c..0787e5814950c 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.it_it/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.it_it/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Marco Viti , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Marco Viti , 2020\n" -"Language-Team: Italian (Italy) (https://www.transifex.com/teamxbmc/teams/40581/it_IT/)\n" +"PO-Revision-Date: 2023-03-22 21:16+0000\n" +"Last-Translator: Massimo Pissarello \n" +"Language-Team: Italian \n" +"Language: it_it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.15.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Scraper musicale generico per artisti" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Cerca informazioni sull'artista e artwork su più siti web." msgctxt "#30000" msgid "Preferences" @@ -34,81 +39,48 @@ msgstr "Preferisci biografia da" msgctxt "#30003" msgid "Prefer discography from" -msgstr "Preferisco la discografia da" +msgstr "Preferisco discografia da" msgctxt "#30004" msgid "Prefer genres from" -msgstr "Preferisci i generi da" +msgstr "Preferisci generi da" msgctxt "#30005" msgid "Prefer styles from" -msgstr "Preferisci gli stili da" +msgstr "Preferisci stili da" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Preferisci stati d'animo da" msgctxt "#30101" msgid "Allow less accurate search results" msgstr "Consenti risultati di ricerca meno accurati" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Se disponibile, la biografia dell'artista verrà scaricata nella lingua " -"selezionata. Poi tornerà all'inglese." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Se disponibile, la biografia dell'artista verrà scaricata nella lingua selezionata. Altrimenti verrà scaricata in inglese." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" -"Prova a ottenere la biografia dell'artista utilizzando lo scraper " -"selezionato. Se lo scraper preferito non restituisce risultati, prova con " -"altri scraper." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Prova ad ottenere la biografia dell'artista utilizzando lo scraper selezionato. Verranno utilizzati altri scraper se lo scraper preferito non dovesse restituire risultati." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" -"Cerca di ottenere la discografia dell'artista utilizzando lo scraper " -"selezionato. Se lo scraper preferito non restituisce risultati, prova con " -"altri scraper." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Prova ad ottenere la discografia dell'artista utilizzando lo scraper selezionato. Verranno utilizzati altri scraper se lo scraper preferito non dovesse restituire risultati." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Prova a ottenere informazioni sul genere utilizzando lo scraper selezionato." -" Se lo scraper preferito non restituisce risultati, utilizza altri scraper." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Prova ad ottenere informazioni sul genere utilizzando lo scraper selezionato. Verranno utilizzati altri scraper se lo scraper preferito non dovesse restituire risultati." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Prova a ottenere informazioni sullo stile utilizzando lo scraper " -"selezionato. Se lo scraper preferito non restituisce risultati, prova con " -"altri scraper." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Prova ad ottenere informazioni sullo stile utilizzando lo scraper selezionato. Verranno utilizzati altri scraper se lo scraper preferito non dovesse restituire risultati." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Prova ad ottenere informazioni sull'umore utilizzando lo scraper selezionato. Verranno utilizzati altri scraper se lo scraper preferito non dovesse restituire risultati." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Se Musicbrainz non fornisce un collegamento a allmusic e/o discogs, possiamo" -" cercare quei siti in base al nome dell'artista e all'album. In circostanze " -"in cui un artista ha pubblicato più album con lo stesso nome, ciò potrebbe " -"potenzialmente risultare in un misto di metadati di quegli album." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Se Musicbrainz non fornisce un collegamento a allmusic e/o discogs, possiamo cercare quei siti in base al nome dell'artista e al nome dell'album. Nel caso in cui un artista avesse pubblicato più album con lo stesso nome, si potrebbe potenzialmente creare una combinazione di metadati di quegli album." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ja_jp/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ja_jp/strings.po index c94cf5f375c01..2bd492dad2bb4 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ja_jp/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ja_jp/strings.po @@ -5,88 +5,82 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Language-Team: Japanese (Japan) (https://www.transifex.com/teamxbmc/teams/40581/ja_JP/)\n" +"PO-Revision-Date: 2023-07-23 15:11+0000\n" +"Last-Translator: yohru \n" +"Language-Team: Japanese \n" +"Language: ja_jp\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja_JP\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.18.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" msgctxt "#30000" msgid "Preferences" -msgstr "" +msgstr "環境設定" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "アーティストの経歴レビューで優先する言語" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "~からの人物紹介を優先する" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "~からのディスコグラフィを優先する" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "~からのジャンルを優先する" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "~からのスタイルを優先する" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "~からのムードを優先する" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "低い精度の検索結果を許可する" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.kn_in/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.kn_in/strings.po index d6c85242068b1..da1b322a2e523 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.kn_in/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.kn_in/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Kannada (India) (https://www.transifex.com/teamxbmc/teams/40581/kn_IN/)\n" +"Language: kn_IN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: kn_IN\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ko_kr/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ko_kr/strings.po index aee9e7f4f7042..5b138763a4812 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ko_kr/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ko_kr/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Minho Park , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Minho Park , 2020\n" -"Language-Team: Korean (Korea) (https://www.transifex.com/teamxbmc/teams/40581/ko_KR/)\n" +"PO-Revision-Date: 2021-08-21 01:29+0000\n" +"Last-Translator: Minho Park \n" +"Language-Team: Korean \n" +"Language: ko_kr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko_KR\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.7.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "아티스트를 위한 일반 음악 스크레이퍼" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "여러 웹사이트에서 아티스트 정보와 작품을 검색합니다." msgctxt "#30000" msgid "Preferences" @@ -53,47 +58,29 @@ msgid "Allow less accurate search results" msgstr "약간 느슨한 검색 결과 허용" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "가능하면 아티스트 생애를 선호 언어로 내려 받습니다. 기본 영어." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "선택된 스크레이퍼로 아티스트 생애를 내려 받습니다. 선호 스크레이퍼의 결과가 없으면 다른 것이 사용됩니다." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "선택된 스크레이퍼로 아티스트 디스코그래피를 내려 받습니다. 선호 스크레이퍼의 결과가 없으면 다른 것이 사용됩니다." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "선택된 스크레이퍼로 장르 정보를 내려받습니다. 선호하는 스크레이퍼의 결과가 없으면 다른 것이 쓰입니다." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "선택된 스크레이퍼로 스타일 정보를 내려받습니다. 선호하는 스크레이퍼의 결과가 없으면 다른 것이 쓰입니다." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "선택된 스크레이퍼로 무드 정보를 내려받습니다. 선호하는 스크레이퍼의 결과가 없으면 다른 것이 쓰입니다." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"뮤직브레인즈이 allmusic이나 discogs의 링크를 제공하지 않으면, albumname으로 검색할 수 있습니다. 아티스트 이름이 " -"유일하지 않으므로, 이 음반들의 메타데이터로부터 뒤섞인 결과가 나올 수 있습니다." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "뮤직브레인즈이 allmusic이나 discogs의 링크를 제공하지 않으면, albumname으로 검색할 수 있습니다. 아티스트 이름이 유일하지 않으므로, 이 음반들의 메타데이터로부터 뒤섞인 결과가 나올 수 있습니다." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.lt_lt/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.lt_lt/strings.po index 38b04e9c5c20f..f2d0b064b0808 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.lt_lt/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.lt_lt/strings.po @@ -2,24 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Zapata11 , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Zapata11 , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/teamxbmc/teams/40581/lt_LT/)\n" +"Language: lt_LT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lt_LT\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Nustatymai" @@ -53,62 +57,29 @@ msgid "Allow less accurate search results" msgstr "Leisti mažiau tikslius paieškos rezultatus" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Jei įmanoma, atlikėjo biografija bus atsisiųsta pasirinkta kalba. Tai bus " -"anglų kalba. Nepavykus bus atsiųsta angliškai." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Jei įmanoma, atlikėjo biografija bus atsisiųsta pasirinkta kalba. Tai bus anglų kalba. Nepavykus bus atsiųsta angliškai." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" -"Bus bandoma gauti atlikėjo biografiją naudojant pasirinktą graibyklę. Kitos " -"graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Bus bandoma gauti atlikėjo biografiją naudojant pasirinktą graibyklę. Kitos graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" -"Bus bandoma gauti atlikėjo diskografiją naudojant pasirinktą graibyklę. " -"Kitos graibyklės bus naudojamos, jei pageidaujama graibyklė neduos " -"rezultatų." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Bus bandoma gauti atlikėjo diskografiją naudojant pasirinktą graibyklę. Kitos graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Bus bandoma gauti žanrų informaciją naudojant pasirinktą graibyklę. Kitos " -"graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Bus bandoma gauti žanrų informaciją naudojant pasirinktą graibyklę. Kitos graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Bus bandoma gauti stilių informaciją naudojant pasirinktą graibyklę. Kitos " -"graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Bus bandoma gauti stilių informaciją naudojant pasirinktą graibyklę. Kitos graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" -"Bus bandoma gauti nuotaikų informaciją naudojant pasirinktą graibyklę. Kitos" -" graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Bus bandoma gauti nuotaikų informaciją naudojant pasirinktą graibyklę. Kitos graibyklės bus naudojamos, jei pageidaujama graibyklė neduos rezultatų." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Jei Musicbrainz nepateikia nuorodos į „allmusic“ ir/arba \"discogs\", šiose " -"svetainėse galime atlikti paiešką pagal atlikėjo vardą. Kadangi atlikėjų " -"vardai nėra unikalūs, rezultate galite gauti kelių atlikėjų tuo pačiu vardu " -"metaduomenų mišinį." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Jei Musicbrainz nepateikia nuorodos į „allmusic“ ir/arba \"discogs\", šiose svetainėse galime atlikti paiešką pagal atlikėjo vardą. Kadangi atlikėjų vardai nėra unikalūs, rezultate galite gauti kelių atlikėjų tuo pačiu vardu metaduomenų mišinį." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.lv_lv/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.lv_lv/strings.po index 8bede0c7b517a..62720ffa3687a 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.lv_lv/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.lv_lv/strings.po @@ -5,88 +5,82 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Language-Team: Latvian (Latvia) (https://www.transifex.com/teamxbmc/teams/40581/lv_LV/)\n" +"PO-Revision-Date: 2023-02-20 20:15+0000\n" +"Last-Translator: Coool (github.com/Coool) \n" +"Language-Team: Latvian \n" +"Language: lv_lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv_LV\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" +"X-Generator: Weblate 4.15.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Vispārējs mūzikas skrāpis, kas iegūst informāciju par mūzikas izpildītājiem" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Meklē informāciju par izpildītāju un iegūst to attēlu no dažādām vietnēm." msgctxt "#30000" msgid "Preferences" -msgstr "" +msgstr "Iestatījumi" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Izpildītāja biogrāfijas vēlamā valoda" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Dot priekšroku iegūt biogrāfijas datus no" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Dot priekšroku iegūt diskogrāfijas datus no" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Dot priekšroku iegūt žanru datus no" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Dot priekšroku iegūt stilu datus no" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Dot priekšroku iegūt noskaņu datus no" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Pieļaut mazāk precīza datu iegūšanu" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Ja ir pieejami, izpildītāja biogrāfijas dati tiks iegūti izvēlētajā valodā. Ja nav, angļu valodā." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mēģināt iegūt izpildītāja biogrāfiju, izmantojot izvēlēto skrāpi. Ja izvēlētais skrāpis nevarēs iegūt datus, tiks izmantoti citi skrāpji." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mēģināt iegūt izpildītāja diskogrāfiju, izmantojot izvēlēto skrāpi. Ja izvēlētais skrāpis nevarēs iegūt datus, tiks izmantoti citi skrāpji." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mēģināt iegūt žanru informāciju, izmantojot izvēlēto skrāpi. Ja izvēlētais skrāpis nevarēs iegūt datus, tiks izmantoti citi skrāpji." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mēģināt iegūt stila informāciju, izmantojot izvēlēto skrāpi. Ja izvēlētais skrāpis nevarēs iegūt datus, tiks izmantoti citi skrāpji." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mēģināt iegūt noskaņojuma informāciju, izmantojot izvēlēto skrāpi. Ja izvēlētais skrāpis nevarēs iegūt datus, tiks izmantoti citi skrāpji." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Ja MusicBrainz nesatur saiti uz allmusic un/vai discogs vietni, mēs varam iegūt datus tajās pēc izpildītāja vārda. Tā kā izpildītāju vārdi nav unikāli, iespējams, var tikt iegūti nepareizi dati. Jo pastāv iespēja, ka eksistē vairāki mākslinieki ar vienu un to pašu vārdu." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.mi/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.mi/strings.po index cfd40ec894dda..128afc76b6012 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.mi/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.mi/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Maori (https://www.transifex.com/teamxbmc/teams/40581/mi/)\n" +"Language: mi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: mi\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.mk_mk/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.mk_mk/strings.po index 5a69b49fdde4f..6831d4daae0df 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.mk_mk/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.mk_mk/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Macedonian (Macedonia) (https://www.transifex.com/teamxbmc/teams/40581/mk_MK/)\n" +"Language: mk_MK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: mk_MK\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ml_in/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ml_in/strings.po index e9165d293183f..1628e4908c9f0 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ml_in/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ml_in/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Malayalam (India) (https://www.transifex.com/teamxbmc/teams/40581/ml_IN/)\n" +"Language: ml_IN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ml_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.mn_mn/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.mn_mn/strings.po index 7dcfbfbdeef3c..86e7f752b203b 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.mn_mn/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.mn_mn/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Mongolian (Mongolia) (https://www.transifex.com/teamxbmc/teams/40581/mn_MN/)\n" +"Language: mn_MN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: mn_MN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ms_my/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ms_my/strings.po index f83434fa619c2..9c0e027c6b5b2 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ms_my/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ms_my/strings.po @@ -2,24 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# abuyop , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: abuyop , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Malay (Malaysia) (https://www.transifex.com/teamxbmc/teams/40581/ms_MY/)\n" +"Language: ms_MY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ms_MY\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Keutamaan" @@ -53,47 +57,29 @@ msgid "Allow less accurate search results" msgstr "Benarkan keputusan gelintar kurang tepat" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Jika tersedia, biografi artis akan dimuat turun dalam bahasa terpilih. Ia " -"akan dijatuh-balik ke bahasa Inggeris." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Jika tersedia, biografi artis akan dimuat turun dalam bahasa terpilih. Ia akan dijatuh-balik ke bahasa Inggeris." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.mt_mt/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.mt_mt/strings.po index 3b490ff0dd91b..0ac1f451ed314 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.mt_mt/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.mt_mt/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Maltese (Malta) (https://www.transifex.com/teamxbmc/teams/40581/mt_MT/)\n" +"Language: mt_MT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: mt_MT\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.my_mm/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.my_mm/strings.po index b85a248490e87..3b99a9234b148 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.my_mm/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.my_mm/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Burmese (Myanmar) (https://www.transifex.com/teamxbmc/teams/40581/my_MM/)\n" +"Language: my_MM\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: my_MM\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.nb_no/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.nb_no/strings.po index 8c9c1944795e4..e8e6d976b604a 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.nb_no/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.nb_no/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/teamxbmc/teams/40581/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Innstillinger" @@ -52,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.nl_nl/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.nl_nl/strings.po index 6bdfd1d0e2d34..ddde3d86b991d 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.nl_nl/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.nl_nl/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/teamxbmc/teams/40581/nl_NL/)\n" +"PO-Revision-Date: 2022-09-06 10:59+0000\n" +"Last-Translator: Christian Gade \n" +"Language-Team: Dutch \n" +"Language: nl_nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nl_NL\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Generieke muziek schraper voor artiesten" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Zoekt naar informatie over artiesten en kunstwerken op meerdere websites." msgctxt "#30000" msgid "Preferences" @@ -25,72 +31,56 @@ msgstr "Voorkeuren" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Voorkeurstaal voor artiestenbiografie" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Liever biografie van" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Liever discografie van" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Voorkeur voor genres van" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Voorkeur voor stijlen van" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Liever stemmingen van" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Minder nauwkeurige zoekresultaten toestaan" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Indien beschikbaar, wordt de artiestenbiografie gedownload in de geselecteerde taal. Het zal terugvallen op het Engels." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer de biografie van de artiest te krijgen met de geselecteerde schraper. Andere schrapers worden gebruikt als de gewenste schraper geen resultaten oplevert." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer de biografie van de artiest te krijgen met de geselecteerde schraper. Andere schrapers worden gebruikt als de gewenste schraper geen resultaten oplevert." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer genre-informatie te krijgen met behulp van de geselecteerde schraper. Andere schrapers worden gebruikt als de gewenste schraper geen resultaten oplevert." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer stijlinformatie te krijgen met de geselecteerde schraper. Andere schrapers worden gebruikt als de gewenste schraper geen resultaten oplevert." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Probeer stemmingsinformatie te krijgen met de geselecteerde schraper. Andere schrapers worden gebruikt als de gewenste schraper geen resultaten oplevert." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Als Musicbrainz geen link geeft naar alle muziek en/of discogs, kunnen we die sites doorzoeken op artiestnaam. Aangezien artiestennamen niet uniek zijn, kan dit mogelijk resulteren in een mengeling van metadata van meerdere artiesten met dezelfde naam." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.pl_pl/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.pl_pl/strings.po index c2615a32e0ae2..d671ba3b78097 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.pl_pl/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.pl_pl/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Valdnet, 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Valdnet, 2020\n" -"Language-Team: Polish (Poland) (https://www.transifex.com/teamxbmc/teams/40581/pl_PL/)\n" +"PO-Revision-Date: 2021-07-31 13:29+0000\n" +"Last-Translator: Marek Adamski \n" +"Language-Team: Polish \n" +"Language: pl_pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl_PL\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Generator: Weblate 4.7.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Ogólny ekstraktor muzyczny wykonawców" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Wyszukuje informacje o wykonawcy oraz grafikę na wielu witrynach internetowych." msgctxt "#30000" msgid "Preferences" @@ -26,7 +31,7 @@ msgstr "Preferencje" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Preferowany język biografii wykonawcy" msgctxt "#30002" msgid "Prefer biography from" @@ -53,47 +58,29 @@ msgid "Allow less accurate search results" msgstr "Zezwalaj na mniej dokładne wyniki wyszukiwania" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Jeśli jest dostępna, biografia artysty zostanie pobrana w wybranym języku. " -"Można zawsze powrócić do języka angielskiego." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Jeśli jest dostępna, biografia wykonawcy zostanie pobrana w wybranym języku. Można zawsze powrócić do języka angielskiego." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Spróbuj uzyskać biografię wykonawcy za pomocą wybranego ekstraktora. Inne ekstraktory zostaną użyte, jeśli preferowany ekstraktor nie poda rezultatów." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Spróbuj uzyskać dyskografię wykonawcy za pomocą wybranego ekstraktora. Inne ekstraktory zostaną użyte, jeśli preferowany ekstraktor nie poda rezultatów." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Spróbuj uzyskać informacje o gatunku za pomocą wybranego ekstraktora. Inne ekstraktory zostaną użyte, jeśli preferowany ekstraktor nie poda rezultatów." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Spróbuj uzyskać informacje o stylu za pomocą wybranego ekstraktora. Inne ekstraktory zostaną użyte, jeśli preferowany ekstraktor nie poda rezultatów." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Spróbuj uzyskać informacje o nastroju za pomocą wybranego ekstraktora. Inne ekstraktory zostaną użyte, jeśli preferowany ekstraktor nie poda rezultatów." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Jeśli Musicbrainz nie udostępnia łącza do allmusic i/lub discogs, możemy przeszukać te strony na podstawie nazwy wykonawcy. Ponieważ nazwy wykonawców nie są unikalne, może to potencjalnie skutkować mieszanką metadanych pochodzących od wielu wykonawców o tej samej nazwie." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.pt_br/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.pt_br/strings.po index 719ce43160dd4..8d544b9983b5e 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.pt_br/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.pt_br/strings.po @@ -2,25 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Lucas Mindêllo de Andrade , 2020 -# Lizandra Silva , 2020 -# Igor Rückert, 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: Igor Rückert, 2020\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/teamxbmc/teams/40581/pt_BR/)\n" +"PO-Revision-Date: 2021-12-02 00:13+0000\n" +"Last-Translator: Fabio \n" +"Language-Team: Portuguese (Brazil) \n" +"Language: pt_br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.9.1\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Scraper genérico de música para artistas" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Pesquisa por artes e informações de artistas em múltiplos sites." msgctxt "#30000" msgid "Preferences" @@ -52,64 +55,32 @@ msgstr "Preferir humores de" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "Permitir resultados de pesquisa menos precisos" +msgstr "Permitir resultados de busca menos precisos" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Se disponível, a biografia do artista será baixada no idioma selecionado. " -"Caso contrário, será baixada em inglês." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Se disponível, a biografia do artista será baixada no idioma selecionado. Caso contrário, será baixada em inglês." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" -"Tentar obter a biografia do artista usando o scraper selecionado. Os demais " -"scrapers serão utilizados se o prioritário não trouxer resultados." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter a biografia do artista usando o scraper selecionado. Os demais scrapers serão utilizados se o prioritário não trouxer resultados." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" -"Tentar obter a discografia do artista usando o scraper selecionado. Os " -"demais scrapers serão utilizados se o prioritário não trouxer resultados." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter a discografia do artista usando o scraper selecionado. Os demais scrapers serão utilizados se o prioritário não trouxer resultados." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Tentar obter as informações de gênero usando o scraper selecionado. Os " -"demais scrapers serão utilizados se o prioritário não trouxer resultados." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter as informações de gênero usando o scraper selecionado. Os demais scrapers serão utilizados se o prioritário não trouxer resultados." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" -"Tentar obter informações de estilo usando o scraper selecionado. Os demais " -"scrapers serão utilizados se o prioritário não trouxer resultados." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter informações de estilo usando o scraper selecionado. Os demais scrapers serão utilizados se o prioritário não trouxer resultados." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" -"Tentar obter as informações de humor usando o scraper selecionado. Os demais" -" scrapers serão utilizados se o prioritário não trouxer resultados." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Tentar obter as informações de humor usando o scraper selecionado. Os demais scrapers serão utilizados se o prioritário não trouxer resultados." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Se o MusicBrainz não fornecer um link para allmusic e/ou discogs, podemos " -"pesquisar nesses sites pelo nome do artista. Como os nomes dos artistas não " -"são exclusivos, isto pode resultar em uma mistura de metadados de vários " -"artistas com o mesmo nome." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Se o MusicBrainz não fornecer um link para allmusic e/ou discogs, podemos pesquisar nesses sites pelo nome do artista. Como os nomes dos artistas não são exclusivos, isto pode resultar em uma mistura de metadados de vários artistas com o mesmo nome." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.pt_pt/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.pt_pt/strings.po index f254d539ae595..794e48a4591fe 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.pt_pt/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.pt_pt/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/teamxbmc/teams/40581/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Preferências" @@ -37,60 +42,44 @@ msgstr "" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Géneros preferidos de" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Estilos preferidos de" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Preferência de humor" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Permitir resultados menos precisos" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ro_ro/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ro_ro/strings.po index 74b063759f7bc..39666c1f0d09b 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ro_ro/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ro_ro/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/teamxbmc/teams/40581/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Preferințe" @@ -52,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ru_ru/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ru_ru/strings.po index a30c7a681fe7f..ec78745c9387d 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ru_ru/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ru_ru/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Russian (Russia) (https://www.transifex.com/teamxbmc/teams/40581/ru_RU/)\n" +"PO-Revision-Date: 2021-07-07 15:29+0000\n" +"Last-Translator: vdkbsd \n" +"Language-Team: Russian \n" +"Language: ru_ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru_RU\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"X-Generator: Weblate 4.7.1\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Сканер для поиска информации об исполнителях музыки" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Поиск информации об исполнителе и иллюстраций на различных веб-сайтах." msgctxt "#30000" msgid "Preferences" @@ -25,72 +31,56 @@ msgstr "Предпочтения" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Предпочтительный язык для биографии исполнителя" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Предпочитать биографию из" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Предпочитать дискографию из" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Предпочитать жанры из" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Предпочитать стили из" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Предпочитать настроения из" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Разрешить получать менее точные результаты поиска" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Если доступно, биография исполнителя будет загружена на выбранном языке. Иначе – на английском языке." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Попытка получить биографию исполнителя с помощью выбранного сканера. Другие сканеры будут использоваться, если выбранный не даст результатов." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Попытка получить дискографию исполнителя с помощью выбранного сканера. Другие сканеры будут использоваться, если выбранный не даст результатов." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Попытка получить информацию о жанрах с помощью выбранного сканера. Другие сканеры будут использоваться, если выбранный не даст результатов." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Попытка получить информацию о стиле с помощью выбранного сканера. Другие сканеры будут использоваться, если выбранный не даст результатов." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Попытка получить информацию о настроении с помощью выбранного сканера. Другие сканеры будут использоваться, если выбранный не даст результатов." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Если Musicbrainz не предоставляет ссылку на allmusic и/или discogs, мы можем выполнить поиск на этих сайтах по имени исполнителя. Поскольку имена исполнителей не являются уникальными, это может привести к смешению метаданных нескольких исполнителей с одинаковыми именами." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.si_lk/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.si_lk/strings.po index 19e8beeb48d88..60d6e6683bc96 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.si_lk/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.si_lk/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Sinhala (Sri Lanka) (https://www.transifex.com/teamxbmc/teams/40581/si_LK/)\n" +"Language: si_LK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: si_LK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.sk_sk/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.sk_sk/strings.po index 240efba87eeb8..5d204fe2c725c 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.sk_sk/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.sk_sk/strings.po @@ -2,95 +2,84 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Slovak (Slovakia) (https://www.transifex.com/teamxbmc/teams/40581/sk_SK/)\n" +"Language: sk_SK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sk_SK\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Preferencie" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Preferovaný jazyk pre biografiu interpreta" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Preferovať biografiu z" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Preferovať diskografiu z" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Preferovať žánre z" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Preferovať štýly z" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Preferovať nálady z" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Povoliť menej presné výsledky vyhľadávania" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Pokiaľ sa dá, bude biografia interpreta stiahnutá vo vybranom jazyku. Pokiaľ nie, stiahne sa v Angličtine." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Skúsi získať biografiu interpreta z vybraného scrapera. Ostatné scrapery budú použité až vtedy, pokiaľ preferovaný scraper nič nenájde." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Skúsi získať diskografiu interpreta z vybraného scrapera. Ostatné scrapery budú použité až vtedy, pokiaľ preferovaný scraper nič nenájde." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Skúsi získať informácie o žánri z vybraných scraperov. Ostatné scrapery budú použité až vtedy, pokiaľ preferovaný scraper nič nenájde." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Skúsi získať informácie o štýle z vybraných scraperov. Ostatné scrapery budú použité až vtedy, pokiaľ preferovaný scraper nič nenájde." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Skúsi získať informácie o nálade z vybraných scraperov. Ostatné scrapery budú použité až vtedy, pokiaľ preferovaný scraper nič nenájde." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Pokiaľ Muzicbrainz neposkytne odkaz na allmusic a/alebo discogs, môžeme vyhľadať tieto stránky na základe artistname. Keďže mená interpretov nie sú unikátne, toto môže potenciálne vyústiť v zmiešaní metadát rôznych interpretov pod tým istým menom." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.sl_si/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.sl_si/strings.po index df055de848eb1..82233b96655cc 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.sl_si/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.sl_si/strings.po @@ -5,19 +5,28 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/teamxbmc/teams/40581/sl_SI/)\n" +"Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" -msgstr "" +msgstr "Prednostne Nastavitve" msgctxt "#30001" msgid "Preferred language for artist biography" @@ -48,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.sq_al/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.sq_al/strings.po index 33ff099842ee5..71436f533172c 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.sq_al/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.sq_al/strings.po @@ -5,88 +5,81 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Albanian (Albania) (https://www.transifex.com/teamxbmc/teams/40581/sq_AL/)\n" +"Language: sq_AL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq_AL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" -msgstr "" +msgstr "Preferenca" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Gjuha e preferuar për biografinë e artistit" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Biografi Preferuar nga" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Preferoni diskografinë nga" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Preferoni zhanret nga" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Preferoni stilet nga" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Preferoni gjendjet shpirtërore nga" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Lejoni rezultate më pak të sakta të kërkimit" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Nëse është e disponueshme, biografia e artistit do të shkarkohet në gjuhën e zgjedhur. Do të bjerë përsëri në anglisht." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mundohuni të merrni biografinë e artistit duke përdorur kruajtësin e zgjedhur. Kruajtës të tjerë do të përdoren nëse kruajtësi i preferuar nuk jep rezultate." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mundohuni të merrni diskografinë e artistit duke përdorur kruajtësin e zgjedhur. Kruajtës të tjerë do të përdoren nëse kruajtësi i preferuar nuk jep rezultate." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mundohuni të merrni informacione të zhanrit duke përdorur kruajtësin e zgjedhur. Kruajtës të tjerë do të përdoren nëse kruajtësi i preferuar nuk jep rezultate." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mundohuni të merrni informacione për stilin duke përdorur kruajtësin e zgjedhur. Kruajtës të tjerë do të përdoren nëse kruajtësi i preferuar nuk jep rezultate." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Mundohuni të merrni informacione për disponimin duke përdorur kruajtësin e zgjedhur. Kruajtës të tjerë do të përdoren nëse kruajtësi i preferuar nuk jep rezultate." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Nëse Musicbrainz nuk ofron një lidhje me almuzikën dhe/ose diskotekat, ne mund të kërkojmë ato faqe bazuar në emrin e artistit. Meqenëse emrat e artistëve nuk janë unikë, kjo mund të rezultojë në një përzierje të meta të dhënave nga shumë artistë me të njëjtin emër." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.sr_rs/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.sr_rs/strings.po index 626689a011a2c..d1b76d0ea0dc8 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.sr_rs/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.sr_rs/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Serbian (Serbia) (https://www.transifex.com/teamxbmc/teams/40581/sr_RS/)\n" +"Language: sr_RS\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sr_RS\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Подешавања" @@ -52,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.sr_rs@latin/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.sr_rs@latin/strings.po index 67c0e1e4acea3..b639b907a290c 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.sr_rs@latin/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.sr_rs@latin/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Serbian (Latin) (Serbia) (https://www.transifex.com/teamxbmc/teams/40581/sr_RS@latin/)\n" +"Language: sr_RS@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sr_RS@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "Podešavanja" @@ -52,45 +57,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.sv_se/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.sv_se/strings.po index 99719cc4bcbd5..8cb829dce8311 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.sv_se/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.sv_se/strings.po @@ -2,24 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# Tobias Boväng , 2020 -# krampus , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: krampus , 2020\n" -"Language-Team: Swedish (Sweden) (https://www.transifex.com/teamxbmc/teams/40581/sv_SE/)\n" +"PO-Revision-Date: 2021-10-21 19:30+0000\n" +"Last-Translator: Prahlis \n" +"Language-Team: Swedish \n" +"Language: sv_se\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sv_SE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.8\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Allmän musikskrapa för artister" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Söker efter artistinformation och artwork från flera källor." msgctxt "#30000" msgid "Preferences" @@ -27,7 +31,7 @@ msgstr "Inställningar" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Föredraget språk för artistbiografi" msgctxt "#30002" msgid "Prefer biography from" @@ -54,51 +58,29 @@ msgid "Allow less accurate search results" msgstr "Tillåt mindre träffsäkra sökresultat" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" -"Artistens biografi kommer att laddas hem på det valda språket om den finns " -"tillgänglig. Om inte kommer den att laddas hem på engelska." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Om det finns tillgängligt kommer artistens biografi att hämtas på det valda språket. Annars kommer engelska att användas." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Försök att få artistbiografi med den valda skraparen. Andra skrapare används om den föredragna skraparen inte ger några resultat." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Försök få artistdiskografin med den valda skraparen. Andra skrapare används om den föredragna skraparen inte ger några resultat." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Försök att få genreinformation med den valda skraparen. Andra skrapare används om den föredragna skraparen inte ger några resultat." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Försök att få formatinformation med den valda skraparen. Andra skrapare används om den föredragna skraparen inte ger några resultat." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Försök få information om stämning med den valda skraparen. Andra skrapare används om den föredragna skraparen inte ger några resultat." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"Om Musicbrainz inte tillhandahåller en länk till Allmusic och/eller Discogs " -"så kan vi söka på de siterna baserat på artistnamn & albumtitel. I de fall " -"där en artist släppt flera album med samma titel kan det potentiellt " -"resultera i en blandning av metadata från dessa album." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Om Musicbrainz inte tillhandahåller en länk till Allmusic och/eller Discogs så kan vi söka på de siterna baserat på artistnamn & albumtitel. I de fall där en artist släppt flera album med samma titel kan det potentiellt resultera i en blandning av metadata från dessa album." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.szl/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.szl/strings.po index 20ef353d38718..263035c358717 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.szl/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.szl/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Silesian (https://www.transifex.com/teamxbmc/teams/40581/szl/)\n" +"Language: szl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: szl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.ta_in/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.ta_in/strings.po index 651927a7bd31c..694d7d50b4308 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.ta_in/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.ta_in/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Tamil (India) (https://www.transifex.com/teamxbmc/teams/40581/ta_IN/)\n" +"Language: ta_IN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ta_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.te_in/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.te_in/strings.po index e520a5b28ea91..8bfbbc656ae03 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.te_in/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.te_in/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Telugu (India) (https://www.transifex.com/teamxbmc/teams/40581/te_IN/)\n" +"Language: te_IN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: te_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.tg_tj/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.tg_tj/strings.po index 88cb8d8e6a4b7..d09f9f4e84ef9 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.tg_tj/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.tg_tj/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Tajik (Tajikistan) (https://www.transifex.com/teamxbmc/teams/40581/tg_TJ/)\n" +"Language: tg_TJ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tg_TJ\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.th_th/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.th_th/strings.po index 4b9ffe95d6216..33ee5510ef1ee 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.th_th/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.th_th/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Thai (Thailand) (https://www.transifex.com/teamxbmc/teams/40581/th_TH/)\n" +"Language: th_TH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: th_TH\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.tr_tr/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.tr_tr/strings.po index 9297947a8582c..8719247824b28 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.tr_tr/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.tr_tr/strings.po @@ -2,22 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/teamxbmc/teams/40581/tr_TR/)\n" +"PO-Revision-Date: 2022-04-19 16:13+0000\n" +"Last-Translator: queeup \n" +"Language-Team: Turkish \n" +"Language: tr_tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Weblate 4.11.2\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "Sanatçılar için genel müzik bilgi sağlayıcısı" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "Birden çok web sitesinde sanatçı bilgilerini ve albüm kapaklarını arar." msgctxt "#30000" msgid "Preferences" @@ -25,72 +31,56 @@ msgstr "Tercihler" msgctxt "#30001" msgid "Preferred language for artist biography" -msgstr "" +msgstr "Sanatçı biyografisi için varsayılan dil" msgctxt "#30002" msgid "Prefer biography from" -msgstr "" +msgstr "Biyografinin alınacağı yer:" msgctxt "#30003" msgid "Prefer discography from" -msgstr "" +msgstr "Diskografinin alınacağı yer:" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "Tarzların alınacağı yer:" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "Stillerin alınacağı yer:" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "Ruh hallerinin alınacağı yer:" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "Doğruluk düzeyi düşük arama sonuçlarına izin ver" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." -msgstr "" +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." +msgstr "Sanatçı biyografisi varsa seçili dilde, yoksa İngilizce indirilecektir." msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Seçilen sağlayıcıyı kullanarak sanatçı biyografisini almaya çalışın. Tercih edilen sağlayıcı sonuç vermezse diğer sağlayıcılar kullanılacaktır." msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Seçilen sağlayıcıyı kullanarak sanatçı diskografisini almaya çalışın. Tercih edilen sağlayıcı sonuç vermezse diğer sağlayıcılar kullanılacaktır." msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Seçilen sağlayıcıyı kullanarak tarz bilgisini almaya çalışın. Tercih edilen sağlayıcı sonuç vermezse diğer sağlayıcılar kullanılacaktır." msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." -msgstr "" +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Seçilen sağlayıcıyı kullanarak stil bilgisini almaya çalışın. Tercih edilen sağlayıcı sonuç vermezse diğer sağlayıcılar kullanılacaktır." msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." -msgstr "" +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." +msgstr "Seçilen sağlayıcıyı kullanarak ruh hali bilgisini almaya çalışın. Tercih edilen sağlayıcı sonuç vermezse diğer sağlayıcılar kullanılacaktır." msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "Musicbrainz allmusic ve/veya discogs sitesine bir bağlantı sağlamazsa, bu siteleri sanatçı adına göre arayabiliriz. Sanatçı adları benzersiz olmadığından, bu durum potansiyel olarak aynı ada sahip birden çok sanatçının meta verilerinin karışmasıyla sonuçlanabilir." diff --git a/addons/metadata.generic.artists/resources/language/resource.language.uk_ua/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.uk_ua/strings.po index e92ba8d820ad9..a371ecad34e23 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.uk_ua/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.uk_ua/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/teamxbmc/teams/40581/uk_UA/)\n" +"Language: uk_UA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uk_UA\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.uz_uz/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.uz_uz/strings.po index 56f2f4494eb59..5f2aa77eef3ab 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.uz_uz/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.uz_uz/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Uzbek (Uzbekistan) (https://www.transifex.com/teamxbmc/teams/40581/uz_UZ/)\n" +"Language: uz_UZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uz_UZ\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.vi_vn/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.vi_vn/strings.po index 798cace915c0f..086263e10fa68 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.vi_vn/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.vi_vn/strings.po @@ -5,16 +5,24 @@ msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/teamxbmc/teams/40581/vi_VN/)\n" +"Language: vi_VN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "" @@ -48,45 +56,29 @@ msgid "Allow less accurate search results" msgstr "" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr "" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.zh_cn/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.zh_cn/strings.po index cc1e5caf5b618..393b7c2f9ed6c 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.zh_cn/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.zh_cn/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# taxigps , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: taxigps , 2020\n" -"Language-Team: Chinese (China) (https://www.transifex.com/teamxbmc/teams/40581/zh_CN/)\n" +"PO-Revision-Date: 2021-09-12 16:30+0000\n" +"Last-Translator: taxigps \n" +"Language-Team: Chinese (China) \n" +"Language: zh_cn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.8\n" + +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "歌手通用音乐刮削器" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "从多个网站搜索歌手信息和艺术图片。" msgctxt "#30000" msgid "Preferences" @@ -53,47 +58,29 @@ msgid "Allow less accurate search results" msgstr "允许不精确的搜索结果" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "下载所选语言的歌手传记,无此语种评论时英语为后备。" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "使用所选刮削器获取歌手传记,当首选刮削器无结果时,将使用其它刮削器。" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "使用所选刮削器获取歌手作品集,当首选刮削器无结果时,将使用其它刮削器。" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "使用所选刮削器获取类型信息,当首选刮削器无结果时,将使用其它自刮削器。" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "使用所选刮削器获取风格信息,当首选刮削器无结果时,将使用其它自刮削器。" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "使用所选刮削器获取情绪信息,当首选刮削器无结果时,将使用其它刮削器。" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." -msgstr "" -"当 Musicbrainz 没有提供指向 allmusic 和/或 discogs " -"的链接时,我们用歌手名搜索这些网站。由于歌手名不是唯一的,这可能会导致来自多个同名歌手的元数据混杂。" +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." +msgstr "当 Musicbrainz 没有提供指向 allmusic 和/或 discogs 的链接时,我们用歌手名搜索这些网站。由于歌手名不是唯一的,这可能会导致来自多个同名歌手的元数据混杂。" diff --git a/addons/metadata.generic.artists/resources/language/resource.language.zh_tw/strings.po b/addons/metadata.generic.artists/resources/language/resource.language.zh_tw/strings.po index c3ffe10e5f4a8..fd17bbcca831e 100644 --- a/addons/metadata.generic.artists/resources/language/resource.language.zh_tw/strings.po +++ b/addons/metadata.generic.artists/resources/language/resource.language.zh_tw/strings.po @@ -2,23 +2,28 @@ # Addon Name: Generic Artist Scraper # Addon id: metadata.generic.artists # Addon Provider: Team Kodi -# Translators: -# TeamKODI , 2020 -# msgid "" msgstr "" "Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues\n" +"Report-Msgid-Bugs-To: translations@kodi.tv\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2020-09-08 20:22+0000\n" -"Last-Translator: TeamKODI , 2020\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/teamxbmc/teams/40581/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgctxt "Addon Summary" +msgid "Generic music scraper for artists" +msgstr "" + +msgctxt "Addon Description" +msgid "Searches for artist information and artwork across multiple websites." +msgstr "" + msgctxt "#30000" msgid "Preferences" msgstr "喜好設定" @@ -37,60 +42,44 @@ msgstr "" msgctxt "#30004" msgid "Prefer genres from" -msgstr "" +msgstr "喜好的類型從" msgctxt "#30005" msgid "Prefer styles from" -msgstr "" +msgstr "喜好的風格從" msgctxt "#30006" msgid "Prefer moods from" -msgstr "" +msgstr "喜好的氛圍從" msgctxt "#30101" msgid "Allow less accurate search results" -msgstr "" +msgstr "允許較不精確的搜尋結果" msgctxt "#30201" -msgid "" -"If available, the artist biography will be downloaded in the selected " -"language. It will fallback to English." +msgid "If available, the artist biography will be downloaded in the selected language. It will fallback to English." msgstr "" msgctxt "#30202" -msgid "" -"Try to get the artist biography using the selected scraper. Other scrapers " -"will be used if the preferred scraper returns no results." +msgid "Try to get the artist biography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30203" -msgid "" -"Try to get the artist discography using the selected scraper. Other scrapers" -" will be used if the preferred scraper returns no results." +msgid "Try to get the artist discography using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30204" -msgid "" -"Try to get genre info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get genre info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30205" -msgid "" -"Try to get style info using the selected scraper. Other scrapers will be " -"used if the preferred scraper returns no results." +msgid "Try to get style info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30206" -msgid "" -"Try to get mood info using the selected scraper. Other scrapers will be used" -" if the preferred scraper returns no results." +msgid "Try to get mood info using the selected scraper. Other scrapers will be used if the preferred scraper returns no results." msgstr "" msgctxt "#30301" -msgid "" -"If Musicbrainz does not provide a link to allmusic and/or discogs, we can " -"search those sites based on artistname. Since artist names are not unique, " -"this could potentially result in a mixture of metadata from multiple artists" -" by the same name." +msgid "If Musicbrainz does not provide a link to allmusic and/or discogs, we can search those sites based on artistname. Since artist names are not unique, this could potentially result in a mixture of metadata from multiple artists by the same name." msgstr ""