Skip to content

Commit a880eec

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent d939c2c commit a880eec

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Android Common Library
4+
~
5+
~ SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: MIT
7+
-->
8+
<resources>
9+
<!-- relative time less than 1 minute using the term: Now -->
10+
<string name="date_formatting_now">Teraz</string>
11+
<!-- relative time in minutes, less than 1 hour, i.e. 1m, 5m, 59m -->
12+
<string name="date_formatting_relative_minutes">%dm</string>
13+
<!-- relative time in hours, less than 1 day, i.e. 1h, 5h, 23h -->
14+
<plurals name="date_formatting_relative_hours">
15+
<item quantity="one">%dh</item>
16+
<item quantity="few">%dh</item>
17+
<item quantity="many">%dh</item>
18+
<item quantity="other">%dh</item>
19+
</plurals>
20+
</resources>

0 commit comments

Comments
 (0)