Remove escaped single quotes and fix format args (translations) (#3682)

This commit is contained in:
Phil Oliver 2025-11-12 19:16:56 -05:00 committed by GitHub
parent e421d6708a
commit 8c1643be97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 366 additions and 366 deletions

View file

@ -116,10 +116,10 @@
<string name="provide_location_to_mesh">Soláthra suíomh na fón do do líonra</string>
<plurals name="delete_messages">
<item quantity="one">Ar mhaith leat teachtaireacht a scriosadh?</item>
<item quantity="two">Ar mhaith leat %s teachtaireachtaí a scriosadh?</item>
<item quantity="few">Ar mhaith leat %s teachtaireachtaí a scriosadh?</item>
<item quantity="many">Ar mhaith leat %s teachtaireachtaí a scriosadh?</item>
<item quantity="other">Ar mhaith leat %s teachtaireachtaí a scriosadh?</item>
<item quantity="two">Ar mhaith leat %1$s teachtaireachtaí a scriosadh?</item>
<item quantity="few">Ar mhaith leat %1$s teachtaireachtaí a scriosadh?</item>
<item quantity="many">Ar mhaith leat %1$s teachtaireachtaí a scriosadh?</item>
<item quantity="other">Ar mhaith leat %1$s teachtaireachtaí a scriosadh?</item>
</plurals>
<string name="delete">Scrios</string>
<string name="delete_for_everyone">Scrios do gach duine</string>