| # |
| # Copyright (C) 2025 The Android Open Source Project |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # |
| wfs.import.progress=Importing Watch Face Studio File... |
| wfs.import.success=The Watch Face Studio file was imported successfully |
| wfs.import.error.generic.message=An error occurred while importing the Watch Face Studio file |
| wfs.import.error.missing.main.module.message=The project is missing a main Android module |
| wfs.import.error.unsupported.file.extension=The selected file type is not supported |
| |
| inspection.unknown.wff.version.description=Unknown Watch Face Format version |
| inspection.invalid.color.index.description=<html>\ |
| A color configuration can have multiple colors as part of a palette. If there are multiple colors, the configuration reference must specify the index of a color within that palette. For example: [CONFIGURATION.myColor.0]. If the palette has only one color, then the index is optional.\ |
| <br/>\ |
| Read more in the <a href="https://developer.android.com/reference/wear-os/wff/user-configuration/color-configuration">ColorConfiguration</a> documentation.\ |
| </html> |
| inspection.invalid.color.index.missing.index=A color index in the range {0} must be specified |
| inspection.invalid.color.index.invalid.index.in.range=The color index must be an integer in the range {0} |
| inspection.invalid.color.index.invalid.index.optional=The color index is optional and must be 0 if specified |
| inspection.invalid.color.index.missing.colors=The color configuration must declare at least one color in a ColorOption |
| inspection.invalid.complication.data.source.location.description=<html>\ |
| A complication data source can only be used under a <code><Complication></code> tag within a Declarative Watch Face.\ |
| The available complication data sources depends on the type of the Complication. \ |
| <br/>\ |
| Read more in the <a href="https://developer.android.com/reference/wear-os/wff/user-configuration/color-configuration">ColorConfiguration</a> documentation.\ |
| </html> |
| inspection.invalid.complication.data.source.location.missing.tag=Complication data sources must be used within a <Complication> tag |
| inspection.invalid.complication.data.source.location.available.complication.types=This complication data source can only be used in complications with the following type(s): {0} |
| inspection.feature.requires.higher.wff.version.description=<html>\ |
| Some features require a minimum Watch Face Format version.\ |
| <br/>\ |
| Read more in the <a href="https://developer.android.com/training/wearables/wff/features">features</a> documentation</a>.\ |
| </html> |
| wff.feature.requires.higher.wff.version.datasource=This data source requires WFF version {0} |
| wff.feature.requires.higher.wff.version.function=This function requires WFF version {0} |
| wff.feature.requires.higher.wff.version.reference=References require WFF version {0} |
| |
| wff.expression.annotator.unknown.datasource=Unknown data source |
| wff.expression.annotator.unknown.function=Unknown function |
| wff.expression.annotator.unknown.configuration=Unknown configuration |
| wff.expression.annotator.unknown.reference=Unknown reference |