Skip to content

Commit

Permalink
l10n: updated plurals.xml translation (Portuguese)
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Sep 5, 2023
1 parent c3fc03d commit cc402f9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion app/src/main/res/values-pt-rPT/plurals.xml
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>

0 comments on commit cc402f9

Please sign in to comment.