Files
mobile/translation/source/timeago.xml
github-actions[bot] c3647c9a39 New Crowdin lila sources and translations (#2160)
* New Crowdin translations by GitHub Action

* New Crowdin translations by GitHub Action

---------

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-10-01 16:58:10 -04:00

67 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="justNow" comment="This string refers to an event which has not started yet, but will begin in the next few seconds-to-milliseconds, depending on when your browser refreshes. Used in areas with live-refreshing text like this, such as the list of Open Tournaments on the homepage.&#10;&#10;There is a separate string for right after events that have begun, which reads &quot;right now&quot;.">just now</string>
<plurals name="inNbSeconds">
<item quantity="one">in %s second</item>
<item quantity="other">in %s seconds</item>
</plurals>
<plurals name="inNbMinutes">
<item quantity="one">in %s minute</item>
<item quantity="other">in %s minutes</item>
</plurals>
<plurals name="inNbHours">
<item quantity="one">in %s hour</item>
<item quantity="other">in %s hours</item>
</plurals>
<plurals name="inNbDays">
<item quantity="one">in %s day</item>
<item quantity="other">in %s days</item>
</plurals>
<plurals name="inNbWeeks">
<item quantity="one">in %s week</item>
<item quantity="other">in %s weeks</item>
</plurals>
<plurals name="inNbMonths">
<item quantity="one">in %s month</item>
<item quantity="other">in %s months</item>
</plurals>
<plurals name="inNbYears">
<item quantity="one">in %s year</item>
<item quantity="other">in %s years</item>
</plurals>
<string name="rightNow" comment="This string refers to an event that has started in the last few milliseconds-to-seconds, depending on when your browser refreshes. Used in areas with live-refreshing text like this, such as the list of Open Tournaments on the homepage.&#10;&#10;There is a separate string for just before events that have begun, which reads &quot;just now&quot;.">right now</string>
<plurals name="nbMinutesAgo">
<item quantity="one">%s minute ago</item>
<item quantity="other">%s minutes ago</item>
</plurals>
<plurals name="nbHoursAgo">
<item quantity="one">%s hour ago</item>
<item quantity="other">%s hours ago</item>
</plurals>
<plurals name="nbDaysAgo">
<item quantity="one">%s day ago</item>
<item quantity="other">%s days ago</item>
</plurals>
<plurals name="nbWeeksAgo">
<item quantity="one">%s week ago</item>
<item quantity="other">%s weeks ago</item>
</plurals>
<plurals name="nbMonthsAgo">
<item quantity="one">%s month ago</item>
<item quantity="other">%s months ago</item>
</plurals>
<plurals name="nbYearsAgo">
<item quantity="one">%s year ago</item>
<item quantity="other">%s years ago</item>
</plurals>
<plurals name="nbMinutesRemaining">
<item quantity="one">%s minute remaining</item>
<item quantity="other">%s minutes remaining</item>
</plurals>
<plurals name="nbHoursRemaining">
<item quantity="one">%s hour remaining</item>
<item quantity="other">%s hours remaining</item>
</plurals>
<string name="completed">completed</string>
</resources>