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 Jun 14, 2023
1 parent a7d7eb5 commit 0d18e08
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 57 deletions.
61 changes: 36 additions & 25 deletions examples/gallery/gallery.pot
@@ -1,21 +1,16 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy

msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-13 03:03+0000\n"
"POT-Creation-Date: 2023-06-14 03:04+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: ./gallery.slint:14 ./gallery.slint:19
msgctxt "App"
Expand Down Expand Up @@ -59,7 +54,10 @@ msgstr ""

#: ./ui/pages/list_view_page.slint:10
msgctxt "ListViewPage"
msgid "ListViews can be used to display a list of elements. The StandardListBox is like the default ListView just with a default text based definition of the visual items. Both can be imported from \"std-widgets.slint\""
msgid ""
"ListViews can be used to display a list of elements. The StandardListBox is "
"like the default ListView just with a default text based definition of the "
"visual items. Both can be imported from \"std-widgets.slint\""
msgstr ""

#: ./ui/pages/list_view_page.slint:25
Expand Down Expand Up @@ -104,7 +102,11 @@ msgstr ""

#: ./ui/pages/controls_page.slint:11
msgctxt "ControlsPage"
msgid "This page gives an overview of the default widget set provided by Slint. The widgets are available in different styles native, fluent-(dark/light) and material-(dark/light). The widgets can be imported from \"std-widgets.slint\"."
msgid ""
"This page gives an overview of the default widget set provided by Slint. The "
"widgets are available in different styles native, fluent-(dark/light) and "
"material-(dark/light). The widgets can be imported from "
"\"std-widgets.slint\"."
msgstr ""

#: ./ui/pages/controls_page.slint:15
Expand Down Expand Up @@ -187,52 +189,52 @@ msgctxt "ControlsPage"
msgid "ProgressIndicator"
msgstr ""

#: ./ui/pages/controls_page.slint:112
#: ./ui/pages/controls_page.slint:113
msgctxt "ControlsPage"
msgid "indeterminate"
msgstr ""

#: ./ui/pages/controls_page.slint:119
#: ./ui/pages/controls_page.slint:120
msgctxt "ControlsPage"
msgid "TabWidget"
msgstr ""

#: ./ui/pages/controls_page.slint:123
#: ./ui/pages/controls_page.slint:124
msgctxt "ControlsPage"
msgid "Tab 1"
msgstr ""

#: ./ui/pages/controls_page.slint:129
#: ./ui/pages/controls_page.slint:130
msgctxt "ControlsPage"
msgid "Content of tab 1"
msgstr ""

#: ./ui/pages/controls_page.slint:135
#: ./ui/pages/controls_page.slint:136
msgctxt "ControlsPage"
msgid "Click me"
msgstr ""

#: ./ui/pages/controls_page.slint:144
#: ./ui/pages/controls_page.slint:145
msgctxt "ControlsPage"
msgid "Tab 2"
msgstr ""

#: ./ui/pages/controls_page.slint:150
#: ./ui/pages/controls_page.slint:151
msgctxt "ControlsPage"
msgid "Content of tab 2"
msgstr ""

#: ./ui/pages/controls_page.slint:156
#: ./ui/pages/controls_page.slint:157
msgctxt "ControlsPage"
msgid "Check me"
msgstr ""

#: ./ui/pages/controls_page.slint:165
#: ./ui/pages/controls_page.slint:166
msgctxt "ControlsPage"
msgid "Tab 3"
msgstr ""

#: ./ui/pages/controls_page.slint:169
#: ./ui/pages/controls_page.slint:170
msgctxt "ControlsPage"
msgid "Content of tab 3"
msgstr ""
Expand All @@ -244,7 +246,9 @@ msgstr ""

#: ./ui/pages/text_edit_page.slint:10
msgctxt "TextEditPage"
msgid "Similar to LineEdit, but can be used to enter several lines of text. The widget can be imported from \"std-widgets.slint\"."
msgid ""
"Similar to LineEdit, but can be used to enter several lines of text. The "
"widget can be imported from \"std-widgets.slint\"."
msgstr ""

#: ./ui/pages/text_edit_page.slint:15
Expand All @@ -255,10 +259,14 @@ msgstr ""
#. min-width: 200px;
#: ./ui/pages/text_edit_page.slint:18
msgctxt "TextEditPage"
msgid "This is our TextEdit widget, which allows for editing text that spans over multiple paragraphs.\n"
msgid ""
"This is our TextEdit widget, which allows for editing text that spans over "
"multiple paragraphs.\n"
"For example this line starts in a new paragraph.\n"
"\n"
"When the amount of lines - due to wrapping and number of paragraphs - exceeds the available vertical height, a vertical scrollbar is shown that allows scrolling.\n"
"When the amount of lines - due to wrapping and number of paragraphs - "
"exceeds the available vertical height, a vertical scrollbar is shown that "
"allows scrolling.\n"
"You may want to enter a bit of text here then in order to make them visible."
msgstr ""

Expand All @@ -274,7 +282,9 @@ msgstr ""

#: ./ui/pages/table_view_page.slint:23
msgctxt "TableViewPage"
msgid "StandardTableView can be used to display a list of text elements in columns and rows. It can be imported from \"std-widgets.slint\""
msgid ""
"StandardTableView can be used to display a list of text elements in columns "
"and rows. It can be imported from \"std-widgets.slint\""
msgstr ""

#: ./ui/pages/table_view_page.slint:29
Expand All @@ -301,3 +311,4 @@ msgstr ""
msgctxt "TableViewPage"
msgid "Header 4"
msgstr ""

22 changes: 11 additions & 11 deletions examples/gallery/lang/de/LC_MESSAGES/gallery.po
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-13 03:03+0000\n"
"POT-Creation-Date: 2023-06-14 03:04+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 @@ -224,52 +224,52 @@ msgctxt "ControlsPage"
msgid "ProgressIndicator"
msgstr ""

#: ui/pages/controls_page.slint:112
#: ui/pages/controls_page.slint:113
msgctxt "ControlsPage"
msgid "indeterminate"
msgstr ""

#: ui/pages/controls_page.slint:119
#: ui/pages/controls_page.slint:120
msgctxt "ControlsPage"
msgid "TabWidget"
msgstr ""

#: ui/pages/controls_page.slint:123
#: ui/pages/controls_page.slint:124
msgctxt "ControlsPage"
msgid "Tab 1"
msgstr ""

#: ui/pages/controls_page.slint:129
#: ui/pages/controls_page.slint:130
msgctxt "ControlsPage"
msgid "Content of tab 1"
msgstr ""

#: ui/pages/controls_page.slint:135
#: ui/pages/controls_page.slint:136
msgctxt "ControlsPage"
msgid "Click me"
msgstr ""

#: ui/pages/controls_page.slint:144
#: ui/pages/controls_page.slint:145
msgctxt "ControlsPage"
msgid "Tab 2"
msgstr ""

#: ui/pages/controls_page.slint:150
#: ui/pages/controls_page.slint:151
msgctxt "ControlsPage"
msgid "Content of tab 2"
msgstr ""

#: ui/pages/controls_page.slint:156
#: ui/pages/controls_page.slint:157
msgctxt "ControlsPage"
msgid "Check me"
msgstr ""

#: ui/pages/controls_page.slint:165
#: ui/pages/controls_page.slint:166
msgctxt "ControlsPage"
msgid "Tab 3"
msgstr ""

#: ui/pages/controls_page.slint:169
#: ui/pages/controls_page.slint:170
msgctxt "ControlsPage"
msgid "Content of tab 3"
msgstr ""
Expand Down
22 changes: 11 additions & 11 deletions examples/gallery/lang/fr/LC_MESSAGES/gallery.po
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-13 03:03+0000\n"
"POT-Creation-Date: 2023-06-14 03:04+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 @@ -257,61 +257,61 @@ msgctxt "ControlsPage"
msgid "ProgressIndicator"
msgstr "ProgressIndicator"

#: ui/pages/controls_page.slint:112
#: ui/pages/controls_page.slint:113
#, fuzzy
msgctxt "ControlsPage"
msgid "indeterminate"
msgstr "Indéterminé"

#: ui/pages/controls_page.slint:119
#: ui/pages/controls_page.slint:120
#, fuzzy
msgctxt "ControlsPage"
msgid "TabWidget"
msgstr "TabWidget"

#: ui/pages/controls_page.slint:123
#: ui/pages/controls_page.slint:124
#, fuzzy
msgctxt "ControlsPage"
msgid "Tab 1"
msgstr "1ᵉʳ Onglet"

#: ui/pages/controls_page.slint:129
#: ui/pages/controls_page.slint:130
#, fuzzy
msgctxt "ControlsPage"
msgid "Content of tab 1"
msgstr "Contennu du 1ᵉʳ onglet"

#: ui/pages/controls_page.slint:135
#: ui/pages/controls_page.slint:136
#, fuzzy
msgctxt "ControlsPage"
msgid "Click me"
msgstr "Clickez moi"

#: ui/pages/controls_page.slint:144
#: ui/pages/controls_page.slint:145
#, fuzzy
msgctxt "ControlsPage"
msgid "Tab 2"
msgstr "2ᵉ Onglet"

#: ui/pages/controls_page.slint:150
#: ui/pages/controls_page.slint:151
#, fuzzy
msgctxt "ControlsPage"
msgid "Content of tab 2"
msgstr "Contenu du 2ᵉ onglet"

#: ui/pages/controls_page.slint:156
#: ui/pages/controls_page.slint:157
#, fuzzy
msgctxt "ControlsPage"
msgid "Check me"
msgstr "Cochez moi"

#: ui/pages/controls_page.slint:165
#: ui/pages/controls_page.slint:166
#, fuzzy
msgctxt "ControlsPage"
msgid "Tab 3"
msgstr "3ᵉ Onglet"

#: ui/pages/controls_page.slint:169
#: ui/pages/controls_page.slint:170
#, fuzzy
msgctxt "ControlsPage"
msgid "Content of tab 3"
Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo/lang/fr/LC_MESSAGES/printerdemo.po
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-13 03:03+0000\n"
"POT-Creation-Date: 2023-06-14 03:04+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
14 changes: 5 additions & 9 deletions examples/printerdemo/printerdemo.pot
@@ -1,21 +1,16 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy

msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-13 03:03+0000\n"
"POT-Creation-Date: 2023-06-14 03:04+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: ./ui/print_page.slint:10
msgctxt "PrintPage"
Expand Down Expand Up @@ -506,3 +501,4 @@ msgstr ""
msgctxt "MainWindow"
msgid "Slint printer demo"
msgstr ""

0 comments on commit 0d18e08

Please sign in to comment.