Skip to content

Commit d13bf1f

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

File tree

76 files changed

+18
-723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+18
-723
lines changed

core/src/main/res/values-an/strings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/src/main/res/values-ast/strings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/src/main/res/values-b+es+419/strings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/src/main/res/values-bg-rBG/strings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/src/main/res/values-bn-rBD/strings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/src/main/res/values-br/strings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/src/main/res/values-cs-rCZ/strings.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

core/src/main/res/values-cy-rGB/strings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/src/main/res/values-de/strings.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.
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">Jetzt</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="other">%dh</item>
17+
</plurals>
18+
</resources>

0 commit comments

Comments
 (0)