Merge branch 'main' into dependabot/gradle/androidx.fragment-fragment-1.6.1

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-12-02 16:10:09 +01:00 committed by GitHub
commit ece3222ea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 162 additions and 30 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Lint
run: bash ./gradlew lintDevDebug --stacktrace
@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Unit tests
run: bash ./gradlew test --stacktrace
@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build debug APK
run: bash ./gradlew assembleDev --stacktrace
- name: Upload APK

View file

@ -26,17 +26,17 @@ jobs:
language: [ 'java' ]
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@v4 # v3.5.3
- name: Set Swap Space
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
with:
swap-size-gb: 10
- name: Initialize CodeQL
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
with:
languages: ${{ matrix.language }}
- name: Set up JDK 17
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: "temurin"
java-version: 17
@ -46,4 +46,4 @@ jobs:
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
./gradlew assembleDebug
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5

View file

@ -23,7 +23,7 @@ jobs:
steps:
- name: Add reaction on start
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
repository: ${{ github.event.repository.full_name }}
@ -31,7 +31,7 @@ jobs:
reaction-type: "+1"
- name: Checkout the latest code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@v4 # v3
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}
@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
- name: Add reaction on failure
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
if: failure()
with:
token: ${{ secrets.COMMAND_BOT_PAT }}

View file

@ -18,5 +18,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@v4 # v3.5.3
- uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6

View file

@ -24,12 +24,12 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@v4 # v3.5.3
with:
persist-credentials: false
- name: "Run analysis"
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
results_file: results.sarif
results_format: sarif
@ -37,6 +37,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
with:
sarif_file: results.sarif

View file

@ -94,10 +94,10 @@ dependencies {
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'androidx.fragment:fragment:1.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.8.1'
implementation 'com.google.android.material:material:1.9.0'
@ -120,8 +120,8 @@ dependencies {
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.4.0'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.mockito:mockito-core:5.7.0'
testImplementation 'org.robolectric:robolectric:4.11.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}

View file

@ -63,6 +63,7 @@
<string name="about_version">Du bruger lige nu %1$s</string>
<string name="about_maintainer_title">Maintainer</string>
<string name="about_developers_title">Udviklere</string>
<string name="about_developers_original_author">original forfatter</string>
<string name="about_translators_title">Oversættere</string>
<string name="about_translators_transifex">Nextcloud fællesskabet på %1$s</string>
<string name="about_testers_title">Testere</string>
@ -71,7 +72,7 @@
<string name="about_issues_title">Problemer</string>
<string name="about_issues">Du kan rapportere fejl, foreslå forbedringer og ønske nye funktioner på Github: %1$s</string>
<string name="about_translate_title">Oversæt</string>
<string name="about_translate">Bliv en dal af Nextcloudholdet på Transifex, og hjælp os med at oversætte denne app: %1$s</string>
<string name="about_translate">Bliv en del af Nextcloudholdet på Transifex, og hjælp os med at oversætte denne app: %1$s</string>
<string name="about_app_license_title">App licens</string>
<string name="about_app_license">Denne applikation er licenseret under GNU GENERAL PUBLIC LICENSE v3+.</string>
<string name="about_app_license_button">Vis licens</string>
@ -191,6 +192,7 @@
<string name="formatting_help_divider" translateable="false">---</string>
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>
<string name="formatting_help_codefence_javascript" translateable="false">```javascript</string>
<string name="formatting_help_cbf_title">Kontekstbaseret formatering</string>
<string name="formatting_help_text_title">Tekst</string>
<string name="formatting_help_lists_title">Lister</string>
@ -222,8 +224,14 @@
<string name="simple_next">Næste</string>
<string name="simple_prev">Tidligere</string>
<string name="simple_backup">Backup</string>
<string name="settings_notes_path_description">Mappe for dine noter i Nextcloud</string>
<string-array name="settings_file_suffixes">
<item translatable="false">.txt</item>
<item translatable="false">.md</item>
</string-array>
<string name="settings_notes_path_success">Mappe for nye noter: %1$s</string>
<string name="settings_file_suffix">Fil-endelse</string>
<string name="settings_file_suffix_description">Fil-endelse for nye noter i Nextcloud</string>
<string name="progress_import_indeterminate">Importerer noter...</string>
<string name="action_back">Tilbage</string>
</resources>

View file

@ -222,7 +222,7 @@
<string name="formatting_help_codefence_javascript" translateable="false">```javascript</string>
<string name="formatting_help_cbf_title">Kontextbasierte Formatierung</string>
<string name="formatting_help_cbf_body_1">Ein wichtiges Designziel der Notes-App ist die Bereitstellung eines ablenkungsfreien Werkzeugs. Sie können Ihre Texte mit Markdown formatieren. Für verschiedene der unten genannten Beispiele können Sie Verknüpfungen verwenden, um Ihre Notizen zu formatieren, ohne die folgenden Codes eingeben zu müssen.</string>
<string name="formatting_help_cbf_body_2">Wählen Sie einfach einen Textbereich aus oder tippen Sie an einer beliebigen Stelle auf den Cursor und Sie erhalten ein Popup-Menü, das neben den Standardeinträgen %1$s, %2$s, %3$s auch Einträge wie %4$s oder %5$s enthält.</string>
<string name="formatting_help_cbf_body_2">Wählen Sie einfach einen Textbereich aus oder tippen Sie an einer beliebigen Stelle auf den Cursor und Sie erhalten ein Pop-up-Menü, das neben den Standardeinträgen %1$s, %2$s, %3$s auch Einträge wie %4$s oder %5$s enthält.</string>
<string name="formatting_help_text_title">Text</string>
<string name="formatting_help_text_body">Es ist sehr einfach, einige Wörter %1$sfett%1$s und andere Wörter %2$skursiv%2$s mit Markdown zu versehen. Sie können einige Wörter %3$sdurchstreichen%3$s und sogar zu Nextcloud [verlinken](https://nextcloud.com).</string>
@ -277,7 +277,7 @@
<string name="no_account_configured_yet">Bislang kein Konto eingerichtet</string>
<string name="no_other_accounts">Sie haben bislang keine weiteren Konten eingerichtet.</string>
<string name="choose_account">Konto auswählen</string>
<string name="context_based_formatting">Popup für die kontextbasierte Formatierung</string>
<string name="context_based_formatting">Pop-up für die kontextbasierte Formatierung</string>
<plurals name="remove_account_message">
<item quantity="one">Beim Entfernen des Kontos %1$s wird auch eine unsynchronisierte Änderung unwiderruflich gelöscht werden.</item>
<item quantity="other">Beim Entfernen des Kontos %1$s werden auch %2$d unsynchronisierte Änderungen unwiderruflich gelöscht werden.</item>

View file

@ -44,11 +44,15 @@
<string name="settings_theme_title">Θέμα</string>
<string name="settings_font_title">Γραμματοσειρά monospace</string>
<string name="settings_font_size">Μέγεθος γραμματοσειράς</string>
<string name="settings_wifi_only">Συγχρονισμός μόνο σε Wi-Fi</string>
<string name="settings_wifi_only">Συγχρονισμός μόνο με Wi-Fi</string>
<string name="settings_lock">Κλείδωμα εφαρμογής (Beta)</string>
<string name="settings_lock_summary">Διαπιστευτήρια συσκευής</string>
<string name="settings_background_sync">Συγχρονισμός στο παρασκήνιο</string>
<string name="settings_prevent_screen_capture">Απαγόρευση λήψης στιγμιότυπου οθόνης</string>
<string name="settings_gridview">Προβολή πλέγματος</string>
<string name="settings_keep_screen_on">Διατήρηση της οθόνης ενεργή</string>
<string name="settings_keep_screen_on_summary">Κατά την προβολή ή επεξεργασία σημείωσης</string>
<string name="error_sync">Αποτυχία συγχρονισμού: %1$s</string>
<string name="error_synchronization">Αποτυχία συγχρονισμού</string>
<string name="error_no_network">Δεν υπάρχει σύνδεση στο δίκτυο</string>
@ -59,6 +63,7 @@
<string name="about_version">Αυτή τη στιγμή χρησιμοποιείτε %1$s</string>
<string name="about_maintainer_title">Συντηρητής</string>
<string name="about_developers_title">Προγραμματιστές</string>
<string name="about_developers_original_author">αρχικός συγγραφέας</string>
<string name="about_translators_title">Μεταφραστές</string>
<string name="about_translators_transifex">Η κοινότητα του Nextcloud στο %1$s</string>
<string name="about_testers_title">Δοκιμαστές</string>
@ -106,19 +111,26 @@
<string name="category_movies">Ταινίες</string>
<string name="category_movie">Ταινία</string>
<string name="category_work">Εργασία</string>
<string name="category_checklists">Λίστες ελέγχου</string>
<string name="category_tasks">Εργασίες</string>
<string name="category_recipe">Συνταγή</string>
<string name="category_recipes">Συνταγές</string>
<string name="category_restaurant">Εστιατόριο</string>
<string name="category_restaurants">Εστιατόρια</string>
<string name="category_food">Φαγητό</string>
<!-- This represents a category where one can place passwords and credentials -->
<string name="category_key">Κλειδί</string>
<!-- This represents a category where one can place passwords and credentials -->
<string name="category_keys">Κλειδία</string>
<string name="category_password">Συνθηματικό</string>
<string name="category_passwords">Συνθηματικά</string>
<string name="category_credentials">Διαπιστευτήρια</string>
<string name="category_game">Παιχνίδι</string>
<string name="category_games">Παιχνίδια</string>
<!-- This is a noun, analogue to "game", like "theatre" or "drama" -->
<string name="category_play">Αναπαραγωγή</string>
<string name="category_gift">Δώρο</string>
<string name="category_gifts">Δώρα</string>
<!-- Like a gift -->
<string name="category_present">Παρόν</string>
<string name="account_already_imported">Ο λογαριασμός έχει εισαχθεί ήδη</string>
@ -148,6 +160,7 @@
<string name="error_dialog_server_app_enabled">Παρακαλούμε βεβαιωθείτε ότι εγκαταστήσατε και ενεργοποιήσατε την εφαρμογή \"Notes\" στον διακομιστή σας.</string>
<string name="error_dialog_redirect">Ο διακομιστής απάντησε με κωδικό κατάστασης HTTP 302, που σημαίνει, πως δεν έχετε εγκατεστημένη την εφαρμογή Notes στον διακομιστή σας ή υπάρχει λάθος ρύθμιση. Αυτό μπορεί να προκλήθηκε από λάθος καταχώρηση στο αρχείο .htaccess-file ή σε εφαρμογές του Nextcloud όπως την OID Client.</string>
<string name="error_dialog_tip_disable_battery_optimizations">Παρακαλούμε απενεργοποιήστε όλες τις βελτιστοποιήσεις μπαταρίας για το Nextcloud και την εφαρμογή Notes.</string>
<string name="error_dialog_min_version">Η εφαρμογή Notes Android απαιτεί την εγκατάσταση της εφαρμογής Nextcloud Android έκδοση 3.18.</string>
<string name="added_content">Προστέθηκε \"%1$s\"</string>
<string name="shared_text_empty">Το κοινόχρηστο κείμενο είναι κενό</string>
<string name="append_to_note">Προσάρτηση στη σημείωση</string>
@ -253,9 +266,29 @@
<string name="no_other_accounts">Δεν έχετε ρυθμίσει ακόμη άλλους λογαριασμούς.</string>
<string name="choose_account">Επιλογή λογαριασμού</string>
<string name="context_based_formatting">Μορφοποίηση βάσει περιεχομένου popover</string>
<plurals name="remove_account_message">
<item quantity="one">Η αφαίρεση του λογαριασμού %1$sθα διαγράψει μόνιμα μια μη συγχρονισμένη αλλαγή.</item>
<item quantity="other">Η αφαίρεση του λογαριασμού %1$s θα διαγράψει μόνιμα %2$dμη συγχρονισμένες αλλαγές.</item>
</plurals>
<string name="remove_account">Αφαίρεση%1$s</string>
<string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">Πρέπει να είστε συνδεμένοι στο ιντερνετ για να προσθέσετε λογαριασμό.</string>
<string name="settings_notes_path">Ορισμός φακέλου</string>
<string name="simple_next">Επόμενο</string>
<string name="simple_prev">Προηγούμενο</string>
<string name="simple_backup">Αντίγραφο ασφαλείας</string>
<string name="settings_notes_path_description">Φάκελος για την αποθήκευση σημειώσεων στο Nextcloud</string>
<string-array name="settings_file_suffixes">
<item translatable="false">.txt</item>
<item translatable="false">.md</item>
</string-array>
<string name="settings_notes_path_success">Φάκελος νέων σημειώσεων: %1$s</string>
<string name="settings_file_suffix">Προέκταση αρχείου</string>
<string name="progress_import_indeterminate">Εισαγωγή σημειώσεων...</string>
<string name="progress_import">Γίνεται εισαγωγή της σημείωσης %1$d από %2$d...</string>
<string name="account_imported">Έγινε εισαγωγή του Λογαριασμού</string>
<string name="direct_editing_error">Σφάλμα κατά την φόρτωση της πλούσιας επεξεργασίας</string>
<string name="switch_to_plain_editing">Αλλαγή σε απλή επεξεργασία</string>
<string name="action_back">Πίσω</string>
</resources>

View file

@ -165,7 +165,7 @@
<string name="error_dialog_insufficient_storage">Su instancia de Nextcloud no tiene espacio libre de almacenamiento. Por favor elimine algunos archivos para sincronizar sus cambios locales con su nube.</string>
<string name="error_dialog_we_need_info">Necesitamos la siguiente información técnica para ayudarle:</string>
<string name="error_dialog_server_app_enabled">Por favor, asegúrate de que has instalado y activado la app «Notas» en tu servidor.</string>
<string name="error_dialog_redirect">Tu servidor respondió con el código de estado HTTP 302, lo que implica que no está instalada la aplicación Notas en su servidor o que algo está mal configurado. Esto puede estar causado por anulaciones personalizadas en un archivo .htaccess o por aplicaciones de Nextcloud como OID Client. </string>
<string name="error_dialog_redirect">Su servidor respondió con el código de estado HTTP 302, lo que implica que no está instalada la aplicación Notas en su servidor o que algo está mal configurado. Esto puede estar causado por anulaciones personalizadas en un archivo .htaccess o por aplicaciones de Nextcloud como OID Client.</string>
<string name="error_dialog_tip_disable_battery_optimizations">Por favor, desactiva todas las optimizaciones de la batería para Nextcloud y la app de Notas.</string>
<string name="error_dialog_min_version">La aplicación de Notas de Android requiere que la la aplicación Nextcloud de Android sea al menos la versión 3.18.</string>
<string name="added_content">Se ha añadido «%1$s»</string>

View file

@ -29,7 +29,7 @@
<string name="menu_share">Partekatu</string>
<string name="search_in_category">Bilatu %1$s(e)n</string>
<string name="search_in_all">Bilatu nota guztiak</string>
<string name="search_in_all">Bilatu ohar guztiak</string>
<string name="change_category_title">Hautatu kategoria bat</string>

View file

@ -41,13 +41,19 @@
<string name="listview_updated_last_month">ماه گذشته</string>
<string name="settings_note_mode">حالت نمایش یادداشت‌ها</string>
<string name="settings_note_mode_new">Notes opening behaviour</string>
<string name="settings_theme_title">"تم "</string>
<string name="settings_font_title">قلم Monospace</string>
<string name="settings_font_size">اندازهٔ قلم</string>
<string name="settings_wifi_only">همگام‌سازی فقط در Wi-Fi</string>
<string name="settings_lock">App lock (Beta)</string>
<string name="settings_lock_summary">اعتبارنامه‌های دستگاه</string>
<string name="settings_background_sync">همگام‌سازی پس زمینه</string>
<string name="settings_prevent_screen_capture">Prevent screen capture</string>
<string name="settings_gridview">نمایش گرید</string>
<string name="settings_keep_screen_on">Keep screen on</string>
<string name="settings_keep_screen_on_summary">When viewing or editing a note</string>
<string name="error_sync">همگام‌سازی انجام نشد:%1$s</string>
<string name="error_synchronization">همگام‌سازی انجام نشد</string>
<string name="error_no_network">هیچ ارتباطی با شبکه برقرار نیست</string>
@ -58,6 +64,7 @@
<string name="about_version"> شما در حال استفاده %1$s هستید</string>
<string name="about_maintainer_title">نگاه‌دارنده</string>
<string name="about_developers_title">توسعه دهندگان</string>
<string name="about_developers_original_author">original author</string>
<string name="about_translators_title">مترجم</string>
<string name="about_translators_transifex">انجمن نکست کلود در %1$s</string>
<string name="about_testers_title">آزمایش کنندگان</string>
@ -83,6 +90,8 @@
<string name="widget_single_note_title">یادداشت واحد</string>
<string name="widget_single_note_placeholder_tv">یادداشت یافت نشد</string>
<string name="widget_not_logged_in">لطفاً قبل از استفاده از این ویجت، به یادداشت‌ها وارد شوید</string>
<string name="widget_entry_fav_contentDescription">Star icon is used to denote an item as a favorite</string>
<string name="activity_select_single_note">انتخاب یادداشت</string>
<string name="shortcut_create_long">ساختن یادداشت جدید</string>
@ -103,16 +112,34 @@
<string name="category_movies">فیلم‌ها</string>
<string name="category_movie">فیلم</string>
<string name="category_work">کار</string>
<string name="category_todo">ToDo</string>
<string name="category_todos">ToDos</string>
<string name="category_checklists">Checklists</string>
<string name="category_tasks">وظایف</string>
<string name="category_recipe">Recipe</string>
<string name="category_recipes">Recipes</string>
<string name="category_restaurant">رستوران</string>
<string name="category_restaurants">Restaurants</string>
<string name="category_food">Food</string>
<string name="category_bake">Bake</string>
<!-- This represents a category where one can place passwords and credentials -->
<string name="category_key">Key</string>
<!-- This represents a category where one can place passwords and credentials -->
<string name="category_keys">Keys</string>
<string name="category_password">کلمه عبور</string>
<string name="category_passwords">کلمات عبور</string>
<string name="category_credentials">Credential</string>
<string name="category_game">بازی</string>
<string name="category_games">بازی ها</string>
<!-- This is a noun, analogue to "game", like "theatre" or "drama" -->
<string name="category_play">پخش کردن</string>
<string name="category_gift">Gift</string>
<string name="category_gifts">Gifts</string>
<!-- Like a gift -->
<string name="category_present">حاضر</string>
<!-- Like a gift -->
<string name="category_presents">Presents</string>
<string name="account_already_imported">حساب قبلاً وارد شده است</string>
<string name="no_notes_yet">هنوز هیچ یادداشتی وجود ندارد</string>
<string name="no_notes_yet_description">دکمه + را فشار دهید تا یک یادداشت جدید ایجاد کنید</string>
@ -126,6 +153,7 @@
<string name="error_dialog_title">وای نه - حالا چی کار کنیم؟</string>
<string name="error_dialog_tip_token_mismatch_retry">لطفا از طریق توقف اجباری برنامه را بسته و دوباره اجرا کنید. ممکن است یک اتصال نادرست با نکست‌کلود ایجاد شده باشد. </string>
<string name="error_dialog_tip_token_mismatch_clear_storage">اگر این مشکل استمرار داشت، سعی کنید با پاک کردن فضای ذخیره‌سازی هردو برنامک : Nextcloud و Nextcloud Notes این مورد را برطرف کنید.</string>
<string name="error_dialog_tip_clear_storage">You can clear the storage by opening the app info and selecting Storage → Clear storage. ⚠️ Warning: This will delete not yet synchronized notes!</string>
<string name="error_dialog_tip_files_outdated">ظاهرا برنامک یادداشت منسوخ شده است. لطفا آخرین نسخه را از Play Store یا F-Droid دانلود کنید.</string>
<string name="error_dialog_tip_files_force_stop">به نظر می‌رسد که مشکلی در برنامک نکست‌کلود ایجاد شده است. لطفا سعی کنید با توقف اجباری هر دو برنامک Nextcloud app و Nextcloud Notes را ببندید. </string>
<string name="error_dialog_tip_files_delete_storage">"اگر توقف اجباری برنامه‌ها کمکی نکرد، می‌توانید پاک‌کردن فضای ذخیره‌سازی هردو برنامه را پاک کنید. "</string>
@ -139,17 +167,22 @@
<string name="error_dialog_server_app_enabled">لطفا از نصب و فعال بودن برنامک یادداشت بر روی سرور، اطمینان حاصل کنید.</string>
<string name="error_dialog_redirect">پاسخ سرور شما کد حالت HTTP 302 است. که دلالت بر عدم نصب برنامک یادداشت بر روی سرور و یا پیکربندی نامناسب دارد. این مشکل می‌تواند به دلیل تغییرات نامناسب ایجاد شده در فایل .htaccess و یا به دلیل برنامه‌های مرتبط با Nextcloud مثل OID Client رخ دهد.</string>
<string name="error_dialog_tip_disable_battery_optimizations">لطفا تمامی فرایند‌های بهینه‌سازی مصرف باتری برای Nextcloud و Notes app را غیر فعال کنید.</string>
<string name="error_dialog_min_version">The Notes Android app requires the Nextcloud Android app to be at least version 3.18.</string>
<string name="added_content">اضافه ‌شده %1$s</string>
<string name="shared_text_empty">متن به اشتراک گذاشته‌شده خالی است</string>
<string name="append_to_note">به یادداشت اضافه کنید</string>
<string name="change_note_title">عوض‌کردن عنوان یادداشت</string>
<string name="menu_edit_title">ویرایش عنوان</string>
<string name="simple_security">امنیت</string>
<string name="appearance_and_behavior">Appearance and behavior</string>
<string name="simple_synchronization">همگام‌سازی</string>
<string name="manage_accounts">مدیریت حساب‌ها</string>
<string name="action_formatting_help">قالب‌بندی</string>
<string name="noteMode_plain_edit">Plain edit mode</string>
<string name="noteMode_plain_preview">Plain preview</string>
<string name="noteMode_rich_edit">Rich edit mode</string>
<string name="noteMode_remember_last">آخرین انتخاب من را به خاطر بسپار</string>
<string-array name="fontSize_entries">
@ -168,6 +201,25 @@
<item quantity="one">%d انتخاب شد</item>
<item quantity="other">%d انتخاب شد</item>
</plurals>
<plurals name="bulk_notes_deleted">
<item quantity="one">Deleted one note</item>
<item quantity="other">Deleted %1$d notes</item>
</plurals>
<plurals name="bulk_notes_restored">
<item quantity="one">Restored one note</item>
<item quantity="other">Restored %1$d notes</item>
</plurals>
<plurals name="share_multiple">
<item quantity="one">Share content of %1$d note</item>
<item quantity="other">Share content of %1$d notes</item>
</plurals>
<string name="formatting_help_divider" translateable="false">---</string>
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>
<string name="formatting_help_codefence_inline_escaped" translateable="false">\\`%1$s\\`</string>
<string name="formatting_help_codefence" translateable="false">```</string>
<string name="formatting_help_codefence_outer" translateable="false">````</string>
<string name="formatting_help_codefence_javascript" translateable="false">```javascript</string>
<string name="formatting_help_cbf_title">قالب‌بندی مبتنی بر متن</string>
<string name="formatting_help_cbf_body_1">هدف اصلی از طراحی برنامک یادداشت، ارائه دادن یک ابزار رایگان یادداشت کارها است. همچنین شما قادر خواهید بود متن‌ها را با Markdown قالب‌بندی کنید. برای انواع مختلفی از مثالهای ذکر شده در زیر ، می توانید از میانبرها استفاده کنید تا بتوانید یادداشت های خود را بدون تایپ کد، قالب بندی کنید.</string>
<string name="formatting_help_cbf_body_2">فقط کافی است یک دامنه متن را انتخاب کنید یا روی مکان نما در هر موقعیتی ضربه بزنید و یک منوی بازشونده دریافت می کنید که در کنار ورودی‌های پیش‌فرض %1$s و %2$s و %3$s شامل ورودی‌‌هایی مانند %4$s و %5$s می‌باشد.</string>
@ -205,6 +257,13 @@
<string name="formatting_help_code_body_3">اگر شما نیاز به مشخص کردن syntax در یک زبان دارید:</string>
<string name="formatting_help_tables_title">جدول‌ها</string>
<!-- Column header of a sample table -->
<string name="formatting_help_tables_column">Column %1d</string>
<!-- Table cell value of a sample table -->
<string name="formatting_help_tables_value">Value %1d</string>
<string name="formatting_help_images_body_1">Links have to be either complete URLs starting with a protocol and domain or absolute paths starting with a %1$s character.</string>
<string name="formatting_help_images_body_2">In order to conform to the Markdown format, please use escape characters in the image URL. This means for example, replace spaces with %1$s in the URL.</string>
<string name="formatting_help_images_title">تصاویر</string>
<string name="formatting_help_images_alt">تصویر فانتزی</string>
@ -215,12 +274,37 @@
<string name="error_action_open_deck_info">باز کردن اطلاعات برنامه</string>
<string name="error_action_open_network">تنظیمات شبکه</string>
<string name="error_action_update_files_app">یه‌روزرسانی</string>
<string name="no_account_configured_yet">No account configured yet</string>
<string name="no_other_accounts">شما تاکنون هیچ حساب کاربری دیگری را ایجاد نکرده‌اید.</string>
<string name="choose_account">حساب کاربری را انتخاب کنید</string>
<string name="context_based_formatting">بازپخش قالب بندی مبتنی بر متن</string>
<plurals name="remove_account_message">
<item quantity="one">Removing the account %1$s will also delete irrecoverable one unsynchronized change.</item>
<item quantity="other">Removing the account %1$s will also delete irrecoverable %2$d unsynchronized changes.</item>
</plurals>
<string name="remove_account">Remove %1$s</string>
<string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">برای اضافه کردن حساب باید به اینترنت متصل شوید.</string>
<string name="settings_notes_path">Set folder</string>
<string name="simple_next">بعدی</string>
<string name="simple_prev">قبلی</string>
<string name="simple_backup">پشتیبان‌گیری</string>
<string name="backup">We detected an irrecoverably state of the app. Please backup your unsynchronized changes and clear the storage of the Notes app.</string>
<string name="settings_notes_path_description">Folder to store your notes in your Nextcloud</string>
<string-array name="settings_file_suffixes">
<item translatable="false">.txt</item>
<item translatable="false">.md</item>
</string-array>
<string name="settings_notes_path_success">New notes folder: %1$s</string>
<string name="settings_file_suffix">File extension</string>
<string name="settings_file_suffix_description">File extension for new notes in your Nextcloud</string>
<string name="settings_file_suffix_success">New file suffix: %1$s</string>
<string name="http_status_code">HTTP status code: %1$d</string>
<string name="progress_import_indeterminate">Importing notes…</string>
<string name="progress_import">Importing note %1$d of %2$d…</string>
<string name="account_imported">Account imported.</string>
<string name="direct_editing_error">Error while loading rich editing</string>
<string name="switch_to_plain_editing">Switch to plain editing</string>
<string name="action_back">بازگشت</string>
</resources>

View file

@ -50,7 +50,7 @@
<string name="settings_lock_summary">Credenciais do dispositivo</string>
<string name="settings_background_sync">Sincronización do traballo en segundo plano</string>
<string name="settings_prevent_screen_capture">Evitar a captura da pantalla</string>
<string name="settings_gridview">Ver como grella</string>
<string name="settings_gridview">Ver como grade</string>
<string name="settings_keep_screen_on">Mantér a pantalla acesa</string>
<string name="settings_keep_screen_on_summary">Ao ver ou editar unha nota</string>
@ -165,7 +165,7 @@
<string name="error_dialog_insufficient_storage">A súa instancia Nextcloud non dispón de espazo de almacenamento libre. Elimine algúns ficheiros para sincronizar os seus cambios locais na súa nube.</string>
<string name="error_dialog_we_need_info">Necesitamos a seguinte información técnica para axudarlle:</string>
<string name="error_dialog_server_app_enabled">Asegúrese de ter instalada e activada a aplicación «Notas» no seu servidor.</string>
<string name="error_dialog_redirect">O seu servidor respondeu cun código de estado HTTP 302, o que implica que non ten instalada a aplicación Notas no servidor ou que algo está mal configurado. Isto pode ser causado por substitucións personalizadas nun ficheiro .htaccess ou por aplicacións Nextcloud como Client OID.</string>
<string name="error_dialog_redirect">O seu servidor respondeu cun código de estado HTTP 302, o que implica que non ten instalada a aplicación Notas no servidor ou que algo está mal configurado. Isto pode ser causado por substitucións personalizadas nun ficheiro .htaccess ou por aplicacións Nextcloud como Cliente OID.</string>
<string name="error_dialog_tip_disable_battery_optimizations">Desactive todas as optimizacións de batería para Nextcloud e a aplicación Notas.</string>
<string name="error_dialog_min_version">A aplicación de Notas para Android precisa que a aplicación de Android Nextcloud teña como mínimo a versión 3.18.</string>
<string name="added_content">Engadido «%1$s»</string>
@ -249,7 +249,7 @@
<string name="formatting_help_structured_documents_body_3">Pode empregar un %1$s ata %2$s seis para diferentes tamaños de cabeceira.</string>
<string name="formatting_help_structured_documents_body_4">Se desexa citar a alguén, use o carácter %1$s antes da liña:</string>
<string name="formatting_help_structured_documents_body_5">A imaxinación é máis importante que o coñecemento. O coñecemento é limitado. A imaxinación rodea o mundo.</string>
<string name="formatting_help_structured_documents_body_6">- Albert Einstein</string>
<string name="formatting_help_structured_documents_body_6"> Albert Einstein</string>
<string name="formatting_help_code_title">Código</string>
<string name="formatting_help_code_body_1">Hai moitos xeitos diferentes de estilo de código con Markdown. Se ten bloques de código en liña, envólvaos en remates «```» (símbolos acento grave):</string>
@ -290,7 +290,7 @@
<string name="simple_next">Seguinte</string>
<string name="simple_prev">Anterior</string>
<string name="simple_backup">Copia de seguranza</string>
<string name="backup">Detectamos un estado irrecuperábel da aplicación. Faga unha copia de seguranza dos cambios non sincronizados e limpe o almacenamento da apli de Notas.</string>
<string name="backup">Detectamos un estado irrecuperábel da aplicación. Faga unha copia de seguranza dos cambios non sincronizados e limpe o almacenamento da aplicación Notas.</string>
<string name="settings_notes_path_description">Cartafol para almacenar as súas notas no seu Nextcloud</string>
<string-array name="settings_file_suffixes">
<item translatable="false">.txt</item>

View file

@ -41,6 +41,7 @@
<string name="listview_updated_last_month">Forrige måned</string>
<string name="settings_note_mode">Visningsmodus for notater</string>
<string name="settings_note_mode_new">Åpningsoppførsel fra Notes</string>
<string name="settings_theme_title">Tema</string>
<string name="settings_font_title">Monospace font</string>
<string name="settings_font_size">Skriftstørrelse</string>
@ -179,6 +180,9 @@
<string name="action_formatting_help">Formatering</string>
<string name="noteMode_plain_edit">Ren endringsmodus</string>
<string name="noteMode_plain_preview">Ren forhåndsvisning</string>
<string name="noteMode_rich_edit">Rik endringsmodus</string>
<string name="noteMode_remember_last">Husk mitt siste valg</string>
<string-array name="fontSize_entries">
@ -300,5 +304,7 @@
<string name="progress_import_indeterminate">Importerer notater…</string>
<string name="progress_import">Importerer notat %1$d av %2$d…</string>
<string name="account_imported">Konto importert.</string>
<string name="direct_editing_error">Feil ved lasting av rik endringsmodus</string>
<string name="switch_to_plain_editing">Bytt til ren endringsmodus</string>
<string name="action_back">Tilbake</string>
</resources>

View file

@ -10,7 +10,7 @@
<string name="action_settings">Налаштування</string>
<string name="action_trashbin">Вилучені нотатки</string>
<string name="action_search">Пошук</string>
<string name="action_sorting_method">Метод сортування</string>
<string name="action_sorting_method">Спосіб впорядкування</string>
<string name="simple_cancel">Скасувати</string>
<string name="simple_switch">Перемкнути</string>
<string name="simple_edit">Редагувати</string>

View file

@ -27,6 +27,7 @@ skip_docs
default_platform(:android)
BUNDLE_PATH = "app/build/outputs/bundle/playRelease/app-play-release.aab"
ENV['SUPPLY_UPLOAD_MAX_RETRIES']='10'
import("./common.Fastfile")