From 638ba27564a91a82c8d6790ab1fc33f8b09cc94e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 28 Jul 2022 10:14:37 +0200 Subject: [PATCH 1/3] remove drone ci conf and update woodpecker ci conf --- .drone.yml | 54 ------------------------------------------------- .woodpecker.yml | 1 + 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 90f1007..0000000 --- a/.drone.yml +++ /dev/null @@ -1,54 +0,0 @@ ---- -kind: pipeline -type: docker -name: default - -steps: - - name: dependencies - image: deblan/devenv - commands: - - npm install - - - name: build - image: deblan/devenv - commands: - - make npm-build - when: - branch: - exclude: - - master - include: - - develop - - feature/* - event: - - push - - pull_request - - - name: release - image: deblan/devenv - volumes: - - name: artifacts - path: /artifacts - environment: - APP_CERTIFICATE: - from_secret: app_certificate - commands: - - mkdir -p "$HOME/.nextcloud/certificates" - - echo "$APP_CERTIFICATE" > "$HOME/.nextcloud/certificates/side_menu.key" - - export VERSION=$(grep "" appinfo/info.xml | grep -o "[0-9]*\.[0-9]*\.[0-9]*" --color=never) - - export RELEASE_DIRECTORY="/artifacts/deblan/side_menu" - - make release - when: - branch: - exclude: - - develop - - feature/* - include: - - master - event: - - push - -volumes: - - name: artifacts - host: - path: /var/www/html/artifacts diff --git a/.woodpecker.yml b/.woodpecker.yml index 98e7335..d1b9430 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -35,6 +35,7 @@ pipeline: api_key: from_secret: gitnet_api_key base_url: https://gitnet.fr + note: ${CI_COMMIT_MESSAGE} files: /var/www/html/artifacts/deblan/side_menu/${CI_COMMIT_TAG/v//}/* when: event: [tag] From f2a09bc170438fc2bfda58c686abf2bd4f4e8d77 Mon Sep 17 00:00:00 2001 From: Pavelb Date: Sat, 13 Aug 2022 14:50:46 +0200 Subject: [PATCH 2/3] Updated Czech localization Removed duplicated source string, minor tweaks to wording. --- src/l10n/fixtures/cs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/l10n/fixtures/cs.yaml b/src/l10n/fixtures/cs.yaml index 6958c09..01e862f 100644 --- a/src/l10n/fixtures/cs.yaml +++ b/src/l10n/fixtures/cs.yaml @@ -3,8 +3,8 @@ "No": "Ne" "Yes": "Ano" "Menu": "Nabídka" -'Use the shortcut Ctrl+o to open and to hide the side menu. Use tab to navigate.': 'Pro otevření/skrytí postranní nabídky použijte zkratku Ctrl+o. Pro pohyb po použijte klávesu tab.' -"Top menu": "Hlavní nabídka" +'Use the shortcut Ctrl+o to open and to hide the side menu. Use tab to navigate.': 'Pro otevření/skrytí postranní nabídky použijte zkratku Ctrl+O („O“ jako otevřít). Pro pohyb po použijte klávesu Tab.' +"Top menu": "Horní nabídka" "Apps that not must be moved in the side menu": "Aplikace, které nepřesouvat do postranní nabídky" "If there is no selection then the global configuration is applied.": "Pokud neexistuje žádný výběr, je uplatněno globální nastavení." "Experimental": "Experimentální" @@ -62,7 +62,7 @@ "Export the configuration": "Exportovat nastavení" "Purge the cache": "Vyprázdnit mezipaměť" "Show the link to settings": "Zobrazit odkaz na nastavení" -"The menu is enabled by default for users": "Nabídka je ve výchozím stavu zapnutá pro uživatele" +"The menu is enabled by default for users": "Nabídka je ve výchozím stavu pro uživatele zapnutá" "Except when the configuration is forced.": "S výjimkou, kdy je nastavení vynuceno." "Apps that should not be displayed in the menu": "Aplikace, které by neměly být v nabídce zobrazeny" "This feature is only compatible with the big menu display.": "Tato funkce je kompatibilní pouze s velkou nabídkou." @@ -78,7 +78,6 @@ "Dark mode colors": "Barvy tmavého režimu" "With categories": "S kategoriemi" "Custom categories": "Vlastní kategorie" -"Customize application categories": "Personnaliser les catégories des applications" "Customize application categories": "Přizpůsobte kategorie aplikací" "Apps only visible in the top menu": "Aplikace jsou viditelné pouze v horní nabídce " "Apps visible in the top and side menus": "Aplikace viditelné v horní a boční nabídce" From 1ce3f06b4606cf052079859e43b4043268fc1e64 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 13 Aug 2022 17:26:35 +0200 Subject: [PATCH 3/3] release v2.4.3 --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c473f5f..3901de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 2.4.3 +### Fixed +* fix translations + ## 2.4.2 ### Fixed * fix typo diff --git a/appinfo/info.xml b/appinfo/info.xml index 1517df1..3218518 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ If you like this application and if you want to support the development: * [Donate with liberapay](https://liberapay.com/deblan) * [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments) ]]> - 2.4.2 + 2.4.3 agpl Simon Vieille SideMenu