Skip to content

Commit

Permalink
Merge branch '5.1' into 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2023
2 parents 47104d9 + 90cc7ae commit dc2055f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update-js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update JS

on:
workflow_dispatch:
# Run on a schedule of once per quarter
schedule:
- cron: '50 22 1 */3 *'

jobs:
update-js:
name: Update JS
# 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: Update JS
uses: silverstripe/gha-update-js@v1
10 changes: 6 additions & 4 deletions lang/eo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ eo:
ASSERTLOGINBUTTON: 'Dividi viajn detalojn kun {orgname}'
AUTHENTICATOR_NAME: RealMe-konto
LOGINBUTTON: Ensaluti
SilverStripe\RealMe\Authenticator\LoginHandler:
LOGINFAILURE: 'Bedaŭrinde ni ne povas nun ensalutigi vin per RealMe. Bonvolu reprovi baldaŭ.'
SilverStripe\RealMe\Authenticator\MiniLoginForm:
LOGINBUTTON: LoginAction
SilverStripe\RealMe\Extension\MemberExtension:
db_RealmeSPNameID: 'RealmeSP nomo ID'
SilverStripe\RealMe\RealMeService:
ERROR_AUTHNFAILED: 'Vi elektis lasi je RealMe.'
ERROR_GENERAL: 'RealMe sciigis pri grava aplikaĵa eraro. Bonvolu reprovi estonte. Se la problemo restos, bonvolu kontakti la helpejon de RealMe. El Nov-Zelando: 0800 664 774 (sen pagvoko), el eksterlando, +64 9 357 4468 (aplikiĝos alilandaj kostoj de pagvoko).'
Expand Down Expand Up @@ -37,7 +43,3 @@ eo:
ERR_NOT_CLI: 'Eblas ruli la taskon ĉe la komanda linio, ne per la TTT-legilo.'
OUPUT_PREFIX: 'Metadatuma XML-dosiero estas listigita sube por la ''{env}'' RealMe-medio. Necesas sendi tion al la agentejo por ke ili transdonu ĝin al la stabo de RealMe.'
VALIDATION_SUCCESS: 'Validigo sukcesis, agordado daŭras...'
SilverStripe\RealMe\Authenticator\LoginHandler:
LOGINFAILURE: 'Bedaŭrinde ni ne povas nun ensalutigi vin per RealMe. Bonvolu reprovi baldaŭ.'
SilverStripe\RealMe\Authenticator\MiniLoginForm:
LOGINBUTTON: LoginAction

0 comments on commit dc2055f

Please sign in to comment.