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 0f03876..8b8609f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -36,6 +36,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] 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 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"