diff --git a/.travis.yml b/.travis.yml index c8a1bce5..fc16186b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: php env: global: - - COMPOSER_ROOT_VERSION=1.0.x-dev + - COMPOSER_ROOT_VERSION=4.0.x-dev - CORE_RELEASE=master matrix: diff --git a/composer.json b/composer.json index 19f6e02a..46c16323 100644 --- a/composer.json +++ b/composer.json @@ -1,45 +1,45 @@ { - "name": "silverstripe/reports", - "type": "silverstripe-module", - "description": "Reports module for SilverStripe CMS", - "homepage": "http://silverstripe.org", - "license": "BSD-3-Clause", - "keywords": ["silverstripe", "cms", "reports"], - "authors": [ - { - "name": "SilverStripe", - "homepage": "http://silverstripe.com" + "name": "silverstripe/reports", + "type": "silverstripe-module", + "description": "Reports module for SilverStripe CMS", + "homepage": "http://silverstripe.org", + "license": "BSD-3-Clause", + "keywords": [ + "silverstripe", + "cms", + "reports" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "require": { + "silverstripe/framework": "^4.0@dev", + "silverstripe/admin": "^1.0@dev", + "silverstripe/versioned": "^1.0@dev", + "silverstripe/config": "^1.0@dev", + "silverstripe/assets": "^1.0@dev" }, - { - "name": "The SilverStripe Community", - "homepage": "http://silverstripe.org" - } - ], - "require": { - "silverstripe/framework": "4.0.x-dev", - "silverstripe/admin": "1.0.x-dev", - "silverstripe/versioned": "1.0.x-dev", - "silverstripe/config": "1.0.x-dev", - "silverstripe/assets": "1.0.x-dev" - }, - "require-dev": { - "phpunit/phpunit": "^5.7" - }, - "extra": { - "branch-alias": { - "dev-master": "4.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "SilverStripe\\Reports\\": "code/", - "SilverStripe\\Reports\\Tests\\": "tests/" - } - }, - "scripts": { - "lint": "phpcs code/ tests/", - "lint-clean": "phpcbf code/ tests/" - }, - "minimum-stability": "dev", - "prefer-stable": true + "require-dev": { + "phpunit/phpunit": "^5.7" + }, + "extra": [], + "autoload": { + "psr-4": { + "SilverStripe\\Reports\\": "code/", + "SilverStripe\\Reports\\Tests\\": "tests/" + } + }, + "scripts": { + "lint": "phpcs code/ tests/", + "lint-clean": "phpcbf code/ tests/" + }, + "minimum-stability": "dev", + "prefer-stable": true } diff --git a/lang/bg.yml b/lang/bg.yml new file mode 100644 index 00000000..5e35e451 --- /dev/null +++ b/lang/bg.yml @@ -0,0 +1,7 @@ +bg: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Отчети + ReportTitle: Заглавие + SilverStripe\Reports\SideReport: + OtherGroupTitle: Други + REPEMPTY: 'Отчетът за {title} е празен.' diff --git a/lang/cs.yml b/lang/cs.yml new file mode 100644 index 00000000..4a6ea3b1 --- /dev/null +++ b/lang/cs.yml @@ -0,0 +1,7 @@ +cs: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Výkazy + ReportTitle: Titulek + SilverStripe\Reports\SideReport: + OtherGroupTitle: Jiné + REPEMPTY: 'Výkaz {title} je prázdný.' diff --git a/lang/de.yml b/lang/de.yml new file mode 100644 index 00000000..cc977824 --- /dev/null +++ b/lang/de.yml @@ -0,0 +1,7 @@ +de: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Berichte + ReportTitle: Titel + SilverStripe\Reports\SideReport: + OtherGroupTitle: Andere + REPEMPTY: 'Der Bericht {title} ist leer.' diff --git a/lang/eo.yml b/lang/eo.yml new file mode 100644 index 00000000..3ed9b0dc --- /dev/null +++ b/lang/eo.yml @@ -0,0 +1,7 @@ +eo: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Raportoj + ReportTitle: Titoloj + SilverStripe\Reports\SideReport: + OtherGroupTitle: Aliaj + REPEMPTY: 'La raporto {title} estas malplena.' diff --git a/lang/it.yml b/lang/it.yml new file mode 100644 index 00000000..e4617224 --- /dev/null +++ b/lang/it.yml @@ -0,0 +1,7 @@ +it: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Rapporti + ReportTitle: Titolo + SilverStripe\Reports\SideReport: + OtherGroupTitle: Altro + REPEMPTY: 'Il rapporto {title} è vuoto.' diff --git a/lang/ru.yml b/lang/ru.yml new file mode 100644 index 00000000..77c6aeaf --- /dev/null +++ b/lang/ru.yml @@ -0,0 +1,7 @@ +ru: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Отчёты + ReportTitle: Заголовок + SilverStripe\Reports\SideReport: + OtherGroupTitle: Другое + REPEMPTY: 'Отчёт {title} пустой.' diff --git a/lang/sk.yml b/lang/sk.yml new file mode 100644 index 00000000..590d4826 --- /dev/null +++ b/lang/sk.yml @@ -0,0 +1,7 @@ +sk: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Výkazy + ReportTitle: Titulok + SilverStripe\Reports\SideReport: + OtherGroupTitle: Iné + REPEMPTY: 'Výkaz {title} je prázdny.'