mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-23 03:14:59 +00:00
feat: add translation for "1 hour ago" in multiple languages (#1096)
This commit is contained in:
parent
c3e1fb93b6
commit
db504241ea
10 changed files with 13 additions and 1 deletions
|
@ -448,6 +448,7 @@
|
|||
<x:String x:Key="Text.Paste" xml:space="preserve">Вставить</x:String>
|
||||
<x:String x:Key="Text.Period.JustNow" xml:space="preserve">Сейчас</x:String>
|
||||
<x:String x:Key="Text.Period.MinutesAgo" xml:space="preserve">{0} минут назад</x:String>
|
||||
<x:String x:Key="Text.Period.HourAgo" xml:space="preserve">1 час назад</x:String>
|
||||
<x:String x:Key="Text.Period.HoursAgo" xml:space="preserve">{0} часов назад</x:String>
|
||||
<x:String x:Key="Text.Period.Yesterday" xml:space="preserve">Вчера</x:String>
|
||||
<x:String x:Key="Text.Period.DaysAgo" xml:space="preserve">{0} дней назад</x:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue