mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 23:08:59 +00:00
Update capitalization of cupertino demo titles to be consistent with Material (#268)
This commit is contained in:
@@ -1917,7 +1917,7 @@ class GalleryLocalizations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get demoCupertinoActivityIndicatorTitle {
|
String get demoCupertinoActivityIndicatorTitle {
|
||||||
return Intl.message('Activity Indicator',
|
return Intl.message('Activity indicator',
|
||||||
locale: _localeName,
|
locale: _localeName,
|
||||||
name: 'demoCupertinoActivityIndicatorTitle',
|
name: 'demoCupertinoActivityIndicatorTitle',
|
||||||
desc: r'Title for the cupertino activity indicator component demo.');
|
desc: r'Title for the cupertino activity indicator component demo.');
|
||||||
@@ -2011,7 +2011,7 @@ class GalleryLocalizations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get demoCupertinoNavigationBarTitle {
|
String get demoCupertinoNavigationBarTitle {
|
||||||
return Intl.message('Navigation Bar',
|
return Intl.message('Navigation bar',
|
||||||
locale: _localeName,
|
locale: _localeName,
|
||||||
name: 'demoCupertinoNavigationBarTitle',
|
name: 'demoCupertinoNavigationBarTitle',
|
||||||
desc: r'Title for the cupertino navigation bar component demo.');
|
desc: r'Title for the cupertino navigation bar component demo.');
|
||||||
@@ -2083,7 +2083,7 @@ class GalleryLocalizations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get demoCupertinoPullToRefreshTitle {
|
String get demoCupertinoPullToRefreshTitle {
|
||||||
return Intl.message('Pull To Refresh',
|
return Intl.message('Pull to refresh',
|
||||||
locale: _localeName,
|
locale: _localeName,
|
||||||
name: 'demoCupertinoPullToRefreshTitle',
|
name: 'demoCupertinoPullToRefreshTitle',
|
||||||
desc: r'Title for the cupertino pull-to-refresh component demo.');
|
desc: r'Title for the cupertino pull-to-refresh component demo.');
|
||||||
@@ -2106,7 +2106,7 @@ class GalleryLocalizations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get demoCupertinoSegmentedControlTitle {
|
String get demoCupertinoSegmentedControlTitle {
|
||||||
return Intl.message('Segmented Control',
|
return Intl.message('Segmented control',
|
||||||
locale: _localeName,
|
locale: _localeName,
|
||||||
name: 'demoCupertinoSegmentedControlTitle',
|
name: 'demoCupertinoSegmentedControlTitle',
|
||||||
desc: r'Title for the cupertino segmented control component demo.');
|
desc: r'Title for the cupertino segmented control component demo.');
|
||||||
@@ -2183,7 +2183,7 @@ class GalleryLocalizations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get demoCupertinoTabBarTitle {
|
String get demoCupertinoTabBarTitle {
|
||||||
return Intl.message('Tab Bar',
|
return Intl.message('Tab bar',
|
||||||
locale: _localeName,
|
locale: _localeName,
|
||||||
name: 'demoCupertinoTabBarTitle',
|
name: 'demoCupertinoTabBarTitle',
|
||||||
desc: r'Title for the cupertino bottom tab bar demo.');
|
desc: r'Title for the cupertino bottom tab bar demo.');
|
||||||
@@ -2213,7 +2213,7 @@ class GalleryLocalizations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get demoCupertinoTextFieldTitle {
|
String get demoCupertinoTextFieldTitle {
|
||||||
return Intl.message('Text Fields',
|
return Intl.message('Text fields',
|
||||||
locale: _localeName,
|
locale: _localeName,
|
||||||
name: 'demoCupertinoTextFieldTitle',
|
name: 'demoCupertinoTextFieldTitle',
|
||||||
desc: r'Title for the cupertino text field demo.');
|
desc: r'Title for the cupertino text field demo.');
|
||||||
|
|||||||
@@ -1035,7 +1035,7 @@
|
|||||||
"@demoFullscreenDialogDescription": {
|
"@demoFullscreenDialogDescription": {
|
||||||
"description": "Description for the fullscreen dialog component demo."
|
"description": "Description for the fullscreen dialog component demo."
|
||||||
},
|
},
|
||||||
"demoCupertinoActivityIndicatorTitle": "Activity Indicator",
|
"demoCupertinoActivityIndicatorTitle": "Activity indicator",
|
||||||
"@demoCupertinoActivityIndicatorTitle": {
|
"@demoCupertinoActivityIndicatorTitle": {
|
||||||
"description": "Title for the cupertino activity indicator component demo."
|
"description": "Title for the cupertino activity indicator component demo."
|
||||||
},
|
},
|
||||||
@@ -1095,7 +1095,7 @@
|
|||||||
"@demoCupertinoActionSheetDescription": {
|
"@demoCupertinoActionSheetDescription": {
|
||||||
"description": "Description for the cupertino action sheet component demo."
|
"description": "Description for the cupertino action sheet component demo."
|
||||||
},
|
},
|
||||||
"demoCupertinoNavigationBarTitle": "Navigation Bar",
|
"demoCupertinoNavigationBarTitle": "Navigation bar",
|
||||||
"@demoCupertinoNavigationBarTitle": {
|
"@demoCupertinoNavigationBarTitle": {
|
||||||
"description": "Title for the cupertino navigation bar component demo."
|
"description": "Title for the cupertino navigation bar component demo."
|
||||||
},
|
},
|
||||||
@@ -1135,7 +1135,7 @@
|
|||||||
"@demoCupertinoPickerDateTime": {
|
"@demoCupertinoPickerDateTime": {
|
||||||
"description": "Label to open a date and time picker."
|
"description": "Label to open a date and time picker."
|
||||||
},
|
},
|
||||||
"demoCupertinoPullToRefreshTitle": "Pull To Refresh",
|
"demoCupertinoPullToRefreshTitle": "Pull to refresh",
|
||||||
"@demoCupertinoPullToRefreshTitle": {
|
"@demoCupertinoPullToRefreshTitle": {
|
||||||
"description": "Title for the cupertino pull-to-refresh component demo."
|
"description": "Title for the cupertino pull-to-refresh component demo."
|
||||||
},
|
},
|
||||||
@@ -1147,7 +1147,7 @@
|
|||||||
"@demoCupertinoPullToRefreshDescription": {
|
"@demoCupertinoPullToRefreshDescription": {
|
||||||
"description": "Description for the cupertino pull-to-refresh component demo."
|
"description": "Description for the cupertino pull-to-refresh component demo."
|
||||||
},
|
},
|
||||||
"demoCupertinoSegmentedControlTitle": "Segmented Control",
|
"demoCupertinoSegmentedControlTitle": "Segmented control",
|
||||||
"@demoCupertinoSegmentedControlTitle": {
|
"@demoCupertinoSegmentedControlTitle": {
|
||||||
"description": "Title for the cupertino segmented control component demo."
|
"description": "Title for the cupertino segmented control component demo."
|
||||||
},
|
},
|
||||||
@@ -1197,7 +1197,7 @@
|
|||||||
"@demoCupertinoSwitchDescription": {
|
"@demoCupertinoSwitchDescription": {
|
||||||
"description": "Description for the cupertino switch component demo."
|
"description": "Description for the cupertino switch component demo."
|
||||||
},
|
},
|
||||||
"demoCupertinoTabBarTitle": "Tab Bar",
|
"demoCupertinoTabBarTitle": "Tab bar",
|
||||||
"@demoCupertinoTabBarTitle": {
|
"@demoCupertinoTabBarTitle": {
|
||||||
"description": "Title for the cupertino bottom tab bar demo."
|
"description": "Title for the cupertino bottom tab bar demo."
|
||||||
},
|
},
|
||||||
@@ -1221,7 +1221,7 @@
|
|||||||
"@cupertinoTabBarProfileTab": {
|
"@cupertinoTabBarProfileTab": {
|
||||||
"description": "Title for the profile tab in the bottom tab bar demo."
|
"description": "Title for the profile tab in the bottom tab bar demo."
|
||||||
},
|
},
|
||||||
"demoCupertinoTextFieldTitle": "Text Fields",
|
"demoCupertinoTextFieldTitle": "Text fields",
|
||||||
"@demoCupertinoTextFieldTitle": {
|
"@demoCupertinoTextFieldTitle": {
|
||||||
"description": "Title for the cupertino text field demo."
|
"description": "Title for the cupertino text field demo."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -976,7 +976,7 @@
|
|||||||
<string
|
<string
|
||||||
name="demoCupertinoActivityIndicatorTitle"
|
name="demoCupertinoActivityIndicatorTitle"
|
||||||
description="Title for the cupertino activity indicator component demo."
|
description="Title for the cupertino activity indicator component demo."
|
||||||
>Activity Indicator</string>
|
>Activity indicator</string>
|
||||||
<string
|
<string
|
||||||
name="demoCupertinoActivityIndicatorSubtitle"
|
name="demoCupertinoActivityIndicatorSubtitle"
|
||||||
description="Subtitle for the cupertino activity indicator component demo."
|
description="Subtitle for the cupertino activity indicator component demo."
|
||||||
@@ -1036,7 +1036,7 @@
|
|||||||
<string
|
<string
|
||||||
name="demoCupertinoNavigationBarTitle"
|
name="demoCupertinoNavigationBarTitle"
|
||||||
description="Title for the cupertino navigation bar component demo."
|
description="Title for the cupertino navigation bar component demo."
|
||||||
>Navigation Bar</string>
|
>Navigation bar</string>
|
||||||
<string
|
<string
|
||||||
name="demoCupertinoNavigationBarSubtitle"
|
name="demoCupertinoNavigationBarSubtitle"
|
||||||
description="Subtitle for the cupertino navigation bar component demo."
|
description="Subtitle for the cupertino navigation bar component demo."
|
||||||
@@ -1076,7 +1076,7 @@
|
|||||||
<string
|
<string
|
||||||
name="demoCupertinoPullToRefreshTitle"
|
name="demoCupertinoPullToRefreshTitle"
|
||||||
description="Title for the cupertino pull-to-refresh component demo."
|
description="Title for the cupertino pull-to-refresh component demo."
|
||||||
>Pull To Refresh</string>
|
>Pull to refresh</string>
|
||||||
<string
|
<string
|
||||||
name="demoCupertinoPullToRefreshSubtitle"
|
name="demoCupertinoPullToRefreshSubtitle"
|
||||||
description="Subtitle for the cupertino pull-to-refresh component demo."
|
description="Subtitle for the cupertino pull-to-refresh component demo."
|
||||||
@@ -1088,7 +1088,7 @@
|
|||||||
<string
|
<string
|
||||||
name="demoCupertinoSegmentedControlTitle"
|
name="demoCupertinoSegmentedControlTitle"
|
||||||
description="Title for the cupertino segmented control component demo."
|
description="Title for the cupertino segmented control component demo."
|
||||||
>Segmented Control</string>
|
>Segmented control</string>
|
||||||
<string
|
<string
|
||||||
name="demoCupertinoSegmentedControlSubtitle"
|
name="demoCupertinoSegmentedControlSubtitle"
|
||||||
description="Subtitle for the cupertino segmented control component demo."
|
description="Subtitle for the cupertino segmented control component demo."
|
||||||
@@ -1128,7 +1128,7 @@
|
|||||||
<string
|
<string
|
||||||
name="demoCupertinoTabBarTitle"
|
name="demoCupertinoTabBarTitle"
|
||||||
description="Title for the cupertino bottom tab bar demo."
|
description="Title for the cupertino bottom tab bar demo."
|
||||||
>Tab Bar</string>
|
>Tab bar</string>
|
||||||
<string
|
<string
|
||||||
name="demoCupertinoTabBarSubtitle"
|
name="demoCupertinoTabBarSubtitle"
|
||||||
description="Subtitle for the cupertino bottom tab bar demo."
|
description="Subtitle for the cupertino bottom tab bar demo."
|
||||||
@@ -1152,7 +1152,7 @@
|
|||||||
<string
|
<string
|
||||||
name="demoCupertinoTextFieldTitle"
|
name="demoCupertinoTextFieldTitle"
|
||||||
description="Title for the cupertino text field demo."
|
description="Title for the cupertino text field demo."
|
||||||
>Text Fields</string>
|
>Text fields</string>
|
||||||
<string
|
<string
|
||||||
name="demoCupertinoTextFieldSubtitle"
|
name="demoCupertinoTextFieldSubtitle"
|
||||||
description="Subtitle for the cupertino text field demo."
|
description="Subtitle for the cupertino text field demo."
|
||||||
|
|||||||
@@ -501,7 +501,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||||||
MessageLookupByLibrary.simpleMessage(
|
MessageLookupByLibrary.simpleMessage(
|
||||||
"iOS-style activity indicators"),
|
"iOS-style activity indicators"),
|
||||||
"demoCupertinoActivityIndicatorTitle":
|
"demoCupertinoActivityIndicatorTitle":
|
||||||
MessageLookupByLibrary.simpleMessage("Activity Indicator"),
|
MessageLookupByLibrary.simpleMessage("Activity indicator"),
|
||||||
"demoCupertinoAlertButtonsOnlyTitle":
|
"demoCupertinoAlertButtonsOnlyTitle":
|
||||||
MessageLookupByLibrary.simpleMessage("Alert Buttons Only"),
|
MessageLookupByLibrary.simpleMessage("Alert Buttons Only"),
|
||||||
"demoCupertinoAlertButtonsTitle":
|
"demoCupertinoAlertButtonsTitle":
|
||||||
@@ -528,7 +528,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||||||
"demoCupertinoNavigationBarSubtitle":
|
"demoCupertinoNavigationBarSubtitle":
|
||||||
MessageLookupByLibrary.simpleMessage("iOS-style navigation bar"),
|
MessageLookupByLibrary.simpleMessage("iOS-style navigation bar"),
|
||||||
"demoCupertinoNavigationBarTitle":
|
"demoCupertinoNavigationBarTitle":
|
||||||
MessageLookupByLibrary.simpleMessage("Navigation Bar"),
|
MessageLookupByLibrary.simpleMessage("Navigation bar"),
|
||||||
"demoCupertinoPickerDate": MessageLookupByLibrary.simpleMessage("Date"),
|
"demoCupertinoPickerDate": MessageLookupByLibrary.simpleMessage("Date"),
|
||||||
"demoCupertinoPickerDateTime":
|
"demoCupertinoPickerDateTime":
|
||||||
MessageLookupByLibrary.simpleMessage("Date and Time"),
|
MessageLookupByLibrary.simpleMessage("Date and Time"),
|
||||||
@@ -548,14 +548,14 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||||||
MessageLookupByLibrary.simpleMessage(
|
MessageLookupByLibrary.simpleMessage(
|
||||||
"iOS-style pull to refresh control"),
|
"iOS-style pull to refresh control"),
|
||||||
"demoCupertinoPullToRefreshTitle":
|
"demoCupertinoPullToRefreshTitle":
|
||||||
MessageLookupByLibrary.simpleMessage("Pull To Refresh"),
|
MessageLookupByLibrary.simpleMessage("Pull to refresh"),
|
||||||
"demoCupertinoSegmentedControlDescription":
|
"demoCupertinoSegmentedControlDescription":
|
||||||
MessageLookupByLibrary.simpleMessage(
|
MessageLookupByLibrary.simpleMessage(
|
||||||
"Used to select between a number of mutually exclusive options. When one option in the segmented control is selected, the other options in the segmented control cease to be selected."),
|
"Used to select between a number of mutually exclusive options. When one option in the segmented control is selected, the other options in the segmented control cease to be selected."),
|
||||||
"demoCupertinoSegmentedControlSubtitle":
|
"demoCupertinoSegmentedControlSubtitle":
|
||||||
MessageLookupByLibrary.simpleMessage("iOS-style segmented control"),
|
MessageLookupByLibrary.simpleMessage("iOS-style segmented control"),
|
||||||
"demoCupertinoSegmentedControlTitle":
|
"demoCupertinoSegmentedControlTitle":
|
||||||
MessageLookupByLibrary.simpleMessage("Segmented Control"),
|
MessageLookupByLibrary.simpleMessage("Segmented control"),
|
||||||
"demoCupertinoSliderContinuous": m7,
|
"demoCupertinoSliderContinuous": m7,
|
||||||
"demoCupertinoSliderDescription": MessageLookupByLibrary.simpleMessage(
|
"demoCupertinoSliderDescription": MessageLookupByLibrary.simpleMessage(
|
||||||
"A slider can be used to select from either a continuous or a discrete set of values."),
|
"A slider can be used to select from either a continuous or a discrete set of values."),
|
||||||
@@ -573,7 +573,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||||||
"demoCupertinoTabBarSubtitle":
|
"demoCupertinoTabBarSubtitle":
|
||||||
MessageLookupByLibrary.simpleMessage("iOS-style bottom tab bar"),
|
MessageLookupByLibrary.simpleMessage("iOS-style bottom tab bar"),
|
||||||
"demoCupertinoTabBarTitle":
|
"demoCupertinoTabBarTitle":
|
||||||
MessageLookupByLibrary.simpleMessage("Tab Bar"),
|
MessageLookupByLibrary.simpleMessage("Tab bar"),
|
||||||
"demoCupertinoTextFieldDescription": MessageLookupByLibrary.simpleMessage(
|
"demoCupertinoTextFieldDescription": MessageLookupByLibrary.simpleMessage(
|
||||||
"A text field lets the user enter text, either with a hardware keyboard or with an onscreen keyboard."),
|
"A text field lets the user enter text, either with a hardware keyboard or with an onscreen keyboard."),
|
||||||
"demoCupertinoTextFieldPIN":
|
"demoCupertinoTextFieldPIN":
|
||||||
@@ -581,7 +581,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||||||
"demoCupertinoTextFieldSubtitle":
|
"demoCupertinoTextFieldSubtitle":
|
||||||
MessageLookupByLibrary.simpleMessage("iOS-style text fields"),
|
MessageLookupByLibrary.simpleMessage("iOS-style text fields"),
|
||||||
"demoCupertinoTextFieldTitle":
|
"demoCupertinoTextFieldTitle":
|
||||||
MessageLookupByLibrary.simpleMessage("Text Fields"),
|
MessageLookupByLibrary.simpleMessage("Text fields"),
|
||||||
"demoCustomSlidersDescription": MessageLookupByLibrary.simpleMessage(
|
"demoCustomSlidersDescription": MessageLookupByLibrary.simpleMessage(
|
||||||
"Sliders reflect a range of values along a bar, from which users may select a single value or range of values. The sliders can be themed and customized."),
|
"Sliders reflect a range of values along a bar, from which users may select a single value or range of values. The sliders can be themed and customized."),
|
||||||
"demoCustomSlidersTitle":
|
"demoCustomSlidersTitle":
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ packages:
|
|||||||
name: intl
|
name: intl
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.16.0"
|
version: "0.16.1"
|
||||||
intl_translation:
|
intl_translation:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user