mirror of
https://github.com/flutter/samples.git
synced 2026-04-05 11:11:23 +00:00
Updated translation on tooltip for code sample (#250)
* Focus is working properly for demo pages * Updated translation * Updated flutter/flutter * Removed ios changes * Empty commit
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -398,9 +398,9 @@
|
|||||||
"@demoInfoTooltip": {
|
"@demoInfoTooltip": {
|
||||||
"description": "Tooltip for info button in a demo."
|
"description": "Tooltip for info button in a demo."
|
||||||
},
|
},
|
||||||
"demoCodeTooltip": "Code Sample",
|
"demoCodeTooltip": "Demo Code",
|
||||||
"@demoCodeTooltip": {
|
"@demoCodeTooltip": {
|
||||||
"description": "Tooltip for code sample button in a demo."
|
"description": "Tooltip for demo code button in a demo."
|
||||||
},
|
},
|
||||||
"demoDocumentationTooltip": "API Documentation",
|
"demoDocumentationTooltip": "API Documentation",
|
||||||
"@demoDocumentationTooltip": {
|
"@demoDocumentationTooltip": {
|
||||||
|
|||||||
@@ -363,8 +363,8 @@
|
|||||||
>Info</string>
|
>Info</string>
|
||||||
<string
|
<string
|
||||||
name="demoCodeTooltip"
|
name="demoCodeTooltip"
|
||||||
description="Tooltip for code sample button in a demo."
|
description="Tooltip for demo code button in a demo."
|
||||||
>Code Sample</string>
|
>Demo Code</string>
|
||||||
<string
|
<string
|
||||||
name="demoDocumentationTooltip"
|
name="demoDocumentationTooltip"
|
||||||
description="Tooltip for API documentation button in a demo."
|
description="Tooltip for API documentation button in a demo."
|
||||||
|
|||||||
@@ -439,7 +439,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||||||
"A Material Design circular progress indicator, which spins to indicate that the application is busy."),
|
"A Material Design circular progress indicator, which spins to indicate that the application is busy."),
|
||||||
"demoCircularProgressIndicatorTitle":
|
"demoCircularProgressIndicatorTitle":
|
||||||
MessageLookupByLibrary.simpleMessage("Circular Progress Indicator"),
|
MessageLookupByLibrary.simpleMessage("Circular Progress Indicator"),
|
||||||
"demoCodeTooltip": MessageLookupByLibrary.simpleMessage("Code Sample"),
|
"demoCodeTooltip": MessageLookupByLibrary.simpleMessage("Demo Code"),
|
||||||
"demoCodeViewerCopiedToClipboardMessage":
|
"demoCodeViewerCopiedToClipboardMessage":
|
||||||
MessageLookupByLibrary.simpleMessage("Copied to clipboard."),
|
MessageLookupByLibrary.simpleMessage("Copied to clipboard."),
|
||||||
"demoCodeViewerCopyAll":
|
"demoCodeViewerCopyAll":
|
||||||
|
|||||||
Reference in New Issue
Block a user