Codebase list kodi-visualization-spectrum / 97a48b4
New upstream version 19.0.0+ds1 Vasyl Gello 2 years ago
78 changed file(s) with 2856 addition(s) and 218 deletion(s). Raw diff Collapse all Expand all
3030 osx_image: xcode10.2
3131
3232 before_install:
33 - if [[ $DEBIAN_BUILD == true ]]; then sudo add-apt-repository -y ppa:team-xbmc/xbmc-nightly; fi
33 - if [[ $DEBIAN_BUILD == true ]]; then sudo add-apt-repository -y ppa:team-xbmc/ppa; fi
3434 - if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get install fakeroot; fi
3535 - if [[ $DEBIAN_BUILD != true ]] && [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libgl1-mesa-dev; fi
3636
4040 #
4141 before_script:
4242 - if [[ $DEBIAN_BUILD != true ]]; then cd $TRAVIS_BUILD_DIR/..; fi
43 - if [[ $DEBIAN_BUILD != true ]]; then git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git; fi
43 - if [[ $DEBIAN_BUILD != true ]]; then git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git; fi
4444 - if [[ $DEBIAN_BUILD != true ]]; then cd ${app_id} && mkdir build && cd build; fi
4545 - if [[ $DEBIAN_BUILD != true ]]; then mkdir -p definition/${app_id}; fi
4646 - if [[ $DEBIAN_BUILD != true ]]; then echo ${app_id} $TRAVIS_BUILD_DIR $TRAVIS_COMMIT > definition/${app_id}/${app_id}.txt; fi
4747 - if [[ $DEBIAN_BUILD != true ]]; then cmake -DADDONS_TO_BUILD=${app_id} -DADDON_SRC_PREFIX=$TRAVIS_BUILD_DIR/.. -DADDONS_DEFINITION_DIR=$TRAVIS_BUILD_DIR/build/definition -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR/../xbmc/addons -DPACKAGE_ZIP=1 $TRAVIS_BUILD_DIR/../xbmc/cmake/addons; fi
48 - if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/master/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi
48 - if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/Matrix/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi
4949 - if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get build-dep $TRAVIS_BUILD_DIR; fi
5050
5151 script:
22 This is a [Kodi](https://kodi.tv) visualization addon.
33
44 [![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
5 [![Build Status](https://travis-ci.org/xbmc/visualization.spectrum.svg?branch=Matrix)](https://travis-ci.org/xbmc/visualization.spectrum/branches)
65 [![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.visualization.spectrum?branchName=Matrix)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=33&branchName=Matrix)
76 [![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/visualization.spectrum/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fvisualization.spectrum/branches/)
87 <!--- [![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/visualization.spectrum?branch=Matrix&svg=true)](https://ci.appveyor.com/project/xbmc/visualization-spectrum?branch=Matrix) -->
1211 ## Build instructions
1312
1413 When building the addon you have to use the correct branch depending on which version of Kodi you're building against.
15 If you want to build the addon to be compatible with the latest kodi `master` commit, you need to checkout the branch with the current kodi codename.
14 If you want to build the addon to be compatible with the latest kodi `Matrix` commit, you need to checkout the branch with the current kodi codename.
1615 Also make sure you follow this README from the branch in question.
1716
1817 ### Linux
2019 The following instructions assume you will have built Kodi already in the `kodi-build` directory
2120 suggested by the README.
2221
23 1. `git clone --branch master https://github.com/xbmc/xbmc.git`
22 1. `git clone --branch Matrix https://github.com/xbmc/xbmc.git`
2423 2. `git clone --branch Matrix https://github.com/xbmc/visualization.spectrum.git`
2524 3. `cd visualization.spectrum && mkdir build && cd build`
2625 4. `cmake -DADDONS_TO_BUILD=visualization.spectrum -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`
2222
2323 build_script:
2424 - cd ..
25 - git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git
25 - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git
2626 - cd %app_id%
2727 - mkdir build
2828 - cd build
4545
4646 - script: |
4747 cd ..
48 git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git kodi
48 git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git kodi
4949 cd $(Build.SourcesDirectory)
5050 mkdir build
5151 cd build
22
33 Files: *
44 Copyright: 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
5 2005-2020 Team Kodi
5 2005-2021 Team Kodi
66 License: GPL-2+
77 This package is free software; you can redistribute it and/or modify
88 it under the terms of the GNU General Public License as published by
2424 Files: debian/*
2525 Copyright: 2013 Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
2626 2013 wsnipex <wsnipex@a1.net>
27 2005-2020 Team Kodi
27 2005-2021 Team Kodi
2828 License: GPL-2+
2929 This package is free software; you can redistribute it and/or modify
3030 it under the terms of the GNU General Public License as published by
00 /*
1 * Copyright (C) 2005-2020 Team Kodi
2 * http://kodi.tv
3 *
4 * This Program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2, or (at your option)
7 * any later version.
8 *
9 * This Program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with Kodi; see the file COPYING. If not, see
16 * <http://www.gnu.org/licenses/>.
17 *
18 */
1 * Copyright (C) 2005-2021 Team Kodi (https://kodi.tv)
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later
4 * See LICENSE.md for more information.
5 */
196
207 float4 main(float4 pos: SV_POSITION, float4 col : COLOR) : SV_TARGET
218 {
22 return col;
9 return col;
2310 }
00 /*
1 * Copyright (C) 2005-2020 Team Kodi
2 * http://kodi.tv
3 *
4 * This Program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2, or (at your option)
7 * any later version.
8 *
9 * This Program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with Kodi; see the file COPYING. If not, see
16 * <http://www.gnu.org/licenses/>.
17 *
18 */
1 * Copyright (C) 2005-2021 Team Kodi (https://kodi.tv)
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later
4 * See LICENSE.md for more information.
5 */
196
207 struct VS_OUT
218 {
00 /*
11 * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
2 * Copyright (C) 2005-2020 Team Kodi (https://kodi.tv)
2 * Copyright (C) 2005-2021 Team Kodi (https://kodi.tv)
33 *
44 * SPDX-License-Identifier: GPL-2.0-or-later
55 * See LICENSE.md for more information.
00 /*
11 * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
2 * Copyright (C) 2005-2020 Team Kodi (https://kodi.tv)
2 * Copyright (C) 2005-2021 Team Kodi (https://kodi.tv)
33 *
44 * SPDX-License-Identifier: GPL-2.0-or-later
55 * See LICENSE.md for more information.
00 <?xml version="1.0" encoding="UTF-8"?>
11 <addon
22 id="visualization.spectrum"
3 version="3.4.0"
3 version="19.0.0"
44 name="Spectrum"
55 provider-name="Team Kodi">
66 <requires>@ADDON_DEPENDS@</requires>
88 point="xbmc.player.musicviz"
99 library_@PLATFORM@="@LIBRARY_FILENAME@"/>
1010 <extension point="xbmc.addon.metadata">
11 <platform>@PLATFORM@</platform>
12 <license>GPL-2.0-or-later</license>
13 <source>https://github.com/xbmc/visualization.spectrum</source>
14 <assets>
15 <icon>resources/icon.png</icon>
16 <fanart>resources/fanart.jpg</fanart>
17 <screenshot>resources/screenshot-01.jpg</screenshot>
18 <screenshot>resources/screenshot-02.jpg</screenshot>
19 <screenshot>resources/screenshot-03.jpg</screenshot>
20 </assets>
1121 <summary lang="af_ZA">Visualisering wys a roterende 3D Spektrum Analiseerder</summary>
1222 <summary lang="ar_SA">عارض يظهر طيف محلل دوري ثلاثي الأبعاد</summary>
1323 <summary lang="be_BY">Visualisation showing a rotating 3D Spectrum Analyzer</summary>
1828 <summary lang="de_DE">Diese Visualisierung zeigt eine rotierende Spektrum Analyse in 3D</summary>
1929 <summary lang="el_GR">Οπτικοποίηση που εμφανίζει έναν περιστρεφόμενο τρισδιάστατο Αναλυτή Φάσματος</summary>
2030 <summary lang="en_GB">Visualisation showing a rotating 3D Spectrum Analyzer</summary>
31 <summary lang="es_AR">Visualización que muestra un analizador de espectro en 3D girando</summary>
2132 <summary lang="es_ES">Visualización que muestra un analizador de espectro en 3D girando</summary>
22 <summary lang="es_AR">Visualización que muestra un analizador de espectro en 3D girando</summary>
2333 <summary lang="es_MX">Visualización que muestra un Analizador de Espectro giratorio 3D</summary>
2434 <summary lang="et_EE">Visuaal, mis näitab pöörlevat 3D spektraalanalüüsi</summary>
2535 <summary lang="fi_FI">Pyörivä 3D-spektrianalysaattori</summary>
3444 <summary lang="ko_KR">회전하는 3D 스펙트럼 분석기를 보여지는 음악시각화</summary>
3545 <summary lang="lt_LT">Vizualizacija rodo rotacinis 3D spektro analizatorių</summary>
3646 <summary lang="mk_MK">Визуализација која покажува ротирачки 3Д анализатор на спектар</summary>
47 <summary lang="nb_NO">Visualisering som viser en roterende 3D ​​Spectrum Analyzer</summary>
3748 <summary lang="nl_NL">DirectX-visualisatie die een roterende 3D-spectrumanalyse weergeeft</summary>
38 <summary lang="nb_NO">Visualisering som viser en roterende 3D ​​Spectrum Analyzer</summary>
3949 <summary lang="pl_PL">Wizualizacja pokazująca obracający się analizator widma w 3D</summary>
50 <summary lang="pt_BR">Visualização que mostra um analisador espectral rotativo em 3D</summary>
4051 <summary lang="pt_PT">Visualização que mostra um analisador espectral rotativo em 3D</summary>
41 <summary lang="pt_BR">Visualização que mostra um analisador espectral rotativo em 3D</summary>
4252 <summary lang="ro_RO">Vizualizare cu afișarea unui analizor de spectru 3D rotativ</summary>
4353 <summary lang="ru_RU">Визуализация, показывающая вращающийся трёхмерный анализатор спектра</summary>
4454 <summary lang="sk_SK">Vizualizácia zobrazujúca rotujúci 3D spektrálny analyzátor</summary>
5868 <description lang="de_DE">Spectrum ist eine Visualisierung, die eine rotierende Spektrum Analyse in 3D zeigt. Die Visualisierung wird so gerendert, dass sie sich zum Takt der Musik bewegt und eine Welle über das Spektrum Grid legt.&#10;Es lässt sich neben der Höhe, die Geschwindigkeit als auch die Art der Balken (durchgehend, Punkte, Drahtgeflecht) einstellen. Eine schöne Visualisierung, die nur eine geringe CPU-Last erzeugt</description>
5969 <description lang="el_GR">Το Spectrum είναι μία Οπτικοποίηση που εμφανίζει έναν περιστρεφόμενο τρισδιάστατο Αναλυτή Φάσματος που αποδίδεται μέσω και κινείται στο ρυθμό της μουσικής δημιουργώντας ένα κυματικό εφέ κατά μήκος του φασματικού πλέγματος.&#10;Διαθέτει ρυθμίσεις για τον ορισμό του ύψους των στηλών του φάσματος, του τρόπου απόδοσης των στηλών (συμπαγείς, σημειακές, συρματόπλεγμα), και είναι μία ελαφριά, εμφανίσιμη και χαμηλής υπολογιστικής ισχύος οπτικοποίηση</description>
6070 <description lang="en_GB">Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great</description>
71 <description lang="es_AR">Spectrum es una visualización que muestra un analizador de espectro en 3D girando, renderizado con , que se mueve al ritmo de la música creando un efecto de onda en la rejilla del espectro.&#10;Se puede ajustar la altura de las barras, su velocidad, y como son renderizadas (sólido, puntos, malla). Es una visualización que utiliza poca CPU y muy agradable.</description>
6172 <description lang="es_ES">Spectrum es una visualización que muestra un analizador de espectro en 3D girando renderizado con que se mueve al ritmo de la música creando un efecto de onda en la rejilla del espectro.&#10;Se puede ajustar la altura de las barras, su velocidad, y como son renderizadas (sólido, puntos, malla). Es una visualización que utiliza poca CPU y muy agradable.</description>
62 <description lang="es_AR">Spectrum es una visualización que muestra un analizador de espectro en 3D girando, renderizado con , que se mueve al ritmo de la música creando un efecto de onda en la rejilla del espectro.&#10;Se puede ajustar la altura de las barras, su velocidad, y como son renderizadas (sólido, puntos, malla). Es una visualización que utiliza poca CPU y muy agradable.</description>
6373 <description lang="es_MX">Espectro es una Visualización que muestra un Analizador de Especto en 3D rotando renderizado en que se mueve al ritmo de la música creando un efecto de onda a través del espectro de la red.&#10;También tiene configuraciones para ajustar la altura de la barra de espectro, su velocidad, y cómo las barras son renderizadas (sólidas, puntos, malla de alambre) y es una buena visualización liviana, de poco uso de cpu que se ve genial.</description>
6474 <description lang="et_EE">Spectrum on visuaal, mis näitab 3D spektraalanalüüsi renderdatud 'is, mis liigub liigub muusika rütmis luues laineefekti üle spektraalvõrgustiku.&#10;Lisaks on olemas ka võimalus seadistada spektri kõrgust, selle kiirust ja kuidas ribasid renderdatakse (tahkis, punktid, sõrestik). Spectrum on hea väljanägemisega kerge ja vähese protsessorikasutusega visuaal.</description>
6575 <description lang="fi_FI">Näyttää pyörivän 3D-spektrianalysaattorin, joka liikkuu musiikin tahdissa tuottaen aaltotehosteen spektrikuvaajaan.&#10;Spektripalkin korkeuden, nopeuden, ja piirtotavan (täytetyt, pisteet, ääriviivat) voi asettaa asetuksista. Spectrum on kevyt visualisointi joka näyttää hyvältä.</description>
7484 <description lang="ko_KR">스펙트럼은 회전하는 3D 스펙트럼 분석기를 통해 음악시각화를 보여주며 음악의 비트가 만들어내는 웨이브 효과를 스펙트럼 그리드에 보여줍니다. 설정에서 스펙트럼 바의 높이, 속도, 바의 갯수 (채워짐, 점, 와이어 프레임)를 지정할수 있습니다. 가볍고 CPU를 많이 사용하지 않습니다.</description>
7585 <description lang="lt_LT">Spektro vizualizacija, kurioje besisukantį 3D spektro analizatorių, priimtą , katras juda į muzikos ritmą, įsteigiantis bangų poveikį visame spektro tinklelyje.&#10;Taip pat turi nustatymus nureguliuoti spektro juostos aukštį, jos greitį, ir teikiamas kraštines (kieta, taškai, tinklelio rėmas) ir yra gražus bei lengvas, mažai naudoja CPU vizualizacijai, ir atrodo puikiai</description>
7686 <description lang="mk_MK">Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.⏎ It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great</description>
87 <description lang="nb_NO">Spectrum er en visualisering som viser et roterende 3D ​​Spectrum Analyzer gjengitt i som flytter til rytmen i musikken skaper en bølge effekt over hele spekteret rutenettet.⏎&#10;Det har også innstillinger for å justere spekterets bar høyde, hastighet, og hvordan barene gjengis (solid, punkt, wireframe) og er en fin lett vekt, lav cpu brukende visualisering som ser flott ut</description>
7788 <description lang="nl_NL">Spectrum is een visualisatie met een draaiende 3D ​​Spectrum Analyzer gerenderd in . Deze visualisatie beweegt op het ritme van de muziek en creëert een golf effect over het hele spectrum. ⏎&#10;Het heeft instellingen om de barhoogte en de snelheid aan te passen, en hoe de staven worden weergegeven (vast, punten, draad frame) en is een mooie lichtgewicht visualisatie die weinig van de cpu vraagt en er geweldig uit ziet.</description>
78 <description lang="nb_NO">Spectrum er en visualisering som viser et roterende 3D ​​Spectrum Analyzer gjengitt i som flytter til rytmen i musikken skaper en bølge effekt over hele spekteret rutenettet.⏎&#10;Det har også innstillinger for å justere spekterets bar høyde, hastighet, og hvordan barene gjengis (solid, punkt, wireframe) og er en fin lett vekt, lav cpu brukende visualisering som ser flott ut</description>
7989 <description lang="pl_PL">Wizualizacja pokazuje obracający się, trójwymiarowy analizator widma, renderowany przy użyciu . Możesz ustawić wysokość słupków, ich prędkość i wygląd.</description>
90 <description lang="pt_BR">O Spectrum é uma visualização que mostra um analisador espectral rotativo 3D, renderizado em , que se sincroniza com a batida, criando assim um efeito de ondas na grelha espectral.&#10;Pode-se definir a altura das barras, a sua velocidade e como são renderizadas (sólido, pontos ou contorno). É uma visualização que utiliza pouco o CPU e com um visual fantástico.</description>
8091 <description lang="pt_PT">Spectrum é uma visualização que mostra um analisador espectral 3D rotativo, renderizado em , que se sincroniza com o ritmo da música, criando assim um efeito de ondas na grelha espectral.&#10;Pode-se definir a altura das barras, a sua velocidade e como são renderizadas (sólido, pontos ou contorno). É uma visualização que não utiliza muito CPU e tem um aspecto fantástico.</description>
81 <description lang="pt_BR">O Spectrum é uma visualização que mostra um analisador espectral rotativo 3D, renderizado em , que se sincroniza com a batida, criando assim um efeito de ondas na grelha espectral.&#10;Pode-se definir a altura das barras, a sua velocidade e como são renderizadas (sólido, pontos ou contorno). É uma visualização que utiliza pouco o CPU e com um visual fantástico.</description>
8292 <description lang="ro_RO">Spectrul este o vizualizare care afișează un analizor de spectre 3D rotativ randat în care se mișcă după bătăile muzicii creând un val dea-lungul grilei spectrale.&#10;De asemenea, are setări pentru ajustarea înălțimii bărilor spectrale, a vitezei, și a modului în care bările sunt randate (umplere, puncte, contur). Este o vizualizare cu consum redus al procesorului care arată fantastic de bine.</description>
8393 <description lang="ru_RU">Эта визуализация на основе показывает вращающийся трёхмерный анализатор спектра, который движется в такт музыке, создавая эффект волны по всему спектру сетки.⏎&#10;Визуализация имеет настройки для регулировки высоты полос спектра, скорости движения и способа отображения полос (сплошной, точки, каркас), а также обладает небольшим размером и малой нагрузкой на процессор.</description>
8494 <description lang="sk_SK">Spectrum je vizualizácia zobrazujúca rotujúci 3D spektrálny analyzátor vykresľovaný pomocou , ktorý sa hýbe v rytme hudby a tak vytvára vlny naprieč mriežkou spektra.[CR]&#10;Zároveň má nastavenia upravujúce výšku stĺpcov spektra, ich rýchlosť a ako sú vykresľované (vyplnené, body, drôtový model). Je to jednoduchá vizualizácia s nízkou záťažou CPU, ktorá výborne vyzerá.</description>
8898 <description lang="uk_UA">Spectrum є візалізаціє що показує обертаючийся 3D спектроаналізатор що промальовується з використанням технології . Спектроаналізатор показує стовпчики змінної висоти що рухаються в такт з музикою і створюють ефект подібний до хвилі.&#10;Ви маєте можливість налаштувати висоту стовпчиків, їх швидкість і те як вони намальовані (Заповнені, контури, крапки). Це досить проста, і невимоглива до процесора візуалізація, але яка має чудовий вигляд.</description>
8999 <description lang="zh_CN">Spectrum可视化效果是渲染的一个旋转的三维频谱分析图像,频谱矩阵随着音乐节拍而象波浪起伏。&#10;你还可以设置频谱棒的高度、变换速度、以及呈现效果(固体、点、框架)。这是一个不错的轻量级,低CPU使用率的可视化效果。</description>
90100 <description lang="zh_TW"> Spectrum 是使用 描繪顯示旋轉的3D頻譜分析視覺效果,頻譜格線隨著音樂節拍而像波浪起伏。&#10;它還可以調整頻譜長條的高度、速度以及呈現效果(實心、點狀、線框)。它是個很好的輕量級、低 CPU 使用率的視覺化效果。</description>
91 <platform>@PLATFORM@</platform>
92 <license>GPL-2.0-or-later</license>
93 <source>https://github.com/xbmc/visualization.spectrum</source>
94 <assets>
95 <icon>resources/icon.png</icon>
96 <fanart>resources/fanart.jpg</fanart>
97 <screenshot>resources/screenshot-01.jpg</screenshot>
98 <screenshot>resources/screenshot-02.jpg</screenshot>
99 <screenshot>resources/screenshot-03.jpg</screenshot>
100 </assets>
101101 </extension>
102102 </addon>
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Afrikaans (http://www.transifex.com/projects/p/xbmc-main/language/af/)\n"
12 "Language: af\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: af\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visualisering wys a roterende 3D Spektrum Analiseerder"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum is 'n Visualisering wat 'n roterende 3D Spektrum Analiseerder, verbeeld met , vertoon wat op die maat van die musiek beweeg en 'n golf effek oor die spektrum rooster skep.&#10;Dit het ook verstellings vir die aanpas van spektrum staaf hoogte, sy spoed, en hoe die stawe verbeeld word (solied, punte, draad raamwerk) en is 'n lekker ligte, lae cpu verbruik visualisering wat fantasties lyk"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Baie Vinnig"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Amharic (http://www.transifex.com/projects/p/xbmc-main/language/am/)\n"
9 "PO-Revision-Date: 2021-05-02 23:29+0000\n"
10 "Last-Translator: Christian Gade <gade@kodi.tv>\n"
11 "Language-Team: Amharic (Ethiopia) <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/am_et/>\n"
12 "Language: am_et\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: am\n"
16 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16 "Plural-Forms: nplurals=2; plural=n > 1;\n"
17 "X-Generator: Weblate 4.6.1\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr ""
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr ""
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
20 msgstr "ዘዴ "
29 msgstr "ዘዴ"
2130
2231 msgctxt "#30001"
2332 msgid "Filled"
2534
2635 msgctxt "#30002"
2736 msgid "Wireframe"
28 msgstr "የሽቦ ክፈፍ "
37 msgstr "የሽቦ ክፈፍ"
2938
3039 msgctxt "#30003"
3140 msgid "Points"
32 msgstr "ነጥቦች "
41 msgstr "ነጥቦች"
3342
3443 msgctxt "#30004"
3544 msgid "Bar Height"
3746
3847 msgctxt "#30005"
3948 msgid "Small"
40 msgstr "ትንሽ "
49 msgstr "ትንሽ"
4150
4251 msgctxt "#30006"
4352 msgid "Default"
44 msgstr "ነባር "
53 msgstr "ነባር"
4554
4655 msgctxt "#30007"
4756 msgid "Big"
48 msgstr "ትልቅ "
57 msgstr "ትልቅ"
4958
5059 msgctxt "#30008"
5160 msgid "Very Big"
52 msgstr "በጣም ትልቅ "
61 msgstr "በጣም ትልቅ"
5362
5463 msgctxt "#30009"
5564 msgid "Speed"
5766
5867 msgctxt "#30010"
5968 msgid "Very Slow"
60 msgstr "በጣም በዝግታ "
69 msgstr "በጣም በዝግታ"
6170
6271 msgctxt "#30011"
6372 msgid "Slow"
64 msgstr "በዝግታ "
73 msgstr "በዝግታ"
6574
6675 msgctxt "#30012"
6776 msgid "Default"
68 msgstr "ነባር "
77 msgstr "ነባር"
6978
7079 msgctxt "#30013"
7180 msgid "Fast"
72 msgstr "በፍጥነት "
81 msgstr "በፍጥነት"
7382
7483 msgctxt "#30014"
7584 msgid "Very Fast"
76 msgstr "በጣም በፍጥነት "
85 msgstr "በጣም በፍጥነት"
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Arabic (http://www.transifex.com/projects/p/xbmc-main/language/ar/)\n"
12 "Language: ar\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: ar\n"
1616 "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"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "عارض يظهر طيف محلل دوري ثلاثي الأبعاد"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "طيف هو تحليل بصري متحرك ثلاثي الابعاد للموسيقى! يتحرك بواسطة يرنامج على وزن الموسيقى في شكل موجة.&#10;توجد ايضا اعدادات لتعديل شبكة الطيف من حيث طول الاعمدة, سرعتها, وحتى شكلها (صلبة, نقاط, اسلاك) تعمل هذة بحمل خفيف, ومعالجة cpu ضئيلة لكنها تبدو رائعة"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "سريع جدا"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/xbmc-main/language/az/)\n"
12 "Language: az\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: az\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
25
26 # settings labels
27 msgctxt "#30000"
28 msgid "Mode"
29 msgstr ""
30
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
46
47 msgctxt "#30005"
48 msgid "Small"
49 msgstr ""
50
51 msgctxt "#30006"
52 msgid "Default"
53 msgstr ""
54
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
1762
1863 msgctxt "#30009"
1964 msgid "Speed"
2065 msgstr "Sürət"
66
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
74
75 msgctxt "#30012"
76 msgid "Default"
77 msgstr ""
78
79 msgctxt "#30013"
80 msgid "Fast"
81 msgstr ""
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Belarusian (http://www.transifex.com/projects/p/xbmc-main/language/be/)\n"
9 "PO-Revision-Date: 2021-05-25 11:29+0000\n"
10 "Last-Translator: Christian Gade <gade@kodi.tv>\n"
11 "Language-Team: Belarusian <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/be_by/>\n"
12 "Language: be_by\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: be\n"
1616 "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"
17 "X-Generator: Weblate 4.6.2\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr "Visualisation showing a rotating 3D Spectrum Analyzer"
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
20 msgstr "Mode"
29 msgstr "Рэжым"
2130
2231 msgctxt "#30001"
2332 msgid "Filled"
24 msgstr "Filled"
33 msgstr ""
2534
2635 msgctxt "#30002"
2736 msgid "Wireframe"
28 msgstr "Wireframe"
37 msgstr ""
2938
3039 msgctxt "#30003"
3140 msgid "Points"
32 msgstr "Points"
41 msgstr ""
3342
3443 msgctxt "#30004"
3544 msgid "Bar Height"
36 msgstr "Bar Height"
45 msgstr ""
3746
3847 msgctxt "#30005"
3948 msgid "Small"
40 msgstr "Small"
49 msgstr "Невялікі"
4150
4251 msgctxt "#30006"
4352 msgid "Default"
44 msgstr "Default"
53 msgstr "Прадвызначана"
4554
4655 msgctxt "#30007"
4756 msgid "Big"
4958
5059 msgctxt "#30008"
5160 msgid "Very Big"
52 msgstr "Very Big"
61 msgstr ""
5362
5463 msgctxt "#30009"
5564 msgid "Speed"
56 msgstr "Speed"
65 msgstr "Хуткасць"
5766
5867 msgctxt "#30010"
5968 msgid "Very Slow"
60 msgstr "Very Slow"
69 msgstr ""
6170
6271 msgctxt "#30011"
6372 msgid "Slow"
64 msgstr "Slow"
73 msgstr ""
6574
6675 msgctxt "#30012"
6776 msgid "Default"
68 msgstr "Default"
77 msgstr "Прадвызначана"
6978
7079 msgctxt "#30013"
7180 msgid "Fast"
72 msgstr "Fast"
81 msgstr "Хуткасць"
7382
7483 msgctxt "#30014"
7584 msgid "Very Fast"
76 msgstr "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Bulgarian (http://www.transifex.com/projects/p/xbmc-main/language/bg/)\n"
12 "Language: bg\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: bg\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Визуализация представяща ротиращ се 3D спектрален анализатор"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum е визуализация изобразяваща ротиращ се 3D спектрален анализатор (рендването се извършва с ). Ротацията е според ритъма на музиката и предизвиква вълнови ефект по спектрална решетка.&#10;Можете да настройвате височината на спектралните стълбове, скоростта и рендването - solid, points, wire frame. Характеризира се с отличен вид, като същевременно почти не натоварва процесора."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Много бърза"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Bosnian (http://www.transifex.com/projects/p/xbmc-main/language/bs/)\n"
12 "Language: bs\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: bs\n"
1616 "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"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
2028 msgstr "Režim"
29
30 msgctxt "#30001"
31 msgid "Filled"
32 msgstr ""
33
34 msgctxt "#30002"
35 msgid "Wireframe"
36 msgstr ""
37
38 msgctxt "#30003"
39 msgid "Points"
40 msgstr ""
41
42 msgctxt "#30004"
43 msgid "Bar Height"
44 msgstr ""
2145
2246 msgctxt "#30005"
2347 msgid "Small"
2751 msgid "Default"
2852 msgstr "Podrazumjevano"
2953
54 msgctxt "#30007"
55 msgid "Big"
56 msgstr ""
57
58 msgctxt "#30008"
59 msgid "Very Big"
60 msgstr ""
61
3062 msgctxt "#30009"
3163 msgid "Speed"
3264 msgstr "Brzina"
65
66 msgctxt "#30010"
67 msgid "Very Slow"
68 msgstr ""
69
70 msgctxt "#30011"
71 msgid "Slow"
72 msgstr ""
3373
3474 msgctxt "#30012"
3575 msgid "Default"
3878 msgctxt "#30013"
3979 msgid "Fast"
4080 msgstr "Brzo"
81
82 msgctxt "#30014"
83 msgid "Very Fast"
84 msgstr ""
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Catalan (http://www.transifex.com/projects/p/xbmc-main/language/ca/)\n"
12 "Language: ca\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: ca\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visualització mostrant un analitzador d'espectre giratori 3D"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum és una visualització que mostra un analitzador d'espectre giratori en 3D renderitzat amb que es mou al ritme de la música creant un efecte d'ona al llarg de la graella de l'espectre.⏎ També té opcions per ajustar l'alçada de la barra de l'espectre, la seva velocitat, i com es renderitzen les barres (sòlid, punts, malla de filferro). Una visualització que utilitza poca CPU i que és veu molt bé. "
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Molt ràpid"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Czech (http://www.transifex.com/projects/p/xbmc-main/language/cs/)\n"
12 "Language: cs\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: cs\n"
1616 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Vizualizace zobrazující rotující 3D spektrální analyzátor"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum je vizualizace zobrazující rotující 3D spektrální analyzátor rendrovaný v , který se pohybuje v rytmu hudby a vytváří vlnový efekt napříč spektrální mřížkou.&#10;Obsahuje také nastavení pro přizpůsobení výšky sloupců spektra, rychlosti a způsobu vykreslení (vyplněný, body, drátový model). Je to velmi lehká vizualizace s nízkou zatíží CPU, která vypadá skvěle."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Velmi rychle"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Welsh (http://www.transifex.com/projects/p/xbmc-main/language/cy/)\n"
12 "Language: cy\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: cy\n"
1616 "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Cyflym Iawn"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Danish (http://www.transifex.com/projects/p/xbmc-main/language/da/)\n"
9 "PO-Revision-Date: 2021-05-02 23:29+0000\n"
10 "Last-Translator: Christian Gade <gade@kodi.tv>\n"
11 "Language-Team: Danish <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/da_dk/>\n"
12 "Language: da_dk\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: da\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 "X-Generator: Weblate 4.6.1\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr "Visualisering der viser en roterende 3D-spektrumanalyse"
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr "-spektrum er en visualisering, der viser en roterende 3D-spektrumanalysator renderet i DirectX, som bevæger sig i takt til musikken og skaber en bølgeeffekt på tværs af spektrumfeltet.&#10;Den har også indstillinger til at justere spektrumliniens højde, fart og hvordan den bliver renderet (fast, punkter, trådramme). Det er en letvægtsvisualisering med lavt CPU-forbrug, som ser godt ud."
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
7483 msgctxt "#30014"
7584 msgid "Very Fast"
7685 msgstr "Meget hurtig"
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: German (http://www.transifex.com/projects/p/xbmc-main/language/de/)\n"
12 "Language: de\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: de\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Diese Visualisierung zeigt eine rotierende Spektrum Analyse in 3D"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum ist eine Visualisierung, die eine rotierende Spektrum Analyse in 3D zeigt. Die Visualisierung wird so gerendert, dass sie sich zum Takt der Musik bewegt und eine Welle über das Spektrum Grid legt.&#10;Es lässt sich neben der Höhe, die Geschwindigkeit als auch die Art der Balken (durchgehend, Punkte, Drahtgeflecht) einstellen. Eine schöne Visualisierung, die nur eine geringe CPU-Last erzeugt"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
8088 msgstr "Punktgröße"
8189
8290 msgctxt "#30016"
83 msgid "%i pixel"
91 msgid "{0:d} pixel"
8492 msgstr ""
8593
8694 msgctxt "#30017"
8896 msgstr "Drehposition"
8997
9098 msgctxt "#30018"
91 msgid "%i°"
92 msgstr "%i°"
99 msgid "{0:d}°"
100 msgstr ""
93101
94102 msgctxt "#30019"
95103 msgid "Turn continuously"
96104 msgstr "Durchgehend drehen"
105
106 #~ msgctxt "#30018"
107 #~ msgid "%i°"
108 #~ msgstr "%i°"
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Greek (http://www.transifex.com/projects/p/xbmc-main/language/el/)\n"
12 "Language: el\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: el\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Οπτικοποίηση που εμφανίζει έναν περιστρεφόμενο τρισδιάστατο Αναλυτή Φάσματος"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Το Spectrum είναι μία Οπτικοποίηση που εμφανίζει έναν περιστρεφόμενο τρισδιάστατο Αναλυτή Φάσματος που αποδίδεται μέσω και κινείται στο ρυθμό της μουσικής δημιουργώντας ένα κυματικό εφέ κατά μήκος του φασματικού πλέγματος.&#10;Διαθέτει ρυθμίσεις για τον ορισμό του ύψους των στηλών του φάσματος, του τρόπου απόδοσης των στηλών (συμπαγείς, σημειακές, συρματόπλεγμα), και είναι μία ελαφριά, εμφανίσιμη και χαμηλής υπολογιστικής ισχύος οπτικοποίηση"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Πολύ Γρήγορα"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
0 # XBMC Media Center language file
1 # Addon Name: OpenGL Spectrum
2 # Addon id: visualization.glspectrum
3 # Addon Provider: Team XBMC
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: XBMC Main\n"
7 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
8 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: Automatically generated\n"
11 "Language-Team: none\n"
12 "Language: en_au\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
25
26 # settings labels
27 msgctxt "#30000"
28 msgid "Mode"
29 msgstr ""
30
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
46
47 msgctxt "#30005"
48 msgid "Small"
49 msgstr ""
50
51 msgctxt "#30006"
52 msgid "Default"
53 msgstr ""
54
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
62
63 msgctxt "#30009"
64 msgid "Speed"
65 msgstr ""
66
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
74
75 msgctxt "#30012"
76 msgid "Default"
77 msgstr ""
78
79 msgctxt "#30013"
80 msgid "Fast"
81 msgstr ""
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
1414 "Content-Transfer-Encoding: 8bit\n"
1515 "Language: en\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 #settings labels
1927
8290 msgstr ""
8391
8492 msgctxt "#30016"
85 msgid "%i pixel"
93 msgid "{0:d} pixel"
8694 msgstr ""
8795
8896 msgctxt "#30017"
9098 msgstr ""
9199
92100 msgctxt "#30018"
93 msgid "%i°"
101 msgid "{0:d}°"
94102 msgstr ""
95103
96104 msgctxt "#30019"
0 # XBMC Media Center language file
1 # Addon Name: OpenGL Spectrum
2 # Addon id: visualization.glspectrum
3 # Addon Provider: Team XBMC
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: XBMC Main\n"
7 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
8 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: Automatically generated\n"
11 "Language-Team: none\n"
12 "Language: en_nz\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
25
26 # settings labels
27 msgctxt "#30000"
28 msgid "Mode"
29 msgstr ""
30
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
46
47 msgctxt "#30005"
48 msgid "Small"
49 msgstr ""
50
51 msgctxt "#30006"
52 msgid "Default"
53 msgstr ""
54
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
62
63 msgctxt "#30009"
64 msgid "Speed"
65 msgstr ""
66
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
74
75 msgctxt "#30012"
76 msgid "Default"
77 msgstr ""
78
79 msgctxt "#30013"
80 msgid "Fast"
81 msgstr ""
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: English (US) (http://www.transifex.com/projects/p/xbmc-main/language/en_US/)\n"
12 "Language: en_US\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: en_US\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
8088 msgstr "Point size"
8189
8290 msgctxt "#30016"
83 msgid "%i pixel"
84 msgstr "%i pixel"
91 msgid "{0:d} pixel"
92 msgstr ""
8593
8694 msgctxt "#30017"
8795 msgid "Rotation position"
8896 msgstr "Rotation position"
8997
9098 msgctxt "#30018"
91 msgid "%i°"
92 msgstr "%i°"
99 msgid "{0:d}°"
100 msgstr ""
93101
94102 msgctxt "#30019"
95103 msgid "Turn continuously"
96104 msgstr "Turn continuously"
105
106 #~ msgctxt "#30016"
107 #~ msgid "%i pixel"
108 #~ msgstr "%i pixel"
109
110 #~ msgctxt "#30018"
111 #~ msgid "%i°"
112 #~ msgstr "%i°"
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Esperanto (http://www.transifex.com/projects/p/xbmc-main/language/eo/)\n"
9 "PO-Revision-Date: 2021-05-25 11:29+0000\n"
10 "Last-Translator: Christian Gade <gade@kodi.tv>\n"
11 "Language-Team: Esperanto <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/eo/>\n"
12 "Language: eo\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: eo\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 "X-Generator: Weblate 4.6.2\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr ""
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr ""
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
2029 msgstr "Mode"
2130
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
46
47 msgctxt "#30005"
48 msgid "Small"
49 msgstr ""
50
2251 msgctxt "#30006"
2352 msgid "Default"
2453 msgstr "Default"
2554
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
62
2663 msgctxt "#30009"
2764 msgid "Speed"
28 msgstr "Rapideco"
65 msgstr "Rapido"
66
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
2974
3075 msgctxt "#30012"
3176 msgid "Default"
3277 msgstr "Default"
78
79 msgctxt "#30013"
80 msgid "Fast"
81 msgstr ""
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/xbmc-main/language/es_AR/)\n"
12 "Language: es_AR\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: es_AR\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visualización que muestra un analizador de espectro en 3D girando"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum es una visualización que muestra un analizador de espectro en 3D girando, renderizado con , que se mueve al ritmo de la música creando un efecto de onda en la rejilla del espectro.&#10;Se puede ajustar la altura de las barras, su velocidad, y como son renderizadas (sólido, puntos, malla). Es una visualización que utiliza poca CPU y muy agradable."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Muy rápida"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Spanish (http://www.transifex.com/projects/p/xbmc-main/language/es/)\n"
9 "PO-Revision-Date: 2021-07-05 07:29+0000\n"
10 "Last-Translator: Alfonso Cachero <alfonso.cachero@gmail.com>\n"
11 "Language-Team: Spanish (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/es_es/>\n"
12 "Language: es_es\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: es\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 "X-Generator: Weblate 4.7.1\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr "Visualización que muestra un analizador de espectro en 3D girando"
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr "Spectrum es una visualización que muestra un analizador de espectro en 3D girando renderizado con que se mueve al ritmo de la música creando un efecto de onda en la rejilla del espectro.&#10;Se puede ajustar la altura de las barras, su velocidad, y como son renderizadas (sólido, puntos, malla). Es una visualización que utiliza poca CPU y muy agradable."
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
7483 msgctxt "#30014"
7584 msgid "Very Fast"
7685 msgstr "Muy rápido"
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr "Tamaño del punto"
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr "Posición de rotación"
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr "Girar continuamente"
106
107 #~ msgctxt "#30016"
108 #~ msgid "%i pixel"
109 #~ msgstr "Pixel %i"
110
111 #~ msgctxt "#30018"
112 #~ msgid "%i°"
113 #~ msgstr "%iº"
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/xbmc-main/language/es_MX/)\n"
9 "PO-Revision-Date: 2021-04-03 07:37+0000\n"
10 "Last-Translator: Edson Armando <edsonarmando78@outlook.com>\n"
11 "Language-Team: Spanish (Mexico) <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/es_mx/>\n"
12 "Language: es_mx\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: es_MX\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 "X-Generator: Weblate 4.5.3\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr "Visualización que muestra un Analizador de Espectro giratorio 3D"
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr "Espectro es una Visualización que muestra un Analizador de Especto en 3D rotando renderizado en que se mueve al ritmo de la música creando un efecto de onda a través del espectro de la red.&#10;También tiene configuraciones para ajustar la altura de la barra de espectro, su velocidad, y cómo las barras son renderizadas (sólidas, puntos, malla de alambre) y es una buena visualización liviana, de poco uso de cpu que se ve genial."
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
7483 msgctxt "#30014"
7584 msgid "Very Fast"
7685 msgstr "Muy Rápido"
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr "Tamaño de punto"
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr "Posición de rotación"
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr "Girar continuamente"
106
107 #~ msgctxt "#30016"
108 #~ msgid "%i pixel"
109 #~ msgstr "%i pixel"
110
111 #~ msgctxt "#30018"
112 #~ msgid "%i°"
113 #~ msgstr "%i°"
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Estonian (http://www.transifex.com/projects/p/xbmc-main/language/et/)\n"
12 "Language: et\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: et\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visuaal, mis näitab pöörlevat 3D spektraalanalüüsi"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum on visuaal, mis näitab 3D spektraalanalüüsi renderdatud 'is, mis liigub liigub muusika rütmis luues laineefekti üle spektraalvõrgustiku.&#10;Lisaks on olemas ka võimalus seadistada spektri kõrgust, selle kiirust ja kuidas ribasid renderdatakse (tahkis, punktid, sõrestik). Spectrum on hea väljanägemisega kerge ja vähese protsessorikasutusega visuaal."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Väga kiire"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Basque (http://www.transifex.com/projects/p/xbmc-main/language/eu/)\n"
12 "Language: eu\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: eu\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Oso azkarra"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Persian (http://www.transifex.com/projects/p/xbmc-main/language/fa/)\n"
12 "Language: fa\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: fa\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
25
26 # settings labels
27 msgctxt "#30000"
28 msgid "Mode"
29 msgstr ""
30
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
46
47 msgctxt "#30005"
48 msgid "Small"
49 msgstr ""
1750
1851 msgctxt "#30006"
1952 msgid "Default"
2053 msgstr "پیش فرض"
2154
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
62
2263 msgctxt "#30009"
2364 msgid "Speed"
2465 msgstr "سرعت"
2566
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
74
2675 msgctxt "#30012"
2776 msgid "Default"
2877 msgstr "پیش فرض"
78
79 msgctxt "#30013"
80 msgid "Fast"
81 msgstr ""
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/xbmc-main/language/fa_IR/)\n"
12 "Language: fa_IR\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: fa_IR\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
2028 msgstr "حالت"
2129
30 msgctxt "#30001"
31 msgid "Filled"
32 msgstr ""
33
34 msgctxt "#30002"
35 msgid "Wireframe"
36 msgstr ""
37
38 msgctxt "#30003"
39 msgid "Points"
40 msgstr ""
41
42 msgctxt "#30004"
43 msgid "Bar Height"
44 msgstr ""
45
46 msgctxt "#30005"
47 msgid "Small"
48 msgstr ""
49
2250 msgctxt "#30006"
2351 msgid "Default"
2452 msgstr "پیش فرض"
53
54 msgctxt "#30007"
55 msgid "Big"
56 msgstr ""
57
58 msgctxt "#30008"
59 msgid "Very Big"
60 msgstr ""
2561
2662 msgctxt "#30009"
2763 msgid "Speed"
2864 msgstr "سرعت"
2965
66 msgctxt "#30010"
67 msgid "Very Slow"
68 msgstr ""
69
70 msgctxt "#30011"
71 msgid "Slow"
72 msgstr ""
73
3074 msgctxt "#30012"
3175 msgid "Default"
3276 msgstr "پیش فرض"
77
78 msgctxt "#30013"
79 msgid "Fast"
80 msgstr ""
81
82 msgctxt "#30014"
83 msgid "Very Fast"
84 msgstr ""
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Finnish (http://www.transifex.com/projects/p/xbmc-main/language/fi/)\n"
12 "Language: fi\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: fi\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Pyörivä 3D-spektrianalysaattori"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Näyttää pyörivän 3D-spektrianalysaattorin, joka liikkuu musiikin tahdissa tuottaen aaltotehosteen spektrikuvaajaan.&#10;Spektripalkin korkeuden, nopeuden, ja piirtotavan (täytetyt, pisteet, ääriviivat) voi asettaa asetuksista. Spectrum on kevyt visualisointi joka näyttää hyvältä."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Erittäin nopea"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Faroese (http://www.transifex.com/projects/p/xbmc-main/language/fo/)\n"
12 "Language: fo\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: fo\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
25
26 # settings labels
27 msgctxt "#30000"
28 msgid "Mode"
29 msgstr ""
30
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
1746
1847 msgctxt "#30005"
1948 msgid "Small"
2352 msgid "Default"
2453 msgstr "Vanligt"
2554
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
62
2663 msgctxt "#30009"
2764 msgid "Speed"
2865 msgstr "Fer"
66
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
2974
3075 msgctxt "#30012"
3176 msgid "Default"
3479 msgctxt "#30013"
3580 msgid "Fast"
3681 msgstr "Skjótt"
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: French (Canada) (http://www.transifex.com/projects/p/xbmc-main/language/fr_CA/)\n"
12 "Language: fr_CA\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: fr_CA\n"
1616 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Très Rapide"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: French (http://www.transifex.com/projects/p/xbmc-main/language/fr/)\n"
12 "Language: fr\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: fr\n"
1616 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visualisation affichant un analyseur de spectre 3D en rotation"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum est une visualisation affichant un analyseur de spectre 3D en rotation, sous . Il réagit au rythme de la musique, créant un effet d'onde sur la grille du spectre.&#10;Il propose divers paramètres pour ajuster la hauteur, la vitesse, et le rendu des barres du spectre (plein, points, fil de fer). Une visualisation légère, peu gourmande en CPU et agréable à regarder."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Très Rapide"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Galician (http://www.transifex.com/projects/p/xbmc-main/language/gl/)\n"
12 "Language: gl\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: gl\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visualización que amosa un analizador de espectro virando en 3D"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum é unha Visualización que amosa un analizador de espectro virando en 3D renderizado con que se move ó ritmo da música creando un efecto de onde ó longo da grella do espectro.&#10;Tamén ten opcións para axustar a altura da barra, a velocidade e como se renderizan as barras (sólidas, puntos, malla) do espectro. É bonito, lixeiro, de baixo custo en CPU."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Moi rápida"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Hebrew (http://www.transifex.com/projects/p/xbmc-main/language/he/)\n"
9 "PO-Revision-Date: 2021-07-16 18:29+0000\n"
10 "Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
11 "Language-Team: Hebrew (Israel) <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/he_il/>\n"
12 "Language: he_il\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: he\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 "X-Generator: Weblate 4.7.1\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr "DirectX Spectrum זהו חיזוי אשר מציג סיבובי 3D Spectrum Analyzer"
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr "Spectrum זהו חיזוי אשר מציג סיבובי 3D Spectrum Analyzer אשר זז לצלילי המוזיקה שיוצר אפקט גלים לרוחב רשת הספקטרום.&#10;יש אפשרות גם להגדיר את גובה פס הספקטרום, את המהירות, ואת התנהגות הפסים (filled, points, wire frame) וזהו חיזוי נחמד קל משקל לא מעמיס על המעבד ונראה נהדר."
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
2130
2231 msgctxt "#30001"
2332 msgid "Filled"
24 msgstr "Filled"
33 msgstr "מלא"
2534
2635 msgctxt "#30002"
2736 msgid "Wireframe"
28 msgstr "Wireframe"
37 msgstr "מסגרת קווים"
2938
3039 msgctxt "#30003"
3140 msgid "Points"
32 msgstr "Points"
41 msgstr "נקודות"
3342
3443 msgctxt "#30004"
3544 msgid "Bar Height"
5766
5867 msgctxt "#30010"
5968 msgid "Very Slow"
60 msgstr "איטי מאוד"
69 msgstr "איטית מאוד"
6170
6271 msgctxt "#30011"
6372 msgid "Slow"
64 msgstr "איטי"
73 msgstr "איטית"
6574
6675 msgctxt "#30012"
6776 msgid "Default"
6978
7079 msgctxt "#30013"
7180 msgid "Fast"
72 msgstr "מהיר"
81 msgstr "מהירה"
7382
7483 msgctxt "#30014"
7584 msgid "Very Fast"
76 msgstr "מהיר מאוד"
85 msgstr "מהירה מאוד"
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr "גודל נקודה"
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr "מיקום סיבוב"
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr "להמשיך לפנות"
106
107 #~ msgctxt "#30016"
108 #~ msgid "%i pixel"
109 #~ msgstr "%i פיקסלים"
110
111 #~ msgctxt "#30018"
112 #~ msgid "%i°"
113 #~ msgstr "%i°‎"
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Hindi (Devanagiri) (http://www.transifex.com/projects/p/xbmc-main/language/hi/)\n"
12 "Language: hi\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: hi\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
2028 msgstr "विधि"
2129
30 msgctxt "#30001"
31 msgid "Filled"
32 msgstr ""
33
34 msgctxt "#30002"
35 msgid "Wireframe"
36 msgstr ""
37
38 msgctxt "#30003"
39 msgid "Points"
40 msgstr ""
41
42 msgctxt "#30004"
43 msgid "Bar Height"
44 msgstr ""
45
46 msgctxt "#30005"
47 msgid "Small"
48 msgstr ""
49
2250 msgctxt "#30006"
2351 msgid "Default"
2452 msgstr "डिफ़ॉल्ट"
53
54 msgctxt "#30007"
55 msgid "Big"
56 msgstr ""
57
58 msgctxt "#30008"
59 msgid "Very Big"
60 msgstr ""
2561
2662 msgctxt "#30009"
2763 msgid "Speed"
2864 msgstr "गति"
2965
66 msgctxt "#30010"
67 msgid "Very Slow"
68 msgstr ""
69
70 msgctxt "#30011"
71 msgid "Slow"
72 msgstr ""
73
3074 msgctxt "#30012"
3175 msgid "Default"
3276 msgstr "डिफ़ॉल्ट"
77
78 msgctxt "#30013"
79 msgid "Fast"
80 msgstr ""
81
82 msgctxt "#30014"
83 msgid "Very Fast"
84 msgstr ""
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Croatian (http://www.transifex.com/projects/p/xbmc-main/language/hr/)\n"
12 "Language: hr\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: hr\n"
1616 "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"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Vizualizacija koja prikazuje rotirajući 3D spektralni analizator"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum je vizualizacija koja prikazuje rotirajući 3D spektralni analizator renderiran u -u koji se pokreće u ritmu muzike stvarajući efekt valova u spektralnoj mreži.&#10;Također sadrži i postavke za namještanje visine sprektralnih traka, njihove brzine, i načina na koji su prikazane (popunjeno, točke, žičani okvir). Vizualizacija izgleda sjajno te je malih memorijskih i CPU zahtjeva."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Vrlo brzo"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Hungarian (http://www.transifex.com/projects/p/xbmc-main/language/hu/)\n"
12 "Language: hu\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: hu\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Vizualizáció 3D spektrum analizátorral"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Az Spectrum egy olyan vizualizáció ami egy 3D hang spektrum analizátort mutat segítségével megjelenítve, ami a zene ritmusára mozog egy hullám-effektust képezve a teljes spektrumhálón.&#10;Beállítható a spektrum oszlopok magassága, mozgási sebessége és hogy az oszlopok hogyan jelenjenek meg (teli, pontok, drótváz). Ez egy kis erőforrásigényű vizualizáció ami nagyon jól mutat."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Nagyon gyors"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Indonesian (http://www.transifex.com/projects/p/xbmc-main/language/id/)\n"
12 "Language: id\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: id\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Sangat Cepat"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Icelandic (http://www.transifex.com/projects/p/xbmc-main/language/is/)\n"
12 "Language: is\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: is\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Myndskreyting sem sýnir þrívíddar rófgreini"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum er myndskreyting sem sýnir þrívíddar rófgreini sem snýst sem er teiknaður í og hreyfist í takt við tónlistina sem myndar bylgjuhreyfingu yfir rófið.&#10;Það er líka hægt að stilla hæð mælingana, hraða og hvernig þær eru teiknaðar (fyllt, punktar, útlínur) myndskrytingin setur lítið álag á örgjörva og lítur vel út"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Mjög hratt"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Italian (http://www.transifex.com/projects/p/xbmc-main/language/it/)\n"
12 "Language: it\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: it\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "La visualizzazione mostra un analizzatore di spettro 3D rotante"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum è una visualizzazione che mostra un analizzatore di spettro renderizzato in che si muove a tempo di musica creando un effetto onda attraverso la griglia.&#10;E' possibile regolare varie impostazioni: l'altezza delle barre, la velocità di risposta e come le barre sono renderizzate (piene, con punti o con righe). E' una visualizzazione rilassante e con basso uso del processore."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Molto veloce"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Japanese (http://www.transifex.com/projects/p/xbmc-main/language/ja/)\n"
12 "Language: ja\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: ja\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "回転する 3D スペクトラムアナライザーを表示する ビジュアライザー"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "とても速く"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Korean (http://www.transifex.com/projects/p/xbmc-main/language/ko/)\n"
12 "Language: ko\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: ko\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "회전하는 3D 스펙트럼 분석기를 보여지는 음악시각화"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "스펙트럼은 회전하는 3D 스펙트럼 분석기를 통해 음악시각화를 보여주며 음악의 비트가 만들어내는 웨이브 효과를 스펙트럼 그리드에 보여줍니다. 설정에서 스펙트럼 바의 높이, 속도, 바의 갯수 (채워짐, 점, 와이어 프레임)를 지정할수 있습니다. 가볍고 CPU를 많이 사용하지 않습니다."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "매우 빠름"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Lithuanian (http://www.transifex.com/projects/p/xbmc-main/language/lt/)\n"
12 "Language: lt\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: lt\n"
1616 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Vizualizacija rodo rotacinis 3D spektro analizatorių"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spektro vizualizacija, kurioje besisukantį 3D spektro analizatorių, priimtą , katras juda į muzikos ritmą, įsteigiantis bangų poveikį visame spektro tinklelyje.&#10;Taip pat turi nustatymus nureguliuoti spektro juostos aukštį, jos greitį, ir teikiamas kraštines (kieta, taškai, tinklelio rėmas) ir yra gražus bei lengvas, mažai naudoja CPU vizualizacijai, ir atrodo puikiai"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Labai greitas"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Latvian (http://www.transifex.com/projects/p/xbmc-main/language/lv/)\n"
12 "Language: lv\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: lv\n"
1616 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Loti ātrs"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
0 # XBMC Media Center language file
1 # Addon Name: OpenGL Spectrum
2 # Addon id: visualization.glspectrum
3 # Addon Provider: Team XBMC
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: XBMC Main\n"
7 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
8 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: Automatically generated\n"
11 "Language-Team: none\n"
12 "Language: mi\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=n > 1;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
25
26 # settings labels
27 msgctxt "#30000"
28 msgid "Mode"
29 msgstr ""
30
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
46
47 msgctxt "#30005"
48 msgid "Small"
49 msgstr ""
50
51 msgctxt "#30006"
52 msgid "Default"
53 msgstr ""
54
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
62
63 msgctxt "#30009"
64 msgid "Speed"
65 msgstr ""
66
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
74
75 msgctxt "#30012"
76 msgid "Default"
77 msgstr ""
78
79 msgctxt "#30013"
80 msgid "Fast"
81 msgstr ""
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Macedonian (http://www.transifex.com/projects/p/xbmc-main/language/mk/)\n"
12 "Language: mk\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: mk\n"
1616 "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Визуализација која покажува ротирачки 3Д анализатор на спектар"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.⏎ It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Многу брзо"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Malay (http://www.transifex.com/projects/p/xbmc-main/language/ms/)\n"
12 "Language: ms\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: ms\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
25
26 # settings labels
27 msgctxt "#30000"
28 msgid "Mode"
29 msgstr ""
30
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
1746
1847 msgctxt "#30005"
1948 msgid "Small"
2049 msgstr "Kecil"
2150
51 msgctxt "#30006"
52 msgid "Default"
53 msgstr ""
54
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
62
2263 msgctxt "#30009"
2364 msgid "Speed"
2465 msgstr "Kelajuan"
66
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
74
75 msgctxt "#30012"
76 msgid "Default"
77 msgstr ""
78
79 msgctxt "#30013"
80 msgid "Fast"
81 msgstr ""
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Maltese (http://www.transifex.com/projects/p/xbmc-main/language/mt/)\n"
9 "PO-Revision-Date: 2021-05-02 23:29+0000\n"
10 "Last-Translator: Christian Gade <gade@kodi.tv>\n"
11 "Language-Team: Maltese <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/mt_mt/>\n"
12 "Language: mt_mt\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: mt\n"
16 "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"
16 "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"
17 "X-Generator: Weblate 4.6.1\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr ""
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr ""
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
20 msgstr "Mode:"
29 msgstr "Mode"
30
31 msgctxt "#30001"
32 msgid "Filled"
33 msgstr ""
34
35 msgctxt "#30002"
36 msgid "Wireframe"
37 msgstr ""
38
39 msgctxt "#30003"
40 msgid "Points"
41 msgstr ""
42
43 msgctxt "#30004"
44 msgid "Bar Height"
45 msgstr ""
46
47 msgctxt "#30005"
48 msgid "Small"
49 msgstr ""
2150
2251 msgctxt "#30006"
2352 msgid "Default"
2453 msgstr "Difolt"
2554
55 msgctxt "#30007"
56 msgid "Big"
57 msgstr ""
58
59 msgctxt "#30008"
60 msgid "Very Big"
61 msgstr ""
62
2663 msgctxt "#30009"
2764 msgid "Speed"
2865 msgstr "Veloċita'"
66
67 msgctxt "#30010"
68 msgid "Very Slow"
69 msgstr ""
70
71 msgctxt "#30011"
72 msgid "Slow"
73 msgstr ""
2974
3075 msgctxt "#30012"
3176 msgid "Default"
3479 msgctxt "#30013"
3580 msgid "Fast"
3681 msgstr "Mgħaġġel"
82
83 msgctxt "#30014"
84 msgid "Very Fast"
85 msgstr ""
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Burmese (http://www.transifex.com/projects/p/xbmc-main/language/my/)\n"
12 "Language: my\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: my\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "ပို၍မြန်သော"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Norwegian (http://www.transifex.com/projects/p/xbmc-main/language/no/)\n"
12 "Language: no\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: no\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visualisering som viser en roterende 3D ​​Spectrum Analyzer"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum er en visualisering som viser et roterende 3D ​​Spectrum Analyzer gjengitt i som flytter til rytmen i musikken skaper en bølge effekt over hele spekteret rutenettet.⏎&#10;Det har også innstillinger for å justere spekterets bar høyde, hastighet, og hvordan barene gjengis (solid, punkt, wireframe) og er en fin lett vekt, lav cpu brukende visualisering som ser flott ut"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Veldig rask"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Dutch (http://www.transifex.com/projects/p/xbmc-main/language/nl/)\n"
12 "Language: nl\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: nl\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "DirectX-visualisatie die een roterende 3D-spectrumanalyse weergeeft"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum is een visualisatie met een draaiende 3D ​​Spectrum Analyzer gerenderd in . Deze visualisatie beweegt op het ritme van de muziek en creëert een golf effect over het hele spectrum. ⏎&#10;Het heeft instellingen om de barhoogte en de snelheid aan te passen, en hoe de staven worden weergegeven (vast, punten, draad frame) en is een mooie lichtgewicht visualisatie die weinig van de cpu vraagt en er geweldig uit ziet."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Zeer snel"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Polish (http://www.transifex.com/projects/p/xbmc-main/language/pl/)\n"
9 "PO-Revision-Date: 2021-07-16 18:29+0000\n"
10 "Last-Translator: Marek Adamski <fevbew@wp.pl>\n"
11 "Language-Team: Polish <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/pl_pl/>\n"
12 "Language: pl_pl\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: pl\n"
16 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
17 "X-Generator: Weblate 4.7.1\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr "Wizualizacja pokazująca obracający się analizator widma w 3D"
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr "Wizualizacja pokazuje obracający się, trójwymiarowy analizator widma, renderowany przy użyciu . Możesz ustawić wysokość słupków, ich prędkość i wygląd."
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
2534
2635 msgctxt "#30002"
2736 msgid "Wireframe"
28 msgstr "Siatka"
37 msgstr "Szkielet"
2938
3039 msgctxt "#30003"
3140 msgid "Points"
7483 msgctxt "#30014"
7584 msgid "Very Fast"
7685 msgstr "Bardzo szybkie"
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr "Rozmiar punktu"
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr "Pozycja rotacji"
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr "Obracaj bez przerwy"
106
107 #~ msgctxt "#30016"
108 #~ msgid "%i pixel"
109 #~ msgstr "%i piksel"
110
111 #~ msgctxt "#30018"
112 #~ msgid "%i°"
113 #~ msgstr "%i°"
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/xbmc-main/language/pt_BR/)\n"
12 "Language: pt_BR\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: pt_BR\n"
1616 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visualização que mostra um analisador espectral rotativo em 3D"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "O Spectrum é uma visualização que mostra um analisador espectral rotativo 3D, renderizado em , que se sincroniza com a batida, criando assim um efeito de ondas na grelha espectral.&#10;Pode-se definir a altura das barras, a sua velocidade e como são renderizadas (sólido, pontos ou contorno). É uma visualização que utiliza pouco o CPU e com um visual fantástico."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Muito Rápido"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Portuguese (http://www.transifex.com/projects/p/xbmc-main/language/pt/)\n"
12 "Language: pt\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: pt\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Visualização que mostra um analisador espectral rotativo em 3D"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum é uma visualização que mostra um analisador espectral 3D rotativo, renderizado em , que se sincroniza com o ritmo da música, criando assim um efeito de ondas na grelha espectral.&#10;Pode-se definir a altura das barras, a sua velocidade e como são renderizadas (sólido, pontos ou contorno). É uma visualização que não utiliza muito CPU e tem um aspecto fantástico."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Muito rápido"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Romanian (http://www.transifex.com/projects/p/xbmc-main/language/ro/)\n"
12 "Language: ro\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: ro\n"
1616 "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Vizualizare cu afișarea unui analizor de spectru 3D rotativ"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrul este o vizualizare care afișează un analizor de spectre 3D rotativ randat în care se mișcă după bătăile muzicii creând un val dea-lungul grilei spectrale.&#10;De asemenea, are setări pentru ajustarea înălțimii bărilor spectrale, a vitezei, și a modului în care bările sunt randate (umplere, puncte, contur). Este o vizualizare cu consum redus al procesorului care arată fantastic de bine."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Foarte rapidă"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Russian (http://www.transifex.com/projects/p/xbmc-main/language/ru/)\n"
12 "Language: ru\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: ru\n"
1616 "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"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Визуализация, показывающая вращающийся трёхмерный анализатор спектра"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Эта визуализация на основе показывает вращающийся трёхмерный анализатор спектра, который движется в такт музыке, создавая эффект волны по всему спектру сетки.⏎&#10;Визуализация имеет настройки для регулировки высоты полос спектра, скорости движения и способа отображения полос (сплошной, точки, каркас), а также обладает небольшим размером и малой нагрузкой на процессор."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Очень быстро"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Slovak (http://www.transifex.com/projects/p/xbmc-main/language/sk/)\n"
12 "Language: sk\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: sk\n"
1616 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Vizualizácia zobrazujúca rotujúci 3D spektrálny analyzátor"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum je vizualizácia zobrazujúca rotujúci 3D spektrálny analyzátor vykresľovaný pomocou , ktorý sa hýbe v rytme hudby a tak vytvára vlny naprieč mriežkou spektra.[CR]&#10;Zároveň má nastavenia upravujúce výšku stĺpcov spektra, ich rýchlosť a ako sú vykresľované (vyplnené, body, drôtový model). Je to jednoduchá vizualizácia s nízkou záťažou CPU, ktorá výborne vyzerá."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Veľmi rýchlo"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Slovenian (http://www.transifex.com/projects/p/xbmc-main/language/sl/)\n"
12 "Language: sl\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: sl\n"
1616 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Vizualizacija, ki prikatuje vrtečo 3D spektralno analizo"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum je vizualizacija, ki prikazuje vrtečo 3D spektralno analizato, generirano v , ki se premika v ritmu glasbe in ustvarja učinek valovanja v celotnem spektru. Vsebuje tudi nastavitve za prilagoditev višine spektra, hitrosti in oblike (polno, točke, okvir) ter je varčna vizualizacija z nizka porabo CPU-ja, ki izgleda super."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Zelo hitro"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Albanian (http://www.transifex.com/projects/p/xbmc-main/language/sq/)\n"
9 "PO-Revision-Date: 2021-05-25 11:29+0000\n"
10 "Last-Translator: Christian Gade <gade@kodi.tv>\n"
11 "Language-Team: Albanian <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/sq_al/>\n"
12 "Language: sq_al\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: sq\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 "X-Generator: Weblate 4.6.2\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr ""
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr ""
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
5362
5463 msgctxt "#30009"
5564 msgid "Speed"
56 msgstr "Shpejtësija"
65 msgstr "Shpejtësia"
5766
5867 msgctxt "#30010"
5968 msgid "Very Slow"
7483 msgctxt "#30014"
7584 msgid "Very Fast"
7685 msgstr "Shumë i shpejtë"
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Serbian (Cyrillic) (http://www.transifex.com/projects/p/xbmc-main/language/sr_RS/)\n"
12 "Language: sr_RS\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: sr_RS\n"
1616 "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"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
2028 msgstr "Режим"
2129
30 msgctxt "#30001"
31 msgid "Filled"
32 msgstr ""
33
34 msgctxt "#30002"
35 msgid "Wireframe"
36 msgstr ""
37
38 msgctxt "#30003"
39 msgid "Points"
40 msgstr ""
41
42 msgctxt "#30004"
43 msgid "Bar Height"
44 msgstr ""
45
46 msgctxt "#30005"
47 msgid "Small"
48 msgstr ""
49
2250 msgctxt "#30006"
2351 msgid "Default"
2452 msgstr "Подразумевано"
2553
54 msgctxt "#30007"
55 msgid "Big"
56 msgstr ""
57
58 msgctxt "#30008"
59 msgid "Very Big"
60 msgstr ""
61
2662 msgctxt "#30009"
2763 msgid "Speed"
2864 msgstr "Брзина"
65
66 msgctxt "#30010"
67 msgid "Very Slow"
68 msgstr ""
69
70 msgctxt "#30011"
71 msgid "Slow"
72 msgstr ""
2973
3074 msgctxt "#30012"
3175 msgid "Default"
3478 msgctxt "#30013"
3579 msgid "Fast"
3680 msgstr "Брзо"
81
82 msgctxt "#30014"
83 msgid "Very Fast"
84 msgstr ""
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Serbian (http://www.transifex.com/projects/p/xbmc-main/language/sr/)\n"
12 "Language: sr\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: sr\n"
1616 "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"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
2028 msgstr "Režim"
2129
30 msgctxt "#30001"
31 msgid "Filled"
32 msgstr ""
33
34 msgctxt "#30002"
35 msgid "Wireframe"
36 msgstr ""
37
38 msgctxt "#30003"
39 msgid "Points"
40 msgstr ""
41
42 msgctxt "#30004"
43 msgid "Bar Height"
44 msgstr ""
45
46 msgctxt "#30005"
47 msgid "Small"
48 msgstr ""
49
2250 msgctxt "#30006"
2351 msgid "Default"
2452 msgstr "Podrazumevano"
2553
54 msgctxt "#30007"
55 msgid "Big"
56 msgstr ""
57
58 msgctxt "#30008"
59 msgid "Very Big"
60 msgstr ""
61
2662 msgctxt "#30009"
2763 msgid "Speed"
2864 msgstr "Brzina"
65
66 msgctxt "#30010"
67 msgid "Very Slow"
68 msgstr ""
69
70 msgctxt "#30011"
71 msgid "Slow"
72 msgstr ""
2973
3074 msgctxt "#30012"
3175 msgid "Default"
3478 msgctxt "#30013"
3579 msgid "Fast"
3680 msgstr "Brzo"
81
82 msgctxt "#30014"
83 msgid "Very Fast"
84 msgstr ""
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
66 "Project-Id-Version: XBMC Main\n"
77 "Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
88 "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10 "Last-Translator: XBMC Translation Team\n"
11 "Language-Team: Swedish (http://www.transifex.com/projects/p/xbmc-main/language/sv/)\n"
9 "PO-Revision-Date: 2021-05-25 11:29+0000\n"
10 "Last-Translator: Christian Gade <gade@kodi.tv>\n"
11 "Language-Team: Swedish <https://kodi.weblate.cloud/projects/kodi-add-ons-look-and-feel/visualization-spectrum/sv_se/>\n"
12 "Language: sv_se\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: sv\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 "X-Generator: Weblate 4.6.2\n"
18
19 msgctxt "Addon Summary"
20 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
21 msgstr "Visualisering som visar en roterande 3D-spektrumanalysator"
22
23 msgctxt "Addon Description"
24 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
25 msgstr "Spektrum är en visualisering som visar en roterande 3D-spektrumanalysator renderad i . Den rör sig till musikens takt och skapar en vågeffekt över spektrat.&#10;-spektrum har inställningar för att justera staplarnas höjd, deras hastighet, hur de ska visas (solida, punkter, ramverk) och är en visualisering med låg cpu-användning samtidigt som den ser bra ut"
1726
1827 msgctxt "#30000"
1928 msgid "Mode"
7483 msgctxt "#30014"
7584 msgid "Very Fast"
7685 msgstr "Väldigt snabb"
86
87 msgctxt "#30015"
88 msgid "Point size"
89 msgstr ""
90
91 msgctxt "#30016"
92 msgid "{0:d} pixel"
93 msgstr ""
94
95 msgctxt "#30017"
96 msgid "Rotation position"
97 msgstr ""
98
99 msgctxt "#30018"
100 msgid "{0:d}°"
101 msgstr ""
102
103 msgctxt "#30019"
104 msgid "Turn continuously"
105 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/xbmc-main/language/ta_IN/)\n"
12 "Language: ta_IN\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: ta_IN\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "மிக வேகமாக"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Tajik (http://www.transifex.com/projects/p/xbmc-main/language/tg/)\n"
12 "Language: tg\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: tg\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Хеле тез"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Thai (http://www.transifex.com/projects/p/xbmc-main/language/th/)\n"
12 "Language: th\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: th\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "การแสดงแสงสี ทำให้เห็นการหมุนแบบ 3 มิติ ของการวิเคราะห์คลื่นความถี่เสียง"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum เป็น การแสดงแสงสี ทำให้เห็นการหมุนกราฟวิเคราะห์คลื่นความถี่เสียง แบบ 3 มิติ ที่สร้างขึ้นโดย ที่ขยับไปตามจังหวะของเพลงที่สร้างผลกระทบเป็นคลื่นไปทั่วตารางความถี่.&#10;นอกจากนี้ยังมีการตั้งค่าเพื่อปรับความสูงของแท่งคลื่นความถี่,ความเร็วและกระบวนการที่แท่งแสดงผล (ของแข็ง, จุด, โครงลวด) ทั้งยังใช้ทรัพยากรน้อยได้ดี, การแสดงแสงสี ที่ใช้ซีพียูต่ำนั่นก็ดูยอดเยี่ยมทีเดียว"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "เร็วมาก"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Turkish (http://www.transifex.com/projects/p/xbmc-main/language/tr/)\n"
12 "Language: tr\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: tr\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Çok Hızlı"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/xbmc-main/language/uk/)\n"
12 "Language: uk\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: uk\n"
1616 "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"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "Візуалізація що показує обертаючийся 3D спектроаналізатор."
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum є візалізаціє що показує обертаючийся 3D спектроаналізатор що промальовується з використанням технології . Спектроаналізатор показує стовпчики змінної висоти що рухаються в такт з музикою і створюють ефект подібний до хвилі.&#10;Ви маєте можливість налаштувати висоту стовпчиків, їх швидкість і те як вони намальовані (Заповнені, контури, крапки). Це досить проста, і невимоглива до процесора візуалізація, але яка має чудовий вигляд."
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Дуже швидко"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Uzbek (http://www.transifex.com/projects/p/xbmc-main/language/uz/)\n"
12 "Language: uz\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: uz\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
2028 msgstr "Usul"
2129
30 msgctxt "#30001"
31 msgid "Filled"
32 msgstr ""
33
34 msgctxt "#30002"
35 msgid "Wireframe"
36 msgstr ""
37
38 msgctxt "#30003"
39 msgid "Points"
40 msgstr ""
41
42 msgctxt "#30004"
43 msgid "Bar Height"
44 msgstr ""
45
46 msgctxt "#30005"
47 msgid "Small"
48 msgstr ""
49
2250 msgctxt "#30006"
2351 msgid "Default"
2452 msgstr "Andoza"
53
54 msgctxt "#30007"
55 msgid "Big"
56 msgstr ""
57
58 msgctxt "#30008"
59 msgid "Very Big"
60 msgstr ""
2561
2662 msgctxt "#30009"
2763 msgid "Speed"
2864 msgstr "Tezligi"
2965
66 msgctxt "#30010"
67 msgid "Very Slow"
68 msgstr ""
69
70 msgctxt "#30011"
71 msgid "Slow"
72 msgstr ""
73
3074 msgctxt "#30012"
3175 msgid "Default"
3276 msgstr "Andoza"
77
78 msgctxt "#30013"
79 msgid "Fast"
80 msgstr ""
81
82 msgctxt "#30014"
83 msgid "Very Fast"
84 msgstr ""
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Vietnamese (http://www.transifex.com/projects/p/xbmc-main/language/vi/)\n"
12 "Language: vi\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: vi\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr ""
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr ""
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "Rất nhanh"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Chinese (Simple) (http://www.transifex.com/projects/p/xbmc-main/language/zh/)\n"
12 "Language: zh\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: zh\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "显示旋转三维频谱分析图像的可视化效果"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr "Spectrum可视化效果是渲染的一个旋转的三维频谱分析图像,频谱矩阵随着音乐节拍而象波浪起伏。&#10;你还可以设置频谱棒的高度、变换速度、以及呈现效果(固体、点、框架)。这是一个不错的轻量级,低CPU使用率的可视化效果。"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "极快"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""
99 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010 "Last-Translator: XBMC Translation Team\n"
1111 "Language-Team: Chinese (Traditional) (http://www.transifex.com/projects/p/xbmc-main/language/zh_TW/)\n"
12 "Language: zh_TW\n"
1213 "MIME-Version: 1.0\n"
1314 "Content-Type: text/plain; charset=UTF-8\n"
1415 "Content-Transfer-Encoding: 8bit\n"
15 "Language: zh_TW\n"
1616 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 msgctxt "Addon Summary"
19 msgid "Visualisation showing a rotating 3D Spectrum Analyzer"
20 msgstr "顯示旋轉的3D頻譜分析視覺效果"
21
22 msgctxt "Addon Description"
23 msgid "Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in that moves to the beat of the music creating a wave effect across the spectrum grid.&#10;It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great"
24 msgstr " Spectrum 是使用 描繪顯示旋轉的3D頻譜分析視覺效果,頻譜格線隨著音樂節拍而像波浪起伏。&#10;它還可以調整頻譜長條的高度、速度以及呈現效果(實心、點狀、線框)。它是個很好的輕量級、低 CPU 使用率的視覺化效果。"
1725
1826 msgctxt "#30000"
1927 msgid "Mode"
7482 msgctxt "#30014"
7583 msgid "Very Fast"
7684 msgstr "非常快"
85
86 msgctxt "#30015"
87 msgid "Point size"
88 msgstr ""
89
90 msgctxt "#30016"
91 msgid "{0:d} pixel"
92 msgstr ""
93
94 msgctxt "#30017"
95 msgid "Rotation position"
96 msgstr ""
97
98 msgctxt "#30018"
99 msgid "{0:d}°"
100 msgstr ""
101
102 msgctxt "#30019"
103 msgid "Turn continuously"
104 msgstr ""