silverstripe-cms/javascript/lang/mi.js
Sam Minnee bbc3aaaf9f MINOR: Remove training whitespace.
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.

Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.

The command used was this:

for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
	find . -path ./thirdparty -prune -o -type f -name "$match" -exec sed -i '' 's/[[:space:]]\+$//' {} \+
	find . -path ./thirdparty -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:32:05 +13:00

52 lines
3.6 KiB
JavaScript

// This file was generated by silverstripe/cow from javascript/lang/src/mi.js.
// See https://github.com/tractorcow/cow for details
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
ss.i18n.addDictionary('mi', {
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Me tiaki i te whārangi i mua i te tāpiri tamariki ki raro",
"CMSMAIN.CANTADDCHILDREN": "Kāore e taea te tāpiri tamariki ki te kōpuku kua tīpakotia",
"CMSMAIN.ERRORADDINGPAGE": "Hapa tāpiri whārangi",
"CMSMAIN.FILTEREDTREE": "Me whakaatu te rākau kua tātaritia i ngā whārangi kua hurihia anake",
"CMSMAIN.ERRORFILTERPAGES": "Kāore i taea te tātari i te rākau kia whakaaturia ngā whārangi kua hurihia anake<br />%s",
"CMSMAIN.ERRORUNFILTER": "Rākau tē tātaritia",
"CMSMAIN.PUBLISHINGPAGES": "Whakaputa whārangi ana...",
"CMSMAIN.SELECTONEPAGE": "Kōwhiria kotahi whārangi i te iti rawa.",
"CMSMAIN.ERRORPUBLISHING": "Kua hapa te whakaputa whārangi",
"CMSMAIN.REALLYDELETEPAGES": "Kei te tino hiahia muku i ngā whārangi kua tohua %s?",
"CMSMAIN.DELETINGPAGES": "Muku whārangi ana...",
"CMSMAIN.ERRORDELETINGPAGES": "Kua hapa te muku whārangi",
"CMSMAIN.PUBLISHING": "Whakaputa ana...",
"CMSMAIN.RESTORING": "Whakaora ana...",
"CMSMAIN.ERRORREVERTING": "Kua hapa te hoki ki ngā ihirangi hohe",
"CMSMAIN.SAVING": "Tiaki ana...",
"CMSMAIN.SELECTMOREPAGES": "Kua kōwhiria e %s ngā whārangi.\n\nHe tika kia mahia tēnei mahi?",
"CMSMAIN.ALERTCLASSNAME": "Ka whakahōutia te momo whārangi i muri i te tiaki i te whārangi",
"CMSMAIN.URLSEGMENTVALIDATION": "Ka taea anake ngā pūāhua, ngā mati me ngā tohuhono i ngā PRO.",
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Kei te tino hiahia muku i ngā kōpaki %s?",
"AssetTableField.REALLYDELETE": "Kei te tino hiahia muku i ngā kōnae kua tohua?",
"AssetTableField.MOVING": "Neke ana i te %s kōnae",
"CMSMAIN.AddSearchCriteria": "Tāpiri Paearu",
"WidgetAreaEditor.TOOMANY": "Aroha noa, kua taea te mōrahi o ngā taupānga iti i tēnei wāhi",
"AssetAdmin.ConfirmDelete": "Kei te tino hiahia muku i tēnei kōpaki me ngā kōnae i roto?",
"Folder.Name": "Ingoa kōpaki",
"Tree.AddSubPage": "Tāpiri whārangi hou ki konei",
"Tree.Duplicate": "Tārite",
"Tree.EditPage": "Whakatika",
"Tree.ThisPageOnly": "Tēnei whārangi anake",
"Tree.ThisPageAndSubpages": "Tēnei whārangi me ngā whārangi iti",
"Tree.ShowAsList": "Whakaatu tamariki hei rārangi",
"CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.RollbackToVersion": "Kei te tino hiahia hoki ki te tauira #%s o tēnei whārangi?",
"CMSMain.Archive": "Are you sure you want to archive this page and all of its children pages?\n\nThis page and all of its children will be unpublished and sent to the archive.",
"CMSMain.Restore": "Are you sure you want to restore this page from archive?",
"CMSMain.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
"CMSMain.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"URLSEGMENT.Edit": "Whakatika",
"URLSEGMENT.OK": "ĀE",
"URLSEGMENT.Cancel": "Whakakore",
"URLSEGMENT.UpdateURL": "Update URL"
});
}