Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Dec 28, 2021
1 parent 737cddf commit d0004be
Show file tree
Hide file tree
Showing 18 changed files with 6,788 additions and 6,377 deletions.
818 changes: 420 additions & 398 deletions translations/blank.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_cs.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_da.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_de.ts

Large diffs are not rendered by default.

818 changes: 420 additions & 398 deletions translations/cantata_en_GB.ts

Large diffs are not rendered by default.

818 changes: 420 additions & 398 deletions translations/cantata_es.ts

Large diffs are not rendered by default.

818 changes: 420 additions & 398 deletions translations/cantata_fi.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_fr.ts

Large diffs are not rendered by default.

818 changes: 420 additions & 398 deletions translations/cantata_hu.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_it.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_ja.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_ko.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_nl.ts

Large diffs are not rendered by default.

822 changes: 424 additions & 398 deletions translations/cantata_pl.ts

Large diffs are not rendered by default.

22 changes: 21 additions & 1 deletion translations/cantata_pt_BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3504,6 +3504,10 @@ Não será possível desfazer esta escolha.</translation>
<source>Unable to add local files. No suitable files found.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Grouping</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PlayQueueView</name>
Expand Down Expand Up @@ -4004,6 +4008,10 @@ Sobrescrevè-lo?</translation>
<source>Subscribe to RSS feeds</source>
<translation>Assinar fontes de notícias RSS</translation>
</message>
<message>
<source>Refresh</source>
<translation type="unfinished">Recarregar</translation>
</message>
</context>
<context>
<name>PodcastSettingsDialog</name>
Expand Down Expand Up @@ -5153,6 +5161,10 @@ width x height</comment>
<source>Start full screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Grouping</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>RemoteDevicePropertiesDialog</name>
Expand Down Expand Up @@ -5743,7 +5755,7 @@ Não será possível desfazer esta escolha.</translation>
</message>
<message>
<source>The &apos;Music folder&apos; setting is used to lookup cover-art. It may be set to a HTTP URL if your MPD is on another machine, and covers are accessible via HTTP. If it is not set to a HTTP URL, and you also have write permissions to this folder (and it&apos;s sub-folders), then Cantata will save any downloaded covers into the respective album folder.</source>
<translation>A configuração &apos;Pasta de músicas&apos; é utilizada para procurar por capas. Pode ser ajustada para uma URL HTTP caso seu MPD esteja noutra máquina e as capas acessíveis via HTTP. Caso não esteja ajustada para URL HTTP e você tiver permissões de gravação nessa pasta (e em suas subpastas), quaisquer capas serão salvas nas pastas dos respectivos álbuns pelo Cantata.</translation>
<translation type="vanished">A configuração &apos;Pasta de músicas&apos; é utilizada para procurar por capas. Pode ser ajustada para uma URL HTTP caso seu MPD esteja noutra máquina e as capas acessíveis via HTTP. Caso não esteja ajustada para URL HTTP e você tiver permissões de gravação nessa pasta (e em suas subpastas), quaisquer capas serão salvas nas pastas dos respectivos álbuns pelo Cantata.</translation>
</message>
<message>
<source>Delete &apos;%1&apos;?</source>
Expand Down Expand Up @@ -5837,6 +5849,10 @@ Não será possível desfazer esta escolha.</translation>
<source>Basic - music collection is not shared with others, and Cantata will configure and control the MPD instance. This setup will be exclusive to Cantata, and will &lt;b&gt;not&lt;/b&gt; be accessible to other MPD clients.</source>
<translation>Básico - a coleção de músicas não é compartilhada com outros usuários e o Cantata configurará e controlará a instância MPD. Esta configuração estará exclusivamente no Cantata e &lt;b&gt;não&lt;/b&gt; será acessível a outros clientes MPD.</translation>
</message>
<message>
<source>The &apos;Music folder&apos; setting is used to lookup cover-art. It may be set to a HTTP URL if your MPD is on another machine, and covers are accessible via HTTP. If it is not set to a HTTP URL, and you also have write permissions to this folder (and its sub-folders), then Cantata will save any downloaded covers into the respective album folder.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ServiceStatusLabel</name>
Expand Down Expand Up @@ -6205,6 +6221,10 @@ Deseja recarregar a partir da cópia no disco ou apagar essa cópia e baixar nov
<source>Original Year</source>
<translation type="unfinished">Ano original</translation>
</message>
<message>
<source>Grouping</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SoundCloudService</name>
Expand Down
818 changes: 420 additions & 398 deletions translations/cantata_ru.ts

Large diffs are not rendered by default.

818 changes: 420 additions & 398 deletions translations/cantata_zh_CN.ts

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions translations/update.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
#!/bin/sh

PATH=.:$PATH
for app in lupdate lconvert find sort grep ; do
which $app > /dev/null 2>&1
if [ $? -ne 0 ] ; then
echo "ERROR: Could not find $app"
exit
fi
done

find .. -name '*.cpp' -o -name '*.h' -o -name '*.c' -o -name '*.ui' | grep -v -E '(build|solid-lite|3rdparty)' | sort > filelist
lupdate @filelist -ts ${1-*.ts} ${1+"$@"}
which lupdate > /dev/null 2>&1
if [ $? -eq 0 ] ; then
lupdate @filelist -ts ${1-*.ts} ${1+"$@"}
else
which lupdate-qt5 > /dev/null 2>&1
if [ $? -eq 0 ] ; then
lupdate-qt5 @filelist -ts ${1-*.ts} ${1+"$@"}
else
echo "ERROR: Could not find lupdate or lupdate-qt5"
fi
fi
rm filelist

0 comments on commit d0004be

Please sign in to comment.