mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
2c145cd454
The files are uploaded to transifex.com now, which means we needed
to consolidate the file names (= locales). Since Transifex doesn't allow
arbitrary JavaScript structures, we're using an intermediary JSON
format which gets transformed into the JS used by the framework.
See b59f3858af
for generator logic.
Fixes https://github.com/silverstripe/silverstripe-framework/issues/2499
17 lines
1.0 KiB
JavaScript
17 lines
1.0 KiB
JavaScript
// This file was generated by GenerateJavaScriptI18nTask from javascript/lang/src/mi.js.
|
|
// See https://github.com/silverstripe/silverstripe-buildtools 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', {
|
|
"LeftAndMain.CONFIRMUNSAVED": "Kei te hiahia whakatere atu i tēnei whārangi?\n\nWHAKATŪPATO: Kāore anō ō huringa kia tiakina.\n\nPēhi AE kia haere tonu, Whakakore rānei kia noho i te whārangi onāianei.",
|
|
"LeftAndMain.CONFIRMUNSAVEDSHORT": "WHAKATŪPATO: Kāore anō ō huringa kia tiakina.",
|
|
"SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Kei te tino hiahia muku i te %s rōpū?",
|
|
"ModelAdmin.SAVED": "Kua Tiakina",
|
|
"ModelAdmin.REALLYDELETE": "Kei te tino hiahia muku?",
|
|
"ModelAdmin.DELETED": "Kua Mukua",
|
|
"ModelAdmin.VALIDATIONERROR": "Hapa Whakamana",
|
|
"LeftAndMain.PAGEWASDELETED": "I mukua tēnei whārangi. Hei whakatika i tētahi whārangi, tīpakohia i te taha mauī."
|
|
}
|
|
);
|
|
} |