-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'silverstripe:2' into patch-1
- Loading branch information
Showing
107 changed files
with
1,062 additions
and
8,594 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
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,16 @@ | ||
name: Dispatch CI | ||
|
||
on: | ||
# At 12:10 PM UTC, only on Tuesday and Wednesday | ||
schedule: | ||
- cron: '10 12 * * 2,3' | ||
|
||
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 |
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
[main] | ||
host = https://www.transifex.com | ||
|
||
[silverstripe-assets.master] | ||
[o:silverstripe:p:silverstripe-assets:r:master] | ||
file_filter = lang/<lang>.yml | ||
source_file = lang/en.yml | ||
source_lang = en | ||
type = YML | ||
type = YML | ||
|
This file was deleted.
Oops, something went wrong.
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,50 @@ | ||
da: | ||
SilverStripe\Assets\File: | ||
AviType: 'AVI video fil' | ||
CREATED: 'Først uploadet' | ||
CssType: 'CSS fil' | ||
DRAFT: Kladde | ||
DmgType: 'Apple disk image' | ||
DocType: 'Word dokument' | ||
EDIT_ALL_DESCRIPTION: 'Rediger enhver fil' | ||
EDIT_ALL_HELP: 'Rediger enhver fil på sitet, også beskyttede' | ||
GifType: 'GIF billede - god til illustrationer' | ||
GzType: 'GZIP komprimeret fil' | ||
HtmlType: 'HTML fil' | ||
INVALIDEXTENSION_SHORT: 'Endelse ikke tilladt' | ||
IcoType: 'Ikon billedefil' | ||
JpgType: 'JPEG billede - god til fotos' | ||
JsType: 'Javascript fil' | ||
LASTEDIT: 'Senest ændret' | ||
MODIFIED: Modificeret | ||
Mp3Type: 'MP3 lyd fil' | ||
MpgType: 'MPEG video fil' | ||
NOFILESIZE: 'Filstørrelse er nul bytes.' | ||
NOVALIDUPLOAD: 'Filen er ikke gyldig til upload' | ||
PATH: Sti | ||
PLURALNAME: Filer | ||
PLURALS: | ||
one: 'En fil' | ||
other: '{count} Filer' | ||
PdfType: 'Adobe Acrobat PDF fil' | ||
PngType: 'PNG billede - godt allround format' | ||
SINGULARNAME: Fil | ||
TOOLARGE: 'Filen er for stor, maksimalt tilladt {size}' | ||
TiffType: 'Tagged billede format' | ||
URL: URL | ||
WavType: 'WAV lyd fil' | ||
XlsType: 'Excel regneark' | ||
ZipType: 'ZIP komprimeret fil' | ||
db_File: Fil | ||
SilverStripe\Assets\Folder: | ||
PLURALNAME: Mapper | ||
PLURALS: | ||
one: 'En mappe' | ||
other: '{count} Mapper' | ||
SINGULARNAME: Mappe | ||
SilverStripe\Assets\Image: | ||
PLURALNAME: Billeder | ||
PLURALS: | ||
one: 'Et billede' | ||
other: '{count} billeder' | ||
SINGULARNAME: Billede |
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
Oops, something went wrong.