Skip to content

Commit

Permalink
Update Translations: extract strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Update Translations Bot committed Nov 4, 2023
1 parent ca36c1b commit 8becbeb
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
9 changes: 7 additions & 2 deletions examples/gallery/gallery.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-11-03 03:04+0000\n"
"POT-Creation-Date: 2023-11-04 03:03+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -39,6 +39,11 @@ msgctxt "Menu"
msgid "TextEdit"
msgstr ""

#: gallery.slint:20
msgctxt "Menu"
msgid "Easings"
msgstr ""

#: gallery.slint:20
msgctxt "Menu"
msgid "About"
Expand Down Expand Up @@ -236,7 +241,7 @@ msgctxt "ControlsPage"
msgid "Content of tab 3"
msgstr ""

#: ui/pages/page.slint:25
#: ui/pages/page.slint:26
msgctxt "Page"
msgid "Widgets enabled"
msgstr ""
Expand Down
9 changes: 7 additions & 2 deletions examples/gallery/lang/de/LC_MESSAGES/gallery.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-03 03:04+0000\n"
"POT-Creation-Date: 2023-11-04 03:03+0000\n"
"PO-Revision-Date: 2023-06-06 13:52+0000\n"
"Last-Translator: Olivier Goffart <olivier.goffart@slint-ui.com>, 2023\n"
"Language-Team: German (https://app.transifex.com/slint/teams/170022/de/)\n"
Expand Down Expand Up @@ -46,6 +46,11 @@ msgctxt "Menu"
msgid "TextEdit"
msgstr ""

#: gallery.slint:20
msgctxt "Menu"
msgid "Easings"
msgstr ""

#: gallery.slint:20
msgctxt "Menu"
msgid "About"
Expand Down Expand Up @@ -267,7 +272,7 @@ msgctxt "ControlsPage"
msgid "Content of tab 3"
msgstr ""

#: ui/pages/page.slint:25
#: ui/pages/page.slint:26
#, fuzzy
msgctxt "Page"
msgid "Widgets enabled"
Expand Down
9 changes: 7 additions & 2 deletions examples/gallery/lang/fr/LC_MESSAGES/gallery.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-03 03:04+0000\n"
"POT-Creation-Date: 2023-11-04 03:03+0000\n"
"PO-Revision-Date: 2023-06-06 13:52+0000\n"
"Last-Translator: Olivier Goffart <olivier.goffart@slint-ui.com>, 2023\n"
"Language-Team: French (https://app.transifex.com/slint/teams/170022/fr/)\n"
Expand Down Expand Up @@ -46,6 +46,11 @@ msgctxt "Menu"
msgid "TextEdit"
msgstr "TextEdit"

#: gallery.slint:20
msgctxt "Menu"
msgid "Easings"
msgstr ""

#: gallery.slint:20
msgctxt "Menu"
msgid "About"
Expand Down Expand Up @@ -268,7 +273,7 @@ msgctxt "ControlsPage"
msgid "Content of tab 3"
msgstr "Contenu du 3ᵉ conglet"

#: ui/pages/page.slint:25
#: ui/pages/page.slint:26
msgctxt "Page"
msgid "Widgets enabled"
msgstr "Widgets activés"
Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo/lang/fr/LC_MESSAGES/printerdemo.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-03 03:04+0000\n"
"POT-Creation-Date: 2023-11-04 03:03+0000\n"
"PO-Revision-Date: 2023-06-09 07:56+0200\n"
"Last-Translator: Olivier Goffart <ogoffart@bepointbe.be>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo/printerdemo.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-11-03 03:04+0000\n"
"POT-Creation-Date: 2023-11-04 03:03+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit 8becbeb

Please sign in to comment.