Skip to content

Commit 312cd40

Browse files
committed
fix: new translations in resources.resw (resources.resw) from Crowdin
1 parent a291c1f commit 312cd40

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/Files.App/Strings/en-GB/Resources.resw

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,10 @@
388388
<value>{0, plural, one {# day ago} other {# days ago}}</value>
389389
</data>
390390
<data name="DaysAgo_Singular" xml:space="preserve">
391-
<value/>
391+
<value>1 day ago</value>
392392
</data>
393393
<data name="DaysAgo_Plural" xml:space="preserve">
394-
<value/>
394+
<value>{0} days ago</value>
395395
</data>
396396
<data name="HoursAgo" xml:space="preserve">
397397
<value>{0, plural, one {# hour ago} other {# hours ago}}</value>
@@ -3944,4 +3944,10 @@
39443944
<data name="Toolbars" xml:space="preserve">
39453945
<value>Toolbars</value>
39463946
</data>
3947+
<data name="UserID" xml:space="preserve">
3948+
<value>User ID</value>
3949+
</data>
3950+
<data name="BulkRename" xml:space="preserve">
3951+
<value>Bulk rename</value>
3952+
</data>
39473953
</root>

0 commit comments

Comments
 (0)