Skip to content

Commit 8910d3b

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

File tree

5 files changed

+92
-0
lines changed

5 files changed

+92
-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">Зараз</string>
11+
<!-- relative time in minutes, less than 1 hour, i.e. 1m, 5m, 59m -->
12+
<string name="date_formatting_relative_minutes">%d хв</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">%d гадз</item>
16+
<item quantity="few">%d гадз</item>
17+
<item quantity="many">%d гадз</item>
18+
<item quantity="other">%d гадз</item>
19+
</plurals>
20+
</resources>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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">Anois</string>
11+
<!-- relative time in minutes, less than 1 hour, i.e. 1m, 5m, 59m -->
12+
<string name="date_formatting_relative_minutes">%dn</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">%du</item>
16+
<item quantity="two">%du</item>
17+
<item quantity="few">%du</item>
18+
<item quantity="many">%du</item>
19+
<item quantity="other">%du</item>
20+
</plurals>
21+
</resources>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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">Agora</string>
11+
<!-- relative time in minutes, less than 1 hour, i.e. 1m, 5m, 59m -->
12+
<string name="date_formatting_relative_minutes">%d min</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">%d h</item>
16+
<item quantity="other">%d h</item>
17+
</plurals>
18+
</resources>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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">Ora</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+
</resources>
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)