Compare commits

...

7 Commits
3.4.2 ... 3

Author SHA1 Message Date
github-actions 26936f33e4 Merge branch '3.4' into 3 2024-02-07 11:15:05 +00:00
Guy Sartorelli 5badc345de
TLN Update translations (#111) 2024-02-07 16:12:33 +13:00
github-actions eb858ca76e Merge branch '3.4' into 3 2023-08-23 11:14:45 +00:00
Steve Boyd 17411fbb95 Merge branch '3.4' into 3 2023-06-16 12:09:40 +12:00
Guy Sartorelli 5742971245
Merge branch '3.4' into 3 2023-04-26 12:46:05 +12:00
Maxime Rainville 7c81d075d6
Merge pull request #93 from creative-commoners/pulls/3/dispatch-ci
MNT Use gha-dispatch-ci
2023-03-23 14:19:24 +13:00
Steve Boyd 04aefedeef MNT Use gha-dispatch-ci 2023-03-21 13:41:47 +13:00
3 changed files with 22 additions and 5 deletions

View File

@ -4,13 +4,8 @@ on:
push:
pull_request:
workflow_dispatch:
# Every Saturday at 11:10am UTC
schedule:
- cron: '10 11 * * 6'
jobs:
ci:
name: CI
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1

16
.github/workflows/dispatch-ci.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Dispatch CI
on:
# At 11:10 AM UTC, only on Saturday and Sunday
schedule:
- cron: '10 11 * * 6,0'
jobs:
dispatch-ci:
name: Dispatch CI
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Dispatch CI
uses: silverstripe/gha-dispatch-ci@v1

View File

@ -1,6 +1,12 @@
sk:
SilverStripe\SpamProtection\EditableSpamProtectionField:
PLURALNAME: 'Polia ochrany proti spamu'
PLURALS:
few: '{count} polia ochrany proti spamu'
many: '{count} polí ochrany proti spamu'
one: 'Pole ochrany proti spamu'
other: '{count} polí ochrany proti spamu'
SINGULARNAME: 'Pole ochrany proti spamu'
SPAMFIELDMAPPING: 'Mapovanie spamového poľa'
SPAMFIELDMAPPINGDESCRIPTION: 'Vyberte polia formulára, ktoré zodpovedajú všetkým príslušným identifikátorom ochrany proti spamu'
db_SpamFieldSettings: 'Nastavenia poľa spamu'