Skip to content

Commit 3db685b

Browse files
committed
Translate app store description into English
Fixes #1841 (upon the next F-Droid release). Fixes #1796 (upon the next Fastlane sync to Play Store). Signed-off-by: Thore Goebel <[email protected]>
1 parent 1adabef commit 3db685b

File tree

4 files changed

+62
-24
lines changed

4 files changed

+62
-24
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Nextcloud Notes for Android
2+
23
An android client for [Nextcloud Notes App](https://github.com/nextcloud/notes/).
34

45
[![Android CI](https://github.com/nextcloud/notes-android/workflows/Android%20CI/badge.svg)](https://github.com/nextcloud/notes-android/actions)
@@ -26,6 +27,7 @@ An android client for [Nextcloud Notes App](https://github.com/nextcloud/notes/)
2627
| ![Screenshot of list view](/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png) | ![Screenshot of edit mode](/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png) | ![Screenshot of preview](/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png) |
2728

2829
## :rocket: Features
30+
2931
* Multiple accounts
3032
* List, create, edit, share, search and delete notes
3133
* Share text and links as new note into the app
@@ -34,16 +36,19 @@ An android client for [Nextcloud Notes App](https://github.com/nextcloud/notes/)
3436
* Bulk delete
3537
* In-note search
3638
* Single note widget and note list widget
39+
* Dark Mode
3740
* Render Markdown (using [Markwon](https://noties.io/Markwon))
3841
* Translated in many languages on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android-notes/)
3942
* Context based formatting ([#363](https://github.com/nextcloud/notes-android/issues/363))
40-
* Password protection ([#354](https://github.com/nextcloud/notes-android/issues/354))
43+
* App-lock ([#354](https://github.com/nextcloud/notes-android/issues/354))
4144

4245
## :checkered_flag: Roadmap
46+
4347
* We usually focus on [pinned issues](https://github.com/nextcloud/notes-android/issues) in our issue tracker
4448
* Since this is an Open Source freetime project, there is no guarantee when and if and how we implement new features
4549

4650
## :family: Join the team
51+
4752
* Test the app with different devices
4853
* Report issues in the [issue tracker](https://github.com/nextcloud/notes-android/issues)
4954
* [Pick a good first issue](https://github.com/nextcloud/notes-android/labels/Good%20first%20issue) :notebook:
@@ -53,9 +58,11 @@ An android client for [Nextcloud Notes App](https://github.com/nextcloud/notes/)
5358
* Send me a bottle of your favorite beer :beers: :wink:
5459

5560
## :link: Requirements
56-
* [Nextcloud](https://nextcloud.com/) instance running
57-
* [Nextcloud Android](https://github.com/nextcloud/android) app installed (≥ 3.9.0)
58-
* [Nextcloud Notes](https://github.com/nextcloud/notes) app enabled
61+
62+
* [Nextcloud Server](https://nextcloud.com/)
63+
* [Nextcloud Notes Server App](https://github.com/nextcloud/notes)
64+
* [Nextcloud Files Android App](https://github.com/nextcloud/android)
5965

6066
## :notebook: License
67+
6168
This project is licensed under the [GNU GENERAL PUBLIC LICENSE](/LICENSE).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Android-App für Nextcloud Notes.
2+
3+
🚀 Funktionen
4+
5+
* Mehrere Konten 👥
6+
* Auflisten, Erstellen, Bearbeiten, Teilen, Suchen und Löschen von Notizen 📝
7+
* Texte und Links als neue Notizen in die App teilen 📩
8+
* To-Dos direkt in der Leseansicht abhaken ✅
9+
* Notizen als Favoriten markieren ⭐
10+
* Massenhaftes Löschen 🗑️
11+
* Notizen durchsuchen 🔍
12+
* Widgets mit einzelnen Notizen oder Listen von Notizen 📊
13+
* Dark Mode 🌙
14+
* Markdown-Rendering ✨
15+
* Übersetzt in viele Sprachen 🌎
16+
* Kontext-basierte Formatierung 🧰
17+
* App-Sperre 🔒
18+
19+
20+
🔗 Voraussetzungen
21+
22+
* Nextcloud Server (https://nextcloud.com/)
23+
* Nextcloud Notes Server App (https://apps.nextcloud.com/apps/notes)
24+
* Nextcloud Files Android App (https://play.google.com/store/apps/details?id=com.nextcloud.client)
25+
26+
27+
👨‍👩‍👦 Mitwirken
28+
29+
* https://github.com/nextcloud/notes-android#family-join-the-team
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lies und bearbeite Notizen auf Nextcloud
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
Companion app to Nextcloud Notes.
2-
3-
🚀 Funktionen
4-
5-
* Mehrere Konten 👥
6-
* Erstellen, Bearbeiten, Teilen, Suchen und Löschen von Notizen 📝
7-
* Texte und Links als neue Notizen in die App teilen 📩
8-
* ToDos direkt in der Leseansicht abhaken ✅
9-
* Notizen als Favoriten markieren⭐
10-
* Massenhaftes Löschen 🗑️
11-
* Notizen durchsuchen 🔍
12-
* Markdown-Rendering ✨
13-
* Kontext-basierte Formatierung 🧰
14-
* Dark Mode 🌙
1+
Android client for Nextcloud Notes.
2+
3+
🚀 Features
4+
5+
* Multiple accounts 👥
6+
* List, create, edit, share, search and delete notes 📝
7+
* Share text and links as new note into the app 📩
8+
* Toggling checkboxes in view mode ✅
9+
* Mark notes as favorite ⭐
10+
* Bulk delete 🗑️
11+
* In-note search 🔍
1512
* Single note widget and note list widget 📊
16-
* Übersetzt in viele Sprachen 🌎
13+
* Dark Mode 🌙
14+
* Render Markdown ✨
15+
* Translated in many languages 🌎
16+
* Context based formatting 🧰
17+
* App-lock 🔒
1718

1819

19-
🔗 Voraussetzungen
20+
🔗 Requirements
2021

21-
* Nextcloud (https://nextcloud.com/)
22-
* Nextcloud Notes App (https://apps.nextcloud.com/apps/notes)
23-
* Nextcloud Android Client (https://play.google.com/store/apps/details?id=com.nextcloud.client)
22+
* Nextcloud Server (https://nextcloud.com/)
23+
* Nextcloud Notes Server App (https://apps.nextcloud.com/apps/notes)
24+
* Nextcloud Files Android App (https://play.google.com/store/apps/details?id=com.nextcloud.client)
2425

2526

26-
👨‍👩‍👦 Mitwirken
27+
👨‍👩‍👦 Join the team
2728

2829
* https://github.com/nextcloud/notes-android#family-join-the-team

0 commit comments

Comments
 (0)