-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
l10n: updated plurals.xml translation (Portuguese)
- Loading branch information
1 parent
c3fc03d
commit cc402f9
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<plurals name="nodes"> | ||
<item quantity="one">Nó %d</item> | ||
<item quantity="other">%d Nós</item> | ||
</plurals> | ||
<plurals name="custom_parameters"> | ||
<item quantity="one">Parâmetro personalizável %d</item> | ||
<item quantity="other">Parâmetros personalizáveis %d</item> | ||
</plurals> | ||
<plurals name="unsupported_apps"> | ||
<item quantity="one">%d aplicação não suportada foi automaticamente excluída. Clique para saber mais.</item> | ||
<item quantity="other">%d aplicações não suportadas foram automaticamente excluídas. Clique para saber mais.</item> | ||
</plurals> | ||
</resources> |