From 3db685be0c3d42d626fde34e969ee8f65dd9ce7c Mon Sep 17 00:00:00 2001 From: Thore Goebel Date: Fri, 21 Jul 2023 10:35:08 +0200 Subject: [PATCH] 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 --- README.md | 15 +++++-- .../android/de-DE/full_description.txt | 29 +++++++++++++ .../android/de-DE/short_description.txt | 1 + .../android/en-US/full_description.txt | 41 ++++++++++--------- 4 files changed, 62 insertions(+), 24 deletions(-) create mode 100644 fastlane/metadata/android/de-DE/full_description.txt create mode 100644 fastlane/metadata/android/de-DE/short_description.txt diff --git a/README.md b/README.md index 92f3ffb38..81af75890 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Nextcloud Notes for Android + An android client for [Nextcloud Notes App](https://github.com/nextcloud/notes/). [![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/) | ![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) | ## :rocket: Features + * Multiple accounts * List, create, edit, share, search and delete notes * 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/) * Bulk delete * In-note search * Single note widget and note list widget + * Dark Mode * Render Markdown (using [Markwon](https://noties.io/Markwon)) * Translated in many languages on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android-notes/) * Context based formatting ([#363](https://github.com/nextcloud/notes-android/issues/363)) - * Password protection ([#354](https://github.com/nextcloud/notes-android/issues/354)) + * App-lock ([#354](https://github.com/nextcloud/notes-android/issues/354)) ## :checkered_flag: Roadmap + * We usually focus on [pinned issues](https://github.com/nextcloud/notes-android/issues) in our issue tracker * Since this is an Open Source freetime project, there is no guarantee when and if and how we implement new features ## :family: Join the team + * Test the app with different devices * Report issues in the [issue tracker](https://github.com/nextcloud/notes-android/issues) * [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/) * Send me a bottle of your favorite beer :beers: :wink: ## :link: Requirements - * [Nextcloud](https://nextcloud.com/) instance running - * [Nextcloud Android](https://github.com/nextcloud/android) app installed (β‰₯ 3.9.0) - * [Nextcloud Notes](https://github.com/nextcloud/notes) app enabled + + * [Nextcloud Server](https://nextcloud.com/) + * [Nextcloud Notes Server App](https://github.com/nextcloud/notes) + * [Nextcloud Files Android App](https://github.com/nextcloud/android) ## :notebook: License + This project is licensed under the [GNU GENERAL PUBLIC LICENSE](/LICENSE). diff --git a/fastlane/metadata/android/de-DE/full_description.txt b/fastlane/metadata/android/de-DE/full_description.txt new file mode 100644 index 000000000..b8b39685c --- /dev/null +++ b/fastlane/metadata/android/de-DE/full_description.txt @@ -0,0 +1,29 @@ +Android-App fΓΌr Nextcloud Notes. + +πŸš€ Funktionen + + * Mehrere Konten πŸ‘₯ + * Auflisten, Erstellen, Bearbeiten, Teilen, Suchen und LΓΆschen von Notizen πŸ“ + * Texte und Links als neue Notizen in die App teilen πŸ“© + * To-Dos direkt in der Leseansicht abhaken βœ… + * Notizen als Favoriten markieren ⭐ + * Massenhaftes LΓΆschen πŸ—‘οΈ + * Notizen durchsuchen πŸ” + * Widgets mit einzelnen Notizen oder Listen von Notizen πŸ“Š + * Dark Mode πŸŒ™ + * Markdown-Rendering ✨ + * Übersetzt in viele Sprachen 🌎 + * Kontext-basierte Formatierung 🧰 + * App-Sperre πŸ”’ + + +πŸ”— Voraussetzungen + + * Nextcloud Server (https://nextcloud.com/) + * Nextcloud Notes Server App (https://apps.nextcloud.com/apps/notes) + * Nextcloud Files Android App (https://play.google.com/store/apps/details?id=com.nextcloud.client) + + +πŸ‘¨β€πŸ‘©β€πŸ‘¦ Mitwirken + + * https://github.com/nextcloud/notes-android#family-join-the-team diff --git a/fastlane/metadata/android/de-DE/short_description.txt b/fastlane/metadata/android/de-DE/short_description.txt new file mode 100644 index 000000000..7e6887cc4 --- /dev/null +++ b/fastlane/metadata/android/de-DE/short_description.txt @@ -0,0 +1 @@ +Lies und bearbeite Notizen auf Nextcloud diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index b8f42e2fb..db30a6512 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,28 +1,29 @@ -Companion app to Nextcloud Notes. - -πŸš€ Funktionen - - * Mehrere Konten πŸ‘₯ - * Erstellen, Bearbeiten, Teilen, Suchen und LΓΆschen von Notizen πŸ“ - * Texte und Links als neue Notizen in die App teilen πŸ“© - * ToDos direkt in der Leseansicht abhaken βœ… - * Notizen als Favoriten markieren⭐ - * Massenhaftes LΓΆschen πŸ—‘οΈ - * Notizen durchsuchen πŸ” - * Markdown-Rendering ✨ - * Kontext-basierte Formatierung 🧰 - * Dark Mode πŸŒ™ +Android client for Nextcloud Notes. + +πŸš€ Features + + * Multiple accounts πŸ‘₯ + * List, create, edit, share, search and delete notes πŸ“ + * Share text and links as new note into the app πŸ“© + * Toggling checkboxes in view mode βœ… + * Mark notes as favorite ⭐ + * Bulk delete πŸ—‘οΈ + * In-note search πŸ” * Single note widget and note list widget πŸ“Š - * Übersetzt in viele Sprachen 🌎 + * Dark Mode πŸŒ™ + * Render Markdown ✨ + * Translated in many languages 🌎 + * Context based formatting 🧰 + * App-lock πŸ”’ -πŸ”— Voraussetzungen +πŸ”— Requirements - * Nextcloud (https://nextcloud.com/) - * Nextcloud Notes App (https://apps.nextcloud.com/apps/notes) - * Nextcloud Android Client (https://play.google.com/store/apps/details?id=com.nextcloud.client) + * Nextcloud Server (https://nextcloud.com/) + * Nextcloud Notes Server App (https://apps.nextcloud.com/apps/notes) + * Nextcloud Files Android App (https://play.google.com/store/apps/details?id=com.nextcloud.client) -πŸ‘¨β€πŸ‘©β€πŸ‘¦ Mitwirken +πŸ‘¨β€πŸ‘©β€πŸ‘¦ Join the team * https://github.com/nextcloud/notes-android#family-join-the-team