-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Adicionando traducao da strings.xml para PT/BR - Add PT/BR translatio… #573
Conversation
<string name="plant_detail_image_content_description" translation_description="Content description for the header / hero image that is show at the top of the plant detail screen.">Imagem de uma Planta</string> | ||
<string name="my_garden_title" translation_description="Title for the 'My garden' screen where the user can see the list of plants that have been added to their garden.">Meu jardim</string> | ||
<string name="plant_list_title" translation_description="Title for the plant list screen where the user can see a list of plants available to add to their garden.">Lista de Plantas</string> | ||
<string name="available" translation_description="Text for the header of the plant list page indicating the available plants for users to choose from.">Plantas disponíveís</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a wrong additional accent. It should be Plantas disponíveis
<string name="plant_list_title" translation_description="Title for the plant list screen where the user can see a list of plants available to add to their garden.">Lista de Plantas</string> | ||
<string name="available" translation_description="Text for the header of the plant list page indicating the available plants for users to choose from.">Plantas disponíveís</string> | ||
<string name="plant_details_title" translation_description="Title for the plant details screen where the user can see the details for a specific plant.">Detalhes da Planta</string> | ||
<string name="add_plant" translation_description="Button text that prompts user to navigate to the Plant List to add plants to their empty garden.">Adicionar uma Plantat</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adicionar uma Planta
<plurals name="watering_needs_suffix"> | ||
<item quantity="one" translation_description="Suffix for the text describing how often a plant should be watered, singular. Used in combination with watering_needs_prefix: 'Watering needs: every day'.">every day</item> | ||
<item quantity="other" translation_description="Suffix for the text describing how often a plant should be watered, plural. Used in combination with watering_needs_prefix: 'Watering needs: every 8 days'.">every %d days</item> | ||
<item quantity="one" translation_description="Suffix for the text describing how often a plant should be watered, singular. Used in combination with watering_needs_prefix: 'Watering needs: every day'.">todo diay</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo dia
Hi, Please feel free to keep your fork up-to-date for your learning, but this repository will be archived shortly. |
#462