improve relative poll timestamp string format (#1939)

This commit is contained in:
Konrad Pozniak 2020-10-02 17:11:48 +02:00 committed by GitHub
commit 26a051220b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 230 additions and 312 deletions

View file

@ -366,7 +366,6 @@
<item quantity="one">%s vòte</item>
<item quantity="other">%s votes</item>
</plurals>
<string name="poll_info_time_relative">%s restant</string>
<string name="poll_info_time_absolute">Sacaba a %s</string>
<string name="poll_info_closed">acabat</string>
<string name="poll_vote">Votar</string>
@ -377,20 +376,20 @@
<string name="poll_ended_voted">Un sondatge ont avètz votat es acabat</string>
<string name="poll_ended_created">Un sondatge quavètz creat es acabat</string>
<plurals name="poll_timespan_days">
<item quantity="one">%d jorn</item>
<item quantity="other">%d jorns</item>
<item quantity="one">%d jorn restant</item>
<item quantity="other">%d jorns restant</item>
</plurals>
<plurals name="poll_timespan_hours">
<item quantity="one">%d ora</item>
<item quantity="other">%d oras</item>
<item quantity="one">%d ora restant</item>
<item quantity="other">%d oras restant</item>
</plurals>
<plurals name="poll_timespan_minutes">
<item quantity="one">%d minuta</item>
<item quantity="other">%d minutas</item>
<item quantity="one">%d minuta restant</item>
<item quantity="other">%d minutas restant</item>
</plurals>
<plurals name="poll_timespan_seconds">
<item quantity="one">%d segonda</item>
<item quantity="other">%d segondas</item>
<item quantity="one">%d segonda restant</item>
<item quantity="other">%d segondas restant</item>
</plurals>
<string name="compose_preview_image_description">Accions per limatge %s</string>
<string name="pref_title_animate_gif_avatars">Activar lanimacion dels avatars</string>