Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Oct 21, 2024
1 parent 8afedd3 commit fcc6434
Show file tree
Hide file tree
Showing 23 changed files with 417 additions and 502 deletions.
45 changes: 20 additions & 25 deletions pretalx_youtube/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-05 15:39+0000\n"
"POT-Creation-Date: 2024-10-12 00:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"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"

#: local/pretalx-youtube/pretalx_youtube/apps.py:12
msgid "YouTube integration"
Expand All @@ -28,62 +27,58 @@ msgid ""
"Show YouTube videos embedded on talk pages. Set URLs manually or via API."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:11
#: local/pretalx-youtube/pretalx_youtube/forms.py:14
msgid "File"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:30
#: local/pretalx-youtube/pretalx_youtube/forms.py:33
msgid "Go to video."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:31
#: local/pretalx-youtube/pretalx_youtube/forms.py:34
msgid "Go to talk page."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:57
#: local/pretalx-youtube/pretalx_youtube/forms.py:62
#: local/pretalx-youtube/pretalx_youtube/forms.py:60
#: local/pretalx-youtube/pretalx_youtube/forms.py:65
msgid "Failed to parse the URL!"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:64
#: local/pretalx-youtube/pretalx_youtube/forms.py:67
msgid "Please provide a YouTube URL!"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:7
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:6
msgid "Set up YouTube embeds"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:10
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:9
msgid "Import"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:12
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:11
msgid ""
"You can either import YouTube URLs from a CSV file or add them manually. For "
"the file import, you will have to include a <code>video_id</code> (the part "
"past the <code>?v=</code> in YouTube, though the full URL works too) and a "
"You can either import YouTube URLs from a CSV file or add them manually. For"
" the file import, you will have to include a <code>video_id</code> (the part"
" past the <code>?v=</code> in YouTube, though the full URL works too) and a "
"<code>submission</code> column (the ID/code of the submission, e.g. DEXF88)."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:23
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:22
msgid ""
"If you prefer, you can also use the <a href=\"https://github.com/pretalx/"
"pretalx-youtube/#readme\">API</a>."
"If you prefer, you can also use the <a "
"href=\"https://github.com/pretalx/pretalx-youtube/#readme\">API</a>."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:32
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:31
msgid "Import URLs"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:39
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:37
msgid "Manually"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:46
msgid "Save"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:51
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:42
msgid ""
"You will be able to add YouTube URLs to your sessions once you've created a "
"schedule."
Expand Down
42 changes: 19 additions & 23 deletions pretalx_youtube/locale/ca/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-05 15:39+0000\n"
"POT-Creation-Date: 2024-10-12 00:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -27,62 +27,58 @@ msgid ""
"Show YouTube videos embedded on talk pages. Set URLs manually or via API."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:11
#: local/pretalx-youtube/pretalx_youtube/forms.py:14
msgid "File"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:30
#: local/pretalx-youtube/pretalx_youtube/forms.py:33
msgid "Go to video."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:31
#: local/pretalx-youtube/pretalx_youtube/forms.py:34
msgid "Go to talk page."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:57
#: local/pretalx-youtube/pretalx_youtube/forms.py:62
#: local/pretalx-youtube/pretalx_youtube/forms.py:60
#: local/pretalx-youtube/pretalx_youtube/forms.py:65
msgid "Failed to parse the URL!"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:64
#: local/pretalx-youtube/pretalx_youtube/forms.py:67
msgid "Please provide a YouTube URL!"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:7
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:6
msgid "Set up YouTube embeds"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:10
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:9
msgid "Import"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:12
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:11
msgid ""
"You can either import YouTube URLs from a CSV file or add them manually. For "
"the file import, you will have to include a <code>video_id</code> (the part "
"past the <code>?v=</code> in YouTube, though the full URL works too) and a "
"You can either import YouTube URLs from a CSV file or add them manually. For"
" the file import, you will have to include a <code>video_id</code> (the part"
" past the <code>?v=</code> in YouTube, though the full URL works too) and a "
"<code>submission</code> column (the ID/code of the submission, e.g. DEXF88)."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:23
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:22
msgid ""
"If you prefer, you can also use the <a href=\"https://github.com/pretalx/"
"pretalx-youtube/#readme\">API</a>."
"If you prefer, you can also use the <a "
"href=\"https://github.com/pretalx/pretalx-youtube/#readme\">API</a>."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:32
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:31
msgid "Import URLs"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:39
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:37
msgid "Manually"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:46
msgid "Save"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:51
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:42
msgid ""
"You will be able to add YouTube URLs to your sessions once you've created a "
"schedule."
Expand Down
45 changes: 20 additions & 25 deletions pretalx_youtube/locale/cs/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-05 15:39+0000\n"
"POT-Creation-Date: 2024-10-12 00:15+0000\n"
"PO-Revision-Date: 2023-03-23 08:38+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"X-Generator: Poedit 3.1.1\n"

#: local/pretalx-youtube/pretalx_youtube/apps.py:12
Expand All @@ -28,62 +27,58 @@ msgid ""
"Show YouTube videos embedded on talk pages. Set URLs manually or via API."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:11
#: local/pretalx-youtube/pretalx_youtube/forms.py:14
msgid "File"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:30
#: local/pretalx-youtube/pretalx_youtube/forms.py:33
msgid "Go to video."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:31
#: local/pretalx-youtube/pretalx_youtube/forms.py:34
msgid "Go to talk page."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:57
#: local/pretalx-youtube/pretalx_youtube/forms.py:62
#: local/pretalx-youtube/pretalx_youtube/forms.py:60
#: local/pretalx-youtube/pretalx_youtube/forms.py:65
msgid "Failed to parse the URL!"
msgstr "URL adresu se nepodařilo přečíst!"

#: local/pretalx-youtube/pretalx_youtube/forms.py:64
#: local/pretalx-youtube/pretalx_youtube/forms.py:67
msgid "Please provide a YouTube URL!"
msgstr "Zadejte prosím URL adresu na YouTube!"

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:7
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:6
msgid "Set up YouTube embeds"
msgstr "Nastavení vkládání z YouTube"

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:10
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:9
msgid "Import"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:12
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:11
msgid ""
"You can either import YouTube URLs from a CSV file or add them manually. For "
"the file import, you will have to include a <code>video_id</code> (the part "
"past the <code>?v=</code> in YouTube, though the full URL works too) and a "
"You can either import YouTube URLs from a CSV file or add them manually. For"
" the file import, you will have to include a <code>video_id</code> (the part"
" past the <code>?v=</code> in YouTube, though the full URL works too) and a "
"<code>submission</code> column (the ID/code of the submission, e.g. DEXF88)."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:23
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:22
msgid ""
"If you prefer, you can also use the <a href=\"https://github.com/pretalx/"
"pretalx-youtube/#readme\">API</a>."
"If you prefer, you can also use the <a "
"href=\"https://github.com/pretalx/pretalx-youtube/#readme\">API</a>."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:32
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:31
msgid "Import URLs"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:39
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:37
msgid "Manually"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:46
msgid "Save"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:51
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:42
msgid ""
"You will be able to add YouTube URLs to your sessions once you've created a "
"schedule."
Expand Down
42 changes: 19 additions & 23 deletions pretalx_youtube/locale/de_DE/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-05 15:39+0000\n"
"POT-Creation-Date: 2024-10-12 00:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -26,62 +26,58 @@ msgid ""
"Show YouTube videos embedded on talk pages. Set URLs manually or via API."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:11
#: local/pretalx-youtube/pretalx_youtube/forms.py:14
msgid "File"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:30
#: local/pretalx-youtube/pretalx_youtube/forms.py:33
msgid "Go to video."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:31
#: local/pretalx-youtube/pretalx_youtube/forms.py:34
msgid "Go to talk page."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:57
#: local/pretalx-youtube/pretalx_youtube/forms.py:62
#: local/pretalx-youtube/pretalx_youtube/forms.py:60
#: local/pretalx-youtube/pretalx_youtube/forms.py:65
msgid "Failed to parse the URL!"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/forms.py:64
#: local/pretalx-youtube/pretalx_youtube/forms.py:67
msgid "Please provide a YouTube URL!"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:7
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:6
msgid "Set up YouTube embeds"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:10
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:9
msgid "Import"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:12
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:11
msgid ""
"You can either import YouTube URLs from a CSV file or add them manually. For "
"the file import, you will have to include a <code>video_id</code> (the part "
"past the <code>?v=</code> in YouTube, though the full URL works too) and a "
"You can either import YouTube URLs from a CSV file or add them manually. For"
" the file import, you will have to include a <code>video_id</code> (the part"
" past the <code>?v=</code> in YouTube, though the full URL works too) and a "
"<code>submission</code> column (the ID/code of the submission, e.g. DEXF88)."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:23
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:22
msgid ""
"If you prefer, you can also use the <a href=\"https://github.com/pretalx/"
"pretalx-youtube/#readme\">API</a>."
"If you prefer, you can also use the <a "
"href=\"https://github.com/pretalx/pretalx-youtube/#readme\">API</a>."
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:32
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:31
msgid "Import URLs"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:39
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:37
msgid "Manually"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:46
msgid "Save"
msgstr ""

#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:51
#: local/pretalx-youtube/pretalx_youtube/templates/pretalx_youtube/settings.html:42
msgid ""
"You will be able to add YouTube URLs to your sessions once you've created a "
"schedule."
Expand Down
Loading

0 comments on commit fcc6434

Please sign in to comment.