-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
92 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Add new PRs to github project | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
- ready_for_review | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
addprtoproject: | ||
name: Add PR to GitHub Project | ||
# Only run on the silverstripe account | ||
if: github.repository_owner == 'silverstripe' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Add PR to github project | ||
uses: silverstripe/gha-add-pr-to-project@v1 | ||
with: | ||
app_id: ${{ vars.PROJECT_PERMISSIONS_APP_ID }} | ||
private_key: ${{ secrets.PROJECT_PERMISSIONS_APP_PRIVATE_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
eo: | ||
GRIDFIELD_BULKMANAGER_EDIT_HANDLER: | ||
CANCEL_BTN_LABEL: Nuligi | ||
HEADER_TEXT: 'Redaktas {count} {class}' | ||
SAVE_BTN_LABEL: 'Konservi ĉion' | ||
SAVE_RESULT_TEXT: '{count} {class} sukcese konservita.' | ||
TOGGLE_ALL_LINK: 'Vidigi/kaŝi ĉion' | ||
GRIDFIELD_BULK_MANAGER: | ||
ACTION_BTN_LABEL: Iri | ||
ARCHIVE_SELECT_LABEL: Enarkivigi | ||
COMPONENT_TITLE: 'Ŝanĝi elementojn unuope aŭ pliope.' | ||
DELETE_SELECT_LABEL: Forigi | ||
EDIT_SELECT_LABEL: Redakti | ||
PUBLISH_SELECT_LABEL: Publikigi | ||
SELECT_ALL_LABEL: 'Elekti ĉiujn' | ||
UNLINK_SELECT_LABEL: Malligi | ||
UNPUBLISH_SELECT_LABEL: Malpublikigi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
sl: | ||
GRIDFIELD_BULKMANAGER_EDIT_HANDLER: | ||
CANCEL_BTN_LABEL: Prekliči | ||
HEADER_TEXT: 'Urejanje {count} iz {class}' | ||
SAVE_BTN_LABEL: 'Shrani vse' | ||
SAVE_RESULT_TEXT: 'Uspešno shranjeno {count} iz {class} ' | ||
TOGGLE_ALL_LINK: 'Prikaži/skrij vse' | ||
GRIDFIELD_BULK_MANAGER: | ||
ACTION_BTN_LABEL: Sproži | ||
ARCHIVE_SELECT_LABEL: Arhiviraj | ||
COMPONENT_TITLE: 'Uredi enega ali več vnosov hkrati.' | ||
DELETE_SELECT_LABEL: Izbriši | ||
EDIT_SELECT_LABEL: Uredi | ||
PUBLISH_SELECT_LABEL: Objavi | ||
SELECT_ALL_LABEL: 'Izberi vse' | ||
UNLINK_SELECT_LABEL: Odpni | ||
UNPUBLISH_SELECT_LABEL: 'Umakni iz objave' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters