feat: add translation for "1 hour ago" in multiple languages (#1096)

This commit is contained in:
Asurada 2025-03-14 16:57:03 +08:00 committed by GitHub
parent c3e1fb93b6
commit db504241ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 13 additions and 1 deletions

View file

@ -447,6 +447,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>