improve relative poll timestamp string format (#1939)
This commit is contained in:
parent
508d070a31
commit
26a051220b
38 changed files with 230 additions and 312 deletions
|
|
@ -397,27 +397,26 @@
|
|||
<string name="button_back">पूर्वम्</string>
|
||||
<string name="button_continue">निरन्तरम्</string>
|
||||
<plurals name="poll_timespan_seconds">
|
||||
<item quantity="one">%d क्षणः</item>
|
||||
<item quantity="other">%d क्षणौ</item>
|
||||
<item quantity="one">%d क्षणः शेषम्</item>
|
||||
<item quantity="other">%d क्षणौ शेषम्</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_minutes">
|
||||
<item quantity="one">%d निमेषः</item>
|
||||
<item quantity="other">%d निमेषौ</item>
|
||||
<item quantity="one">%d निमेषः शेषम्</item>
|
||||
<item quantity="other">%d निमेषौ शेषम्</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_hours">
|
||||
<item quantity="one">%d घण्टा</item>
|
||||
<item quantity="other">%d घण्टे</item>
|
||||
<item quantity="one">%d घण्टा शेषम्</item>
|
||||
<item quantity="other">%d घण्टे शेषम्</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_days">
|
||||
<item quantity="one">%d दिनम्</item>
|
||||
<item quantity="other">%d दिने</item>
|
||||
<item quantity="one">%d दिनम् शेषम्</item>
|
||||
<item quantity="other">%d दिने शेषम्</item>
|
||||
</plurals>
|
||||
<string name="poll_ended_created">त्वया रचितमेकं मतदानं समाप्तम्</string>
|
||||
<string name="poll_ended_voted">मतदानमेकं समाप्तं यस्मिन् त्वयाऽपि स्वीयमतं दत्तम्</string>
|
||||
<string name="poll_vote">मतम्</string>
|
||||
<string name="poll_info_closed">पिहितम्</string>
|
||||
<string name="poll_info_time_absolute">समापनं यावत् %s</string>
|
||||
<string name="poll_info_time_relative">%s शेषम्</string>
|
||||
<plurals name="poll_info_people">
|
||||
<item quantity="one">%s जनः</item>
|
||||
<item quantity="other">%s जनौ</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue