Skip to content

Commit 0e5ed41

Browse files
authored
Merge branch 'main' into fix-for-issue-JabRef#12272
2 parents f048c4b + 5bf7ce0 commit 0e5ed41

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/assign-issue.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
⏳ Please note, you will be automatically unassigned if the issue isn't closed within **{{ total_days }} days** (by **{{ unassigned_date }}**). A maintainer can also add the "**{{ pin_label }}**"" label to prevent automatic unassignment.
3636
- name: Move Issue to "Assigned" Column in "Candidates for University Projects"
37-
uses: koppor/github-action-move-issues@work-for-labeled
37+
uses: m7kvqbe1/github-action-move-issues@feat/skip-if-not-in-project-flag
3838
# Action currently works for issues only - pre-condition: https://github.com/takanome-dev/assign-issue-action/issues/269 fixed
3939
if: github.event_name == 'issue_comment'
4040
with:
@@ -46,7 +46,7 @@ jobs:
4646
default-column: "Free to take"
4747
skip-if-not-in-project: true
4848
- name: Move Issue to "Assigned" Column in "Good First Issues"
49-
uses: koppor/github-action-move-issues@work-for-labeled
49+
uses: m7kvqbe1/github-action-move-issues@feat/skip-if-not-in-project-flag
5050
if: github.event_name == 'issue_comment'
5151
with:
5252
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}

src/main/resources/l10n/JabRef_pt_BR.properties

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Add\ entry\ manually=Adicionar entrada manualmente
4444
Add\ selected\ entries\ to\ this\ group=Adicionar as entradas selecionadas a este grupo
4545

4646
Add\ subgroup=Adicionar subgrupo
47+
Rename\ subgroup=Renomear subgrupo
4748

4849
Added\ group\ "%0".=O grupo "%0" foi adicionado.
4950

@@ -1962,6 +1963,7 @@ No\ full\ text\ document\ found\ for\ entry\ %0.=Nenhum documento encontrado par
19621963
Next\ library=Próxima biblioteca
19631964
Previous\ library=Biblioteca anterior
19641965
Add\ group=Adicionar grupo
1966+
Rename\ group=Renomear grupo
19651967
Entry\ is\ contained\ in\ the\ following\ groups\:=A referência está nos seguintes grupos\:
19661968
Delete\ entries=Remover referências
19671969
Keep\ entries=Manter referências

0 commit comments

Comments
 (0)