diff --git a/.github/workflows/call-clacheck.yml b/.github/workflows/call-clacheck.yml
index 3fa07a30..fe16a073 100644
--- a/.github/workflows/call-clacheck.yml
+++ b/.github/workflows/call-clacheck.yml
@@ -12,5 +12,4 @@ concurrency:
jobs:
clacheck:
uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master
- secrets:
- APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
+ secrets: inherit
diff --git a/.github/workflows/call-tag-build.yml b/.github/workflows/call-tag-build.yml
deleted file mode 100644
index 6420b293..00000000
--- a/.github/workflows/call-tag-build.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: tag build
-on:
- push:
- tags: "*"
-
-concurrency:
- group: ${{ github.workflow }}
- cancel-in-progress: true
-
-jobs:
- build:
- uses: linuxdeepin/.github/.github/workflows/tag-build.yml@master
- secrets: inherit
diff --git a/.github/workflows/call-update-changelog.yml b/.github/workflows/call-update-changelog.yml
new file mode 100644
index 00000000..b76b9b3f
--- /dev/null
+++ b/.github/workflows/call-update-changelog.yml
@@ -0,0 +1,53 @@
+name: Call update changelog
+
+on:
+ workflow_dispatch:
+ inputs:
+ version:
+ description: "Target version; leave empty to auto bump"
+ required: false
+ type: string
+ name:
+ description: "Maintainer name used in debian/changelog"
+ required: true
+ type: string
+ email:
+ description: "Maintainer email used in debian/changelog"
+ required: true
+ type: string
+ base_branch:
+ description: "Base branch to read and target"
+ required: false
+ default: master
+ type: string
+ distribution:
+ description: "Changelog distribution"
+ required: false
+ default: unstable
+ type: string
+ create_pr:
+ description: "Create a pull request after generating changelog"
+ required: false
+ default: true
+ type: boolean
+
+jobs:
+ update_changelog:
+ uses: linuxdeepin/.github/.github/workflows/update-changelog.yml@master
+ with:
+ version: ${{ inputs.version }}
+ name: ${{ inputs.name }}
+ email: ${{ inputs.email }}
+ base_branch: ${{ inputs.base_branch }}
+ distribution: ${{ inputs.distribution }}
+ create_pr: ${{ inputs.create_pr }}
+ secrets: inherit
+
+ show_result:
+ runs-on: ubuntu-latest
+ needs: update_changelog
+ steps:
+ - name: Show update changelog result
+ run: |
+ echo "Version: ${{ needs.update_changelog.outputs.version }}"
+ echo "Pull Request URL: ${{ needs.update_changelog.outputs.pr_url }}"
diff --git a/plugins/login-gesture/translations/login-gesture_es.ts b/plugins/login-gesture/translations/login-gesture_es.ts
index 160eafad..9f3621d6 100644
--- a/plugins/login-gesture/translations/login-gesture_es.ts
+++ b/plugins/login-gesture/translations/login-gesture_es.ts
@@ -47,7 +47,7 @@
Device is locked, unlocked after %1 minutes
-
+ El dispositivo está bloqueado, se desbloqueará después de %1 minutos.
Modify gesture password
@@ -63,35 +63,35 @@
Drawing error, Contact the administrator to reset
-
+ Patrón incorrecto. Contacte con el administrador para restablecerlo.
Cancel
-
+ Cancelar
Ok
-
+ Aceptar
Drawing error, %1 chances left. Contact the administrator to reset
-
+ Patrón incorrecto, quedan 1 oportunidad. Contacta con el administrador para reiniciar.
Setup completed Start unlock
-
+ Configuración completada. Iniciar desbloqueo.
Unlock with gesture password
-
+ Desbloquea con contraseña gestual
Minimum 4 points, please redraw
-
+ Mínimo 4 puntos, por favor vuelva a dibujar.
Contact the administrator to reset
-
+ Póngase en contacto con la administrador para restablecer
\ No newline at end of file
diff --git a/plugins/login-gesture/translations/login-gesture_uk.ts b/plugins/login-gesture/translations/login-gesture_uk.ts
index 7a37e84c..9a4651c6 100644
--- a/plugins/login-gesture/translations/login-gesture_uk.ts
+++ b/plugins/login-gesture/translations/login-gesture_uk.ts
@@ -47,7 +47,7 @@
Device is locked, unlocked after %1 minutes
-
+ Пристрій заблоковано. Його розблокування відбудеться за %1 хвилин
Modify gesture password
@@ -63,35 +63,35 @@
Drawing error, Contact the administrator to reset
-
+ Помилка малювання. Для скидання зверніться до адміністратора
Cancel
-
+ Скасувати
Ok
-
+ Гаразд
Drawing error, %1 chances left. Contact the administrator to reset
-
+ Помилка малювання. Лишилося %1 спроб. Для скидання зверніться до адміністратора
Setup completed Start unlock
-
+ Налаштування завершено. Можна починати
Unlock with gesture password
-
+ Розблокувати за допомогою жесту
Minimum 4 points, please redraw
-
+ Мінімум 4 точки, будь ласка, повторіть малювання
Contact the administrator to reset
-
+ Для скидання зверніться до адміністратора
\ No newline at end of file
diff --git a/translations/dde-session-shell_ca.ts b/translations/dde-session-shell_ca.ts
index 43fab032..59d0e953 100644
--- a/translations/dde-session-shell_ca.ts
+++ b/translations/dde-session-shell_ca.ts
@@ -259,7 +259,7 @@
LockContent
Lock Screen
- Pantalla de bloqueig
+ Pantalla de blocatge
Failed to lock screen
diff --git a/translations/dde-session-shell_pt_BR.ts b/translations/dde-session-shell_pt_BR.ts
index b5d572d3..12b12bc8 100644
--- a/translations/dde-session-shell_pt_BR.ts
+++ b/translations/dde-session-shell_pt_BR.ts
@@ -200,7 +200,7 @@
AuthWidget
Account
- Conta
+ Contas
Your password will expire in %n days, please change it timely
@@ -346,7 +346,7 @@
SystemMonitor
Start system monitor
- Monitor de Sistema
+ Monitor do Sistema
diff --git a/translations/dde-session-shell_uk.ts b/translations/dde-session-shell_uk.ts
index da208601..a807a048 100644
--- a/translations/dde-session-shell_uk.ts
+++ b/translations/dde-session-shell_uk.ts
@@ -223,7 +223,7 @@
DeepinAuthFramework
Wrong Password
-
+ Помилковий пароль
@@ -383,19 +383,19 @@
UsersWithTheSameName
Return
-
+ Повернутися
Please select the account for login
-
+ Будь ласка, виберіть обліковий запис для входу
Local Account
-
+ Локальний обліковий запис
Domain Account
-
+ Доменний обліковий запис