add translator comment for page titles

This commit is contained in:
Peter Eisenmann
2022-10-28 01:33:42 +02:00
parent c3ed8fe525
commit 8946ed9f15
16 changed files with 16 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ template ConfirmPage : Box {
spacing: 18;
Label {
/* Translators: Page title */
label: _("Confirmation");
justify: center;
wrap: true;

View File

@@ -13,6 +13,7 @@ template DiskPage : Stack {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Disk Selection");
justify: center;
wrap: true;

View File

@@ -6,6 +6,7 @@ template DonePage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Installation Complete");
justify: center;
wrap: true;

View File

@@ -6,6 +6,7 @@ template EncryptPage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Disk Encryption");
justify: center;
wrap: true;

View File

@@ -5,6 +5,7 @@ template FailedPage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Installation Failed");
justify: center;
wrap: true;

View File

@@ -8,7 +8,7 @@ template FormatPage : Box {
Label {
valign: start;
/* Translators: Above list of format locales */
/* Translators: Page title */
label: _("Select Region");
justify: center;
wrap: true;

View File

@@ -5,6 +5,7 @@ template InstallPage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Installing");
justify: center;
wrap: true;

View File

@@ -6,6 +6,7 @@ template InternetPage : Box {
spacing: 18;
Label {
/* Translators: Page title */
label: _("Internet Connection Check");
justify: center;
wrap: true;

View File

@@ -6,6 +6,7 @@ template KeyboardLayoutPage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Keyboard Layout Selection");
justify: center;
wrap: true;

View File

@@ -6,6 +6,7 @@ template LocalePage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Adapt to Location");
justify: center;
wrap: true;

View File

@@ -5,6 +5,7 @@ template RestartPage : Box {
spacing: 18;
Label {
/* Translators: Page title */
label: _("Restarting");
justify: center;
wrap: true;

View File

@@ -5,6 +5,7 @@ template SoftwarePage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Additional Software");
justify: center;
wrap: true;

View File

@@ -6,6 +6,7 @@ template SummaryPage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Summary");
justify: center;
wrap: true;

View File

@@ -7,7 +7,7 @@ template TimezonePage : Box {
Label {
valign: start;
/* Translators: Above list of continents and countries */
/* Translators: Page title */
label: _("Select Location");
justify: center;
wrap: true;

View File

@@ -6,6 +6,7 @@ template UserPage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("User Account");
justify: center;
wrap: true;

View File

@@ -6,6 +6,7 @@ template WelcomePage : Box {
spacing: 12;
Label {
/* Translators: Page title */
label: _("Welcome");
justify: center;
wrap: true;