Rebuild js dist files

This commit is contained in:
Damian Mooyman 2017-04-28 14:02:46 +12:00
parent cd2c961f81
commit 88c8a2d2f9
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
83 changed files with 1767 additions and 1359 deletions

25
client/lang/af.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/af.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('af', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('ar', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "هل تريد حقًا حذف مجلدات %s؟",
"AssetAdmin.ConfirmDelete": "هل تريد حقًا حذف هذا المجلد وكل ما يحتويه من ملفات؟",
"AssetTableField.MOVING": "تم نقل %s من الملفات",
"AssetTableField.REALLYDELETE": "هل تريد حقًا حذف الملفات المعلّمة؟",
"CMSMAIN.ALERTCLASSNAME": "سيتم تحديث نوع الصفحة بعد حفظ الصفحة",
"CMSMAIN.AddSearchCriteria": "إضافة معيار",
"CMSMAIN.CANTADDCHILDREN": "لا يمكنك إضافة التوابع إلى العقدة المحددة",
"CMSMAIN.DELETINGPAGES": "جاري حذف الصفحات...",
"CMSMAIN.ERRORADDINGPAGE": "حدث خطأ في إضافة صفحة",
"CMSMAIN.ERRORDELETINGPAGES": "خطأ أثناء حذف الصفحات",
"CMSMAIN.ERRORFILTERPAGES": "لا يمكن تصنيف المسار الشجري حتى يُظهر الصفحات التي تم تغييرها فقط<br /> %s",
"CMSMAIN.ERRORPUBLISHING": "خطأ في الصحات المنشورة",
"CMSMAIN.ERRORREVERTING": "خطأ أثناء العودة إلى المحتوى المباشر",
"CMSMAIN.ERRORUNFILTER": "شجرة غير مصفّاة",
"CMSMAIN.FILTEREDTREE": "شجرة مصفّاة فقط لإظهار الصفحات التي تم تغييرها",
"CMSMAIN.PUBLISHING": "جاري النشر...",
"CMSMAIN.PUBLISHINGPAGES": "جاري نشر الصفحات...",
"CMSMAIN.REALLYDELETEPAGES": "هل ترغب حقًا في حذف الصفحات %s المعلّمة؟",
"CMSMAIN.RESTORING": "جاري الاستعادة...",
"CMSMAIN.SAVING": "جاري الحذف...",
"CMSMAIN.SELECTMOREPAGES": "لقد قمت باختيار عدد %s من الصفحات.\n\nهل تريد حقاً تنفيذ هذا الإجراء؟",
"CMSMAIN.SELECTONEPAGE": "يرجى تحديد صفحة واحدة على الأقل.",
"CMSMAIN.URLSEGMENTVALIDATION": "يمكن تكوين عناوين URL من أحرف وأرقام وواصلات فقط.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "يجب عليك حفظ إحدى الصفحات قبل إضافة أطفال تحته",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "هل تريد حقاً الرجوع إلى النسخة #%s من هذه الصفحة؟",
"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.",
"Folder.Name": "اسم المجلد",
"Tree.AddSubPage": "أضف صفحة جديدة هنا",
"Tree.Duplicate": "تكرار",
"Tree.EditPage": "تحرير",
"Tree.ShowAsList": "أعرض التوابع في شكل قائمة",
"Tree.ThisPageAndSubpages": "هذه الصفحة وصفحات فرعية",
"Tree.ThisPageOnly": "هذه الصفحة فقط",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "إلغاء",
"URLSEGMENT.Edit": "تحرير",
"URLSEGMENT.OK": "موافق",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "عفواً، لقد وصلت للحد الأقصى لعدد التطبيقات المصغرة في هذه المنطقة"
"CMS.ALERTCLASSNAME": "سيتم تحديث نوع الصفحة بعد حفظ الصفحة",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "هل تريد حقاً الرجوع إلى النسخة #%s من هذه الصفحة؟",
"CMS.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.",
"CMS.AddSubPage": "أضف صفحة جديدة هنا",
"CMS.Duplicate": "تكرار",
"CMS.EditPage": "تحرير",
"CMS.ShowAsList": "أعرض التوابع في شكل قائمة",
"CMS.ThisPageAndSubpages": "هذه الصفحة وصفحات فرعية",
"CMS.ThisPageOnly": "هذه الصفحة فقط",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/ast.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/ast.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('ast', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/az.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/az.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('az', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('bg', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Да бъдат ли изтрити %s папки?",
"AssetAdmin.ConfirmDelete": "Да бъде ли изтрита тази папка и нейното съдържание?",
"AssetTableField.MOVING": "Преместване на %s файл(а)",
"AssetTableField.REALLYDELETE": "Да бъдат ли изтрити маркираните файлове?",
"CMSMAIN.ALERTCLASSNAME": "Типът на страницата ще бъде обновен, след като тя бъде записана",
"CMSMAIN.AddSearchCriteria": "Добави критерий",
"CMSMAIN.CANTADDCHILDREN": "You can't add children to the selected node",
"CMSMAIN.DELETINGPAGES": "Deleting pages...",
"CMSMAIN.ERRORADDINGPAGE": "Error adding page",
"CMSMAIN.ERRORDELETINGPAGES": "Error deleting pages",
"CMSMAIN.ERRORFILTERPAGES": "Could not filter tree to only show changed pages<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Error publishing pages",
"CMSMAIN.ERRORREVERTING": "Error reverting to live content",
"CMSMAIN.ERRORUNFILTER": "Unfiltered tree",
"CMSMAIN.FILTEREDTREE": "Filtered tree to only show changed pages",
"CMSMAIN.PUBLISHING": "Publishing...",
"CMSMAIN.PUBLISHINGPAGES": "Publishing pages...",
"CMSMAIN.REALLYDELETEPAGES": "Do you really want to delete the %s marked pages?",
"CMSMAIN.RESTORING": "Restoring...",
"CMSMAIN.SAVING": "saving...",
"CMSMAIN.SELECTMOREPAGES": "You have %s pages selected.\n\nDo you really want to perform this action?",
"CMSMAIN.SELECTONEPAGE": "Please select at least 1 page.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs can only be made up of letters, digits and hyphens.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "You have to save a page before adding children underneath it",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"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.",
"Folder.Name": "Folder name",
"Tree.AddSubPage": "Add new page here",
"Tree.Duplicate": "Duplicate",
"Tree.EditPage": "Edit",
"Tree.ShowAsList": "Show children as list",
"Tree.ThisPageAndSubpages": "This page and subpages",
"Tree.ThisPageOnly": "This page only",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Cancel",
"URLSEGMENT.Edit": "Edit",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Sorry, you have reached the maximum number of widgets in this area"
"CMS.ALERTCLASSNAME": "Типът на страницата ще бъде обновен, след като тя бъде записана",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/bs.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/bs.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('bs', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/ca.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/ca.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('ca', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('cs', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Skutečně chcete smazat %s složky?",
"AssetAdmin.ConfirmDelete": "Skutečně chcete smazat tuto složku a všechny obsahující soubory?",
"AssetTableField.MOVING": "Přemísťování %s soubor(ů)",
"AssetTableField.REALLYDELETE": "Skuečně chcete smazat označené soubory?",
"CMSMAIN.ALERTCLASSNAME": "Typ stránky bude aktualizován až stránka bude uložena",
"CMSMAIN.AddSearchCriteria": "Přidat kritéria",
"CMSMAIN.CANTADDCHILDREN": "Nemůžete přidat potomky do vybraného uzlu",
"CMSMAIN.DELETINGPAGES": "Mazání stránek...",
"CMSMAIN.ERRORADDINGPAGE": "Chyba při přidání stránky",
"CMSMAIN.ERRORDELETINGPAGES": "Chyba při mazání stránek",
"CMSMAIN.ERRORFILTERPAGES": "Není možno filtrovat strukturu k zobrazení pouze zmeněných stránek<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Chyba při zveřejňování stránek",
"CMSMAIN.ERRORREVERTING": "Chyba převádění na živý obsah",
"CMSMAIN.ERRORUNFILTER": "Nefiltrovaná struktura",
"CMSMAIN.FILTEREDTREE": "Filtrovaná struktura k zobrazení pouze zmeněných stránek",
"CMSMAIN.PUBLISHING": "Zveřejňování...",
"CMSMAIN.PUBLISHINGPAGES": "Zveřejňování stránek...",
"CMSMAIN.REALLYDELETEPAGES": "Skutečně chcete smazat %s označené stránky?",
"CMSMAIN.RESTORING": "Obnovování...",
"CMSMAIN.SAVING": "ukládání...",
"CMSMAIN.SELECTMOREPAGES": "Máte vybráno %s stránek.\n\nSkutečně je chcete?",
"CMSMAIN.SELECTONEPAGE": "Prosím, vyberte nejméně 1 stránku.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs múže být vytvořeno pouze znaky, čísly a spojovníky.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Před přidáním další podstránky, musíte stránku uložit",
"CMSMain.Archive": "Určitě chcete archivovat tuto stránku a její všechny podstránky?\n\nTato stránka a její všechny podstránky budou nezveřejněny a odeslány do archívu.",
"CMSMain.ConfirmRestoreFromLive": "Určitě chcete obnovit koncept do stavz, kdy stránka byla naposled zveřejněna?",
"CMSMain.DeleteFromDraft": "Určitě chcete odstranit stránku z konceptu?\n\nTato stránka zůstane na zveřejněném webu.",
"CMSMain.Restore": "Určitě chcete obnovit tyto stránky z archívu?",
"CMSMain.RestoreToRoot": "Určitě chcete obnovit tuto stránku z archívu?\n\nProtože nadřazená stránka není k dispozici, bude obnovena do nejvyšší úrovně.",
"CMSMain.RollbackToVersion": "Skutečně chcete vrátit zpět na verzi #%s této stránky?",
"CMSMain.Unpublish": "Určitě chcete odstranit stránku ze zveřejněného webu?\n\nTato stránka bude stále k dispozici ve struktuře webu jako koncept.",
"Folder.Name": "Název složky",
"Tree.AddSubPage": "Přidat novou stránku sem",
"Tree.Duplicate": "Duplikovat",
"Tree.EditPage": "Editovat",
"Tree.ShowAsList": "Zobrazit potomky jako seznam",
"Tree.ThisPageAndSubpages": "Tuto stránku a podstránky",
"Tree.ThisPageOnly": "Pouze tuto stránku",
"Tree.ViewPage": "Zobrazit",
"URLSEGMENT.Cancel": "Storno",
"URLSEGMENT.Edit": "Editovat",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Aktualizovat URL",
"WidgetAreaEditor.TOOMANY": "Promiňte, dosáhl jste maximální počet widgetů v této oblasti"
"CMS.ALERTCLASSNAME": "Typ stránky bude aktualizován až stránka bude uložena",
"CMS.ConfirmRestoreFromLive": "Určitě chcete obnovit koncept do stavz, kdy stránka byla naposled zveřejněna?",
"CMS.Restore": "Určitě chcete obnovit tyto stránky z archívu?",
"CMS.RestoreToRoot": "Určitě chcete obnovit tuto stránku z archívu?\n\nProtože nadřazená stránka není k dispozici, bude obnovena do nejvyšší úrovně.",
"CMS.RollbackToVersion": "Skutečně chcete vrátit zpět na verzi #%s této stránky?",
"CMS.Unpublish": "Určitě chcete odstranit stránku ze zveřejněného webu?\n\nTato stránka bude stále k dispozici ve struktuře webu jako koncept.",
"CMS.AddSubPage": "Přidat novou stránku sem",
"CMS.Duplicate": "Duplikovat",
"CMS.EditPage": "Editovat",
"CMS.ShowAsList": "Zobrazit potomky jako seznam",
"CMS.ThisPageAndSubpages": "Tuto stránku a podstránky",
"CMS.ThisPageOnly": "Pouze tuto stránku",
"CMS.ViewPage": "Zobrazit",
"CMS.UpdateURL": "Aktualizovat URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/cs_CZ.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/cs_CZ.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('cs_CZ', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/da.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/da.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('da', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('de', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Möchten Sie wirklich %s Ordner löschen?",
"AssetAdmin.ConfirmDelete": "Möchten Sie wirklich diesen Ordner und alle darin enthaltenen Dateien löschen?",
"AssetTableField.MOVING": "Verschiebe %s Dateie(n)",
"AssetTableField.REALLYDELETE": "Wollen Sie wirklich die markierten Dateien löschen?",
"CMSMAIN.ALERTCLASSNAME": "Der Seitentyp wird erst nach dem Speichern der Seite aktualisert",
"CMSMAIN.AddSearchCriteria": "Suchkriterium hinzufügen",
"CMSMAIN.CANTADDCHILDREN": "Unterseiten nicht erlaubt",
"CMSMAIN.DELETINGPAGES": "Lösche Seiten...",
"CMSMAIN.ERRORADDINGPAGE": "Fehler beim Hinzufügen der Seite",
"CMSMAIN.ERRORDELETINGPAGES": "Fehler beim Löschen der Seiten",
"CMSMAIN.ERRORFILTERPAGES": "Konnte Seitenbaum nicht filtern<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Fehler beim Veröffentlichen der Seiten",
"CMSMAIN.ERRORREVERTING": "Fehler beim Wiederherstellen des Live-Inhaltes",
"CMSMAIN.ERRORUNFILTER": "Konnte Filterung des Seitenbaumes nicht aufheben<br />%s",
"CMSMAIN.FILTEREDTREE": "Gefilterter Seitenbaum zeigt nur Änderungen",
"CMSMAIN.PUBLISHING": "Veröffentliche...",
"CMSMAIN.PUBLISHINGPAGES": "Publiziere Seiten...",
"CMSMAIN.REALLYDELETEPAGES": "Wollen Sie wirklich %s Seiten löschen?",
"CMSMAIN.RESTORING": "Wiederherstellen...",
"CMSMAIN.SAVING": "Sichern...",
"CMSMAIN.SELECTMOREPAGES": "Sie haben %s Seiten ausgewählt.\n\nWollen Sie wirklich diese Aktion durchführen?",
"CMSMAIN.SELECTONEPAGE": "Bitte mindestens eine Seite auswählen",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs dürfen nur Buchstaben, Zahlen und Bindestriche enthalten.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Sie müssen diese Seite speichern bevor Unterseiten hingefügt werden können",
"CMSMain.Archive": "Sind Sie sicher, dass Sie diese Seite und alle Unterseiten archivieren wollen?\n\nBei dieser Seite und allen Unterseiten wird die Veröffentlichung zurückgenommen und sie werden ins Archiv verschoben.",
"CMSMain.ConfirmRestoreFromLive": "Sind Sie sicher, dass Sie den Entwurf zu der zuletzt veröffentlichten Version zurücksetzen wollen?",
"CMSMain.DeleteFromDraft": "Sind Sie sicher, dass Sie diese Seite aus den Entwürfen entfernen wollen?\n\nDiese Seite wird weiterhin veröffentlicht bleiben.",
"CMSMain.Restore": "Sind Sie sicher, dass Sie diese Seite aus dem Archiv wiederherstellen wollen?",
"CMSMain.RestoreToRoot": "Sind Sie sicher, dass Sie diese Seite aus dem Archiv wiederherstellen wollen?\n\nWeil die ehemalige Elternseite nicht verfügbar ist wird diese Seite auf oberster Ebene wiederhergestellt.",
"CMSMain.RollbackToVersion": "Wollen Sie wirklich Version #%s dieser Seite wiederherstellen?",
"CMSMain.Unpublish": "Sind Sie sicher, dass Sie diese Seite von der veröffentlichten Seite entfernen wollen?\n\nDie Seite wird weiterhin im Seitenbaum als Entwurf bleiben.",
"Folder.Name": "Ordnername",
"Tree.AddSubPage": "Neue Seite hier hinzufügen",
"Tree.Duplicate": "Duplizieren",
"Tree.EditPage": "Bearbeiten",
"Tree.ShowAsList": "Kinder als LIste zeigen",
"Tree.ThisPageAndSubpages": "Diese Seite und Unterseiten",
"Tree.ThisPageOnly": "Nur diese Seite",
"Tree.ViewPage": "Anzeigen",
"URLSEGMENT.Cancel": "Abbrechen",
"URLSEGMENT.Edit": "Bearbeiten",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "URL aktualisieren",
"WidgetAreaEditor.TOOMANY": "Entschuldigung, Sie haben die maximale Anzahl an Widgets in diesem Bereich erreicht"
"CMS.ALERTCLASSNAME": "Der Seitentyp wird erst nach dem Speichern der Seite aktualisert",
"CMS.ConfirmRestoreFromLive": "Sind Sie sicher, dass Sie den Entwurf zu der zuletzt veröffentlichten Version zurücksetzen wollen?",
"CMS.Restore": "Sind Sie sicher, dass Sie diese Seite aus dem Archiv wiederherstellen wollen?",
"CMS.RestoreToRoot": "Sind Sie sicher, dass Sie diese Seite aus dem Archiv wiederherstellen wollen?\n\nWeil die ehemalige Elternseite nicht verfügbar ist wird diese Seite auf oberster Ebene wiederhergestellt.",
"CMS.RollbackToVersion": "Wollen Sie wirklich Version #%s dieser Seite wiederherstellen?",
"CMS.Unpublish": "Sind Sie sicher, dass Sie diese Seite von der veröffentlichten Seite entfernen wollen?\n\nDie Seite wird weiterhin im Seitenbaum als Entwurf bleiben.",
"CMS.AddSubPage": "Neue Seite hier hinzufügen",
"CMS.Duplicate": "Duplizieren",
"CMS.EditPage": "Bearbeiten",
"CMS.ShowAsList": "Kinder als LIste zeigen",
"CMS.ThisPageAndSubpages": "Diese Seite und Unterseiten",
"CMS.ThisPageOnly": "Nur diese Seite",
"CMS.ViewPage": "Anzeigen",
"CMS.UpdateURL": "URL aktualisieren",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/de_DE.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/de_DE.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('de_DE', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,43 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('el', {
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "You have to save a page before adding children underneath it",
"CMSMAIN.CANTADDCHILDREN": "You can't add children to the selected node",
"CMSMAIN.ERRORADDINGPAGE": "Error adding page",
"CMSMAIN.FILTEREDTREE": "Filtered tree to only show changed pages",
"CMSMAIN.ERRORFILTERPAGES": "Could not filter tree to only show changed pages<br />%s",
"CMSMAIN.ERRORUNFILTER": "Unfiltered tree",
"CMSMAIN.PUBLISHINGPAGES": "Publishing pages...",
"CMSMAIN.SELECTONEPAGE": "Please select at least 1 page.",
"CMSMAIN.ERRORPUBLISHING": "Error publishing pages",
"CMSMAIN.REALLYDELETEPAGES": "Do you really want to delete the %s marked pages?",
"CMSMAIN.DELETINGPAGES": "Deleting pages...",
"CMSMAIN.ERRORDELETINGPAGES": "Error deleting pages",
"CMSMAIN.PUBLISHING": "Publishing...",
"CMSMAIN.RESTORING": "Restoring...",
"CMSMAIN.ERRORREVERTING": "Error reverting to live content",
"CMSMAIN.SAVING": "saving...",
"CMSMAIN.SELECTMOREPAGES": "You have %s pages selected.\n\nDo you really want to perform this action?",
"CMSMAIN.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs can only be made up of letters, digits and hyphens.",
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s folders?",
"AssetTableField.REALLYDELETE": "Do you really want to delete the marked files?",
"AssetTableField.MOVING": "Moving %s file(s)",
"CMSMAIN.AddSearchCriteria": "Add Criteria",
"WidgetAreaEditor.TOOMANY": "Sorry, you have reached the maximum number of widgets in this area",
"AssetAdmin.ConfirmDelete": "Do you really want to delete this folder and all contained files?",
"Folder.Name": "Folder name",
"Tree.AddSubPage": "Προσθήκη νέας σελίδας εδώ",
"Tree.Duplicate": "Duplicate",
"Tree.EditPage": "Edit",
"Tree.ThisPageOnly": "Μόνο αυτή η σελίδα",
"Tree.ThisPageAndSubpages": "This page and subpages",
"Tree.ShowAsList": "Show children as list",
"CMSMain.ConfirmRestoreFromLive": "Do you really want to copy the published content to the draft site?",
"CMSMain.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"URLSEGMENT.Edit": "Επεξεργασία",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.Cancel": "Άκυρο"
}
);
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Προσθήκη νέας σελίδας εδώ",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "Μόνο αυτή η σελίδα",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,48 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('en', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s folders?",
"AssetAdmin.ConfirmDelete": "Do you really want to delete this folder and all contained files?",
"AssetTableField.MOVING": "Moving %s file(s)",
"AssetTableField.REALLYDELETE": "Do you really want to delete the marked files?",
"CMSMAIN.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMSMAIN.AddSearchCriteria": "Add Criteria",
"CMSMAIN.CANTADDCHILDREN": "You can't add children to the selected node",
"CMSMAIN.DELETINGPAGES": "Deleting pages...",
"CMSMAIN.ERRORADDINGPAGE": "Error adding page",
"CMSMAIN.ERRORDELETINGPAGES": "Error deleting pages",
"CMSMAIN.ERRORFILTERPAGES": "Could not filter tree to only show changed pages<br \/>%s",
"CMSMAIN.ERRORPUBLISHING": "Error publishing pages",
"CMSMAIN.ERRORREVERTING": "Error reverting to live content",
"CMSMAIN.ERRORUNFILTER": "Unfiltered tree",
"CMSMAIN.FILTEREDTREE": "Filtered tree to only show changed pages",
"CMSMAIN.PUBLISHING": "Publishing...",
"CMSMAIN.PUBLISHINGPAGES": "Publishing pages...",
"CMSMAIN.REALLYDELETEPAGES": "Do you really want to delete the %s marked pages?",
"CMSMAIN.RESTORING": "Restoring...",
"CMSMAIN.SAVING": "saving...",
"CMSMAIN.SELECTMOREPAGES": "You have %s pages selected.\n\nDo you really want to perform this action?",
"CMSMAIN.SELECTONEPAGE": "Please select at least 1 page.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs can only be made up of letters, digits and hyphens.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "You have to save a page before adding children underneath it",
"CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"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.",
"Folder.Name": "Folder name",
"Tree.AddSubPage": "Add new page here",
"Tree.Duplicate": "Duplicate",
"Tree.EditPage": "Edit",
"Tree.ShowAsList": "Show children as list",
"Tree.ThisPageAndSubpages": "This page and subpages",
"Tree.ThisPageOnly": "This page only",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Cancel",
"URLSEGMENT.Edit": "Edit",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Sorry, you have reached the maximum number of widgets in this area"
});
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/en_GB.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/en_GB.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('en_GB', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('eo', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Ĉi vi vere volas forigi %s dosierujojn?",
"AssetAdmin.ConfirmDelete": "Ĉu vi vere volas forigi ĉi tiun dosierujon kaj ĉiujn dosierojn en ĝi?",
"AssetTableField.MOVING": "Movas %s dosiero(j)n",
"AssetTableField.REALLYDELETE": "Ĉu vi vere volas forigi la markitajn dosierojn?",
"CMSMAIN.ALERTCLASSNAME": "La paĝotipo aktualiĝos kiam la paĝo estas konservita",
"CMSMAIN.AddSearchCriteria": "Aldoni kriteriojn",
"CMSMAIN.CANTADDCHILDREN": "Vi ne povas aldoni idojn al la elektita nodo",
"CMSMAIN.DELETINGPAGES": "Forigas paĝojn...",
"CMSMAIN.ERRORADDINGPAGE": "Eraro okazis enmetante paĝon",
"CMSMAIN.ERRORDELETINGPAGES": "Eraro okazis forigante paĝojn",
"CMSMAIN.ERRORFILTERPAGES": "Ne eblis filtri la arbon por vidigi nur ŝanĝitajn paĝojn<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Eraro okazis publikigante paĝojn",
"CMSMAIN.ERRORREVERTING": "Okazis eraro anstataŭigante per publika enhavo",
"CMSMAIN.ERRORUNFILTER": "Nefiltrita arbo",
"CMSMAIN.FILTEREDTREE": "Filtrita arbo vidigu nur ŝanĝitajn paĝojn",
"CMSMAIN.PUBLISHING": "Publikigas...",
"CMSMAIN.PUBLISHINGPAGES": "Publikigas paĝojn...",
"CMSMAIN.REALLYDELETEPAGES": "Ĉu vi vere volas forigi la %s markitajn paĝojn?",
"CMSMAIN.RESTORING": "Restaŭras...",
"CMSMAIN.SAVING": "konservas...",
"CMSMAIN.SELECTMOREPAGES": "Vi elektis %s paĝojn.\n\nĈu vi vere volas fari tiun agon?",
"CMSMAIN.SELECTONEPAGE": "Bonvole elektu almenaŭ 1 paĝon.",
"CMSMAIN.URLSEGMENTVALIDATION": "URL konsistu el literoj, ciferoj kaj streketoj.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Necesas konservi paĝon antaŭ ol enmeti idojn sub ĝi",
"CMSMain.Archive": "Ĉi vi estas certa ke vi volas enarkivigi tiun paĝon kaj ĉiujn ties idajn paĝojn?\n\nTiu paĝo kaj ĉiuj ties idoj malpublikiĝos kaj sendiĝos al la arkivo.",
"CMSMain.ConfirmRestoreFromLive": "Ĉi vi vere volas malfari la malneton al kiam la paĝo estis laste publikigita?",
"CMSMain.DeleteFromDraft": "Ĉu vi vere volas forigi la paĝon el la malneta retejo?\n\nTiu paĝo ankoraŭ troviĝos en la publika retejo.",
"CMSMain.Restore": "Ĉi vi vere volas restaŭri ĉi tiun paĝon el la arkivo?",
"CMSMain.RestoreToRoot": "Ĉu vi vere volas restaŭri la paĝon el la arkivo?\n\nĈar la patra paĝo ne disponeblas, ĝi restaŭriĝos al la supra nivelo.",
"CMSMain.RollbackToVersion": "Cu vi vere volas malfare restaŭri al versio #%s de ĉi tiu paĝo?",
"CMSMain.Unpublish": "Ĉu vi vere volas forigi la paĝon el la publika retejo?\n\nTiu paĝo ankoraŭ disponeblos en la reteja arbo kiel malneto.",
"Folder.Name": "Nomo de dosierujo",
"Tree.AddSubPage": "Aldoni novan paĝon ĉi tie",
"Tree.Duplicate": "Duobligi",
"Tree.EditPage": "Redakti",
"Tree.ShowAsList": "Vidigi idojn kiel liston",
"Tree.ThisPageAndSubpages": "Ĉi tiu paĝo kaj subpaĝoj",
"Tree.ThisPageOnly": "Nur ĉi tiu paĝo",
"Tree.ViewPage": "Vido",
"URLSEGMENT.Cancel": "Rezigni",
"URLSEGMENT.Edit": "Redakti",
"URLSEGMENT.OK": "Akcepti",
"URLSEGMENT.UpdateURL": "Ĝisdatigi je URL",
"WidgetAreaEditor.TOOMANY": "Bedaŭrinde vi atingis la maksimuman nombron da fenestraĵoj por la zono"
"CMS.ALERTCLASSNAME": "La paĝotipo aktualiĝos kiam la paĝo estas konservita",
"CMS.ConfirmRestoreFromLive": "Ĉi vi vere volas malfari la malneton al kiam la paĝo estis laste publikigita?",
"CMS.Restore": "Ĉi vi vere volas restaŭri ĉi tiun paĝon el la arkivo?",
"CMS.RestoreToRoot": "Ĉu vi vere volas restaŭri la paĝon el la arkivo?\n\nĈar la patra paĝo ne disponeblas, ĝi restaŭriĝos al la supra nivelo.",
"CMS.RollbackToVersion": "Cu vi vere volas malfare restaŭri al versio #%s de ĉi tiu paĝo?",
"CMS.Unpublish": "Ĉu vi vere volas forigi la paĝon el la publika retejo?\n\nTiu paĝo ankoraŭ disponeblos en la reteja arbo kiel malneto.",
"CMS.AddSubPage": "Aldoni novan paĝon ĉi tie",
"CMS.Duplicate": "Duobligi",
"CMS.EditPage": "Redakti",
"CMS.ShowAsList": "Vidigi idojn kiel liston",
"CMS.ThisPageAndSubpages": "Ĉi tiu paĝo kaj subpaĝoj",
"CMS.ThisPageOnly": "Nur ĉi tiu paĝo",
"CMS.ViewPage": "Vido",
"CMS.UpdateURL": "Ĝisdatigi je URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('es', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "¿Realmente quieres eliminar la carpeta %s?",
"AssetAdmin.ConfirmDelete": "¿Realmente quieres eliminar esta carpeta y todo su contenido?",
"AssetTableField.MOVING": "Moviendo %s archivo(s)",
"AssetTableField.REALLYDELETE": "¿Realmente quieres eliminar los archivos marcados?",
"CMSMAIN.ALERTCLASSNAME": "El tipo de página será actualizado luego de guardar la página",
"CMSMAIN.AddSearchCriteria": "Agregar criterio",
"CMSMAIN.CANTADDCHILDREN": "No puedes agregar hijos al nodo seleccionado",
"CMSMAIN.DELETINGPAGES": "Borrando páginas...",
"CMSMAIN.ERRORADDINGPAGE": "Error al agregar página",
"CMSMAIN.ERRORDELETINGPAGES": "Error eliminando páginas",
"CMSMAIN.ERRORFILTERPAGES": "No se pudo filtrar el árbol para solo mostrar las páginas modificadas<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Error al publicar páginas",
"CMSMAIN.ERRORREVERTING": "Error al revertir al contenido real",
"CMSMAIN.ERRORUNFILTER": "Árbol sin filtrar",
"CMSMAIN.FILTEREDTREE": "Árbol filtrado para mostrar sólo las páginas cambiadas",
"CMSMAIN.PUBLISHING": "Publicando...",
"CMSMAIN.PUBLISHINGPAGES": "Publicando páginas...",
"CMSMAIN.REALLYDELETEPAGES": "¿Realmente quieres borrar las %s páginas marcadas?",
"CMSMAIN.RESTORING": "Restaurando...",
"CMSMAIN.SAVING": "guardando...",
"CMSMAIN.SELECTMOREPAGES": "Tienes %s páginas seleccionadas\n\n¿Realmente quieres realizar esta acción?",
"CMSMAIN.SELECTONEPAGE": "Por favor, seleccione al menos 1 página.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs sólo pueden ser creadas con letras, dígitos y guiones.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Tienes que guardar la página antes de agregarle hijos",
"CMSMain.Archive": "¿Está seguro de querer archivar esta página y todas sus páginas hijas?\n\nEsta página y todas sus hijas se retirarán de publicación y se enviarán al archivo.",
"CMSMain.ConfirmRestoreFromLive": "¿Estás seguro de que quieres revertir el borrador a la última página publicada?",
"CMSMain.DeleteFromDraft": "¿Estás seguro de que quieres remover tu página desde el borrador?\n\nEsta página continuará publicada en el sitio.",
"CMSMain.Restore": "¿Estás seguro que quieres restaurar esta página desde el archivo?",
"CMSMain.RestoreToRoot": "¿Estás seguro que quieres restaurar esta página desde el archivo?\n\nEl padre de esta página no está disponible, debido a ello, esta página será restaurada en el primer nivel del árbol",
"CMSMain.RollbackToVersion": "¿Realmente quieres volver a la versión #%s de esta página?",
"CMSMain.Unpublish": "¿Estás seguro que quieres remover tu página desde el sitio publicado?\n\nEsta página se mantendrá disponible en el árbol de páginas como un borrador.",
"Folder.Name": "Nombre de la carpeta",
"Tree.AddSubPage": "Agregar nueva página aquí",
"Tree.Duplicate": "Duplicar",
"Tree.EditPage": "Editar",
"Tree.ShowAsList": "Mostrar hijos como lista",
"Tree.ThisPageAndSubpages": "Esta página y subpáginas",
"Tree.ThisPageOnly": "Sólo en esta página",
"Tree.ViewPage": "Ver",
"URLSEGMENT.Cancel": "Cancelar",
"URLSEGMENT.Edit": "Editar",
"URLSEGMENT.OK": "Ok",
"URLSEGMENT.UpdateURL": "Actualizar URL",
"WidgetAreaEditor.TOOMANY": "Lo sentimos, has llegado al máximo número de widgets en esta área"
"CMS.ALERTCLASSNAME": "El tipo de página será actualizado luego de guardar la página",
"CMS.ConfirmRestoreFromLive": "¿Estás seguro de que quieres revertir el borrador a la última página publicada?",
"CMS.Restore": "¿Estás seguro que quieres restaurar esta página desde el archivo?",
"CMS.RestoreToRoot": "¿Estás seguro que quieres restaurar esta página desde el archivo?\n\nEl padre de esta página no está disponible, debido a ello, esta página será restaurada en el primer nivel del árbol",
"CMS.RollbackToVersion": "¿Realmente quieres volver a la versión #%s de esta página?",
"CMS.Unpublish": "¿Estás seguro que quieres remover tu página desde el sitio publicado?\n\nEsta página se mantendrá disponible en el árbol de páginas como un borrador.",
"CMS.AddSubPage": "Agregar nueva página aquí",
"CMS.Duplicate": "Duplicar",
"CMS.EditPage": "Editar",
"CMS.ShowAsList": "Mostrar hijos como lista",
"CMS.ThisPageAndSubpages": "Esta página y subpáginas",
"CMS.ThisPageOnly": "Sólo en esta página",
"CMS.ViewPage": "Ver",
"CMS.UpdateURL": "Actualizar URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/es_AR.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/es_AR.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('es_AR', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/es_MX.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/es_MX.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('es_MX', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/et_EE.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/et_EE.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('et_EE', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/fa.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/fa.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('fa', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('fa_IR', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "آیا واقعاً می‌خواهید %s پوشه را حذف نمایید؟",
"AssetAdmin.ConfirmDelete": "آیا واقعاً می‌خواهید این پوشه و تمامی فایل‌های درون آن را حذف نمایید؟",
"AssetTableField.MOVING": "جابه‌جایی %s فایل",
"AssetTableField.REALLYDELETE": "آیا واقعاً می‌خواهید فایل‌های علامت‌گذاری شده را حذف نمایید؟",
"CMSMAIN.ALERTCLASSNAME": "نوع صفحه پس از ذخیره‌ی آن به‌روزرسانی می‌شود",
"CMSMAIN.AddSearchCriteria": "افزودن شاخص",
"CMSMAIN.CANTADDCHILDREN": "شما نمی‌توانید فرزندانی به بخش انتخاب‌شده بیافزایید",
"CMSMAIN.DELETINGPAGES": "حذف صفحات...",
"CMSMAIN.ERRORADDINGPAGE": "خطا در افزودن صفحات",
"CMSMAIN.ERRORDELETINGPAGES": "خطا در حذف صفحات",
"CMSMAIN.ERRORFILTERPAGES": "ناتوان در پالایش لیست درختی تا تنها صفحات تغییر کرده را نمایش دهد <br />%s",
"CMSMAIN.ERRORPUBLISHING": "خطا در انتشار صفحات",
"CMSMAIN.ERRORREVERTING": "خطا در بازنشانی به محتوای لایو",
"CMSMAIN.ERRORUNFILTER": "لیست درختی پالایش نشده",
"CMSMAIN.FILTEREDTREE": "پالایش لیست درختی تا تنها صفحات تغییر کرده را نمایش دهد",
"CMSMAIN.PUBLISHING": "منتشر کردن...",
"CMSMAIN.PUBLISHINGPAGES": "انتشار صفحات...",
"CMSMAIN.REALLYDELETEPAGES": "آیا واقعاً می‌خواهید %s صفحه‌ی علامت‌گذاری شده را حذف نمایید؟",
"CMSMAIN.RESTORING": "بازنشاندن...",
"CMSMAIN.SAVING": "ذخیره‌سازی...",
"CMSMAIN.SELECTMOREPAGES": "شما %s صفحه‌ی انتخاب شده دارید.\n\nآیا واقعاً می‌خواهید که این عملکرد اجرا شود؟",
"CMSMAIN.SELECTONEPAGE": "لطفاً حداقل ۱ صفحه را انتخاب نمایید.",
"CMSMAIN.URLSEGMENTVALIDATION": "نشانی‌های اینترنتی تنها می‌توانند از حروف، اعداد و خط فاصله ساخته شوند.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "شما باید پیش از افزودن فرزندان به زیر آن، صفحه را ذخیره کنید",
"CMSMain.Archive": "آیا از این‌که می‌خواهید این صفحه و تمامی صفحات فرزند آن بایگانی شوند اطمینان دارید؟\n\nاین صفحه و تمامی صفحات فرزند آن‌ عدم انتشار شده و به بایگانی ارسال می‌گردند.",
"CMSMain.ConfirmRestoreFromLive": "آیا مطمئن هستید که پیش‌نویس به آخرین انتشار صفحه بازنشانی شود؟",
"CMSMain.DeleteFromDraft": "آیا اطمینان دارید که می‌خواهید صفحه‌تان را از سایت پیش‌نویس حذف نمایید؟\n\nاین صفحه همچنان در سایت منتشر‌شده باقی خواهد بود.",
"CMSMain.Restore": "آیا مطمئن هستید که این صفحه از آرشیو بازنشانی شود؟",
"CMSMain.RestoreToRoot": "آیا اطمینان دارید که می‌خواهید این صفحه را از بایگانی بازنشانی نمایید؟\n\nاز آن‌جائی‌که صفحه‌ی والد موجود نیست به بالاترین لول بازنشانی خواهد شد.",
"CMSMain.RollbackToVersion": "آیا واقعاً می‌خواهید به نسخه #%s این صفحه بازگردید؟",
"CMSMain.Unpublish": "آیا اطمینان دارید که می‌خواهید صفحه‌تان را از سایت منتشر‌شده حذف نمایید؟\n\nاین صفحه همچنان در نمای‌درختی سایت به عنوان پیش‌نویس در دسترس خواهد بود.",
"Folder.Name": "نام پوشه",
"Tree.AddSubPage": "افزودن صفحه جدید در اینجا",
"Tree.Duplicate": "دو نسخه کردن",
"Tree.EditPage": "ویرایش",
"Tree.ShowAsList": "نمایش فرزندان به صورت لیست",
"Tree.ThisPageAndSubpages": "این صفحه و صفحات زیرمجموعه",
"Tree.ThisPageOnly": "فقط این صفحه",
"Tree.ViewPage": "نمایش",
"URLSEGMENT.Cancel": "لغو",
"URLSEGMENT.Edit": "ویرایش",
"URLSEGMENT.OK": "تایید",
"URLSEGMENT.UpdateURL": "به روز رسانی URL",
"WidgetAreaEditor.TOOMANY": "با پوزش، شما به حداکثر تعداد ویجت مجاز برای این فضا دست یافته‌اید"
"CMS.ALERTCLASSNAME": "نوع صفحه پس از ذخیره‌ی آن به‌روزرسانی می‌شود",
"CMS.ConfirmRestoreFromLive": "آیا مطمئن هستید که پیش‌نویس به آخرین انتشار صفحه بازنشانی شود؟",
"CMS.Restore": "آیا مطمئن هستید که این صفحه از آرشیو بازنشانی شود؟",
"CMS.RestoreToRoot": "آیا اطمینان دارید که می‌خواهید این صفحه را از بایگانی بازنشانی نمایید؟\n\nاز آن‌جائی‌که صفحه‌ی والد موجود نیست به بالاترین لول بازنشانی خواهد شد.",
"CMS.RollbackToVersion": "آیا واقعاً می‌خواهید به نسخه #%s این صفحه بازگردید؟",
"CMS.Unpublish": "آیا اطمینان دارید که می‌خواهید صفحه‌تان را از سایت منتشر‌شده حذف نمایید؟\n\nاین صفحه همچنان در نمای‌درختی سایت به عنوان پیش‌نویس در دسترس خواهد بود.",
"CMS.AddSubPage": "افزودن صفحه جدید در اینجا",
"CMS.Duplicate": "دو نسخه کردن",
"CMS.EditPage": "ویرایش",
"CMS.ShowAsList": "نمایش فرزندان به صورت لیست",
"CMS.ThisPageAndSubpages": "این صفحه و صفحات زیرمجموعه",
"CMS.ThisPageOnly": "فقط این صفحه",
"CMS.ViewPage": "نمایش",
"CMS.UpdateURL": "به روز رسانی URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('fi', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Haluatko varmasti poistaa %s kansion/kansiota?",
"AssetAdmin.ConfirmDelete": "Haluatko varmasti poistaa tämän kansion ja kaikki tiedostot sen sisällä?",
"AssetTableField.MOVING": "Siirretään %s tiedosto(a)",
"AssetTableField.REALLYDELETE": "Haluatko varmasti poistaa merkityt tiedostot?",
"CMSMAIN.ALERTCLASSNAME": "Sivutyyppi päivitetään sivun tallennuksen jälkeen",
"CMSMAIN.AddSearchCriteria": "Lisää kriteeri",
"CMSMAIN.CANTADDCHILDREN": "Et voi lisätä alasivuja tähän solmuun",
"CMSMAIN.DELETINGPAGES": "Poistetaan sivuja...",
"CMSMAIN.ERRORADDINGPAGE": "Virhe lisättäessä sivua",
"CMSMAIN.ERRORDELETINGPAGES": "Tapahtui virhe poistettaessa sivuja",
"CMSMAIN.ERRORFILTERPAGES": "Ei voitu suodattaa hakemistopuuta näyttämään vain muuttuneet sivut<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Tapahtui virhe julkaistaessa sivuja",
"CMSMAIN.ERRORREVERTING": "Tapahtui virhe paluussa julkaistuun sisältöön",
"CMSMAIN.ERRORUNFILTER": "Suodattamaton hakemistopuu",
"CMSMAIN.FILTEREDTREE": "Suodatettu puu, joka näyttää vain muuttuneet sivut",
"CMSMAIN.PUBLISHING": "Julkaistaan...",
"CMSMAIN.PUBLISHINGPAGES": "Julkaistaan sivuja...",
"CMSMAIN.REALLYDELETEPAGES": "Haluatko varmasti poistaa %s kpl merkittyjä sivuja?",
"CMSMAIN.RESTORING": "Palautetaan...",
"CMSMAIN.SAVING": "tallennetaan...",
"CMSMAIN.SELECTMOREPAGES": "Sinulla on %s sivua valittuna.\n\nHaluatko varmasti tehdä tämän toiminnon?",
"CMSMAIN.SELECTONEPAGE": "Valitse vähintään 1 sivu.",
"CMSMAIN.URLSEGMENTVALIDATION": "URL-osoitteet voivat muodostua vain kirjaimista, numeroista tai yhdysmerkeistä.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Sinun on tallennettava sivu, ennen kuin voi lisätä alasivuja",
"CMSMain.Archive": "Haluatko varmasti arkistoida tämän sivun ja kaikki sen alasivut?\n\nTämä sivu ja kaikki alasivut poistetaan julkaisusta sekä siirretään arkistoon.",
"CMSMain.ConfirmRestoreFromLive": "Haluatko varmasti palata luonnoksen viimeisimpään julkaistuun versioon?",
"CMSMain.DeleteFromDraft": "Haluatko varmasti poistaa tämän sivun luonnoksista?\n\nTämä sivu pysyy julkaistuna.",
"CMSMain.Restore": "Haluatko varmasti palauttaa sivun arkistosta?",
"CMSMain.RestoreToRoot": "Haluatko varmasti palauttaa tämän sivun arkistosta?\n\nKoska isäntäsivua ei ole saatavilla, sivu palautetaan päätasolle.",
"CMSMain.RollbackToVersion": "Haluatko varmasti palauttaa #%s version tästä sivusta?",
"CMSMain.Unpublish": "Haluatko varmasti poistaa tämän sivun julkaisusta?\n\nTämä sivu on vielä saatavilla vedoksena rakennepuusta.",
"Folder.Name": "Kansion nimi",
"Tree.AddSubPage": "Lisää uusi sivu tähän",
"Tree.Duplicate": "Monista",
"Tree.EditPage": "Muokkaa",
"Tree.ShowAsList": "Näytä alasivut listana",
"Tree.ThisPageAndSubpages": "Tämä sivu ja alasivut",
"Tree.ThisPageOnly": "Vain tämä sivu",
"Tree.ViewPage": "Näytä",
"URLSEGMENT.Cancel": "Peruuta",
"URLSEGMENT.Edit": "Muokkaa",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Päivitä URL",
"WidgetAreaEditor.TOOMANY": "Pahoittelut, olet lisännyt sallitun maksimi määrän vimpaimia tälle alueelle."
"CMS.ALERTCLASSNAME": "Sivutyyppi päivitetään sivun tallennuksen jälkeen",
"CMS.ConfirmRestoreFromLive": "Haluatko varmasti palata luonnoksen viimeisimpään julkaistuun versioon?",
"CMS.Restore": "Haluatko varmasti palauttaa sivun arkistosta?",
"CMS.RestoreToRoot": "Haluatko varmasti palauttaa tämän sivun arkistosta?\n\nKoska isäntäsivua ei ole saatavilla, sivu palautetaan päätasolle.",
"CMS.RollbackToVersion": "Haluatko varmasti palauttaa #%s version tästä sivusta?",
"CMS.Unpublish": "Haluatko varmasti poistaa tämän sivun julkaisusta?\n\nTämä sivu on vielä saatavilla vedoksena rakennepuusta.",
"CMS.AddSubPage": "Lisää uusi sivu tähän",
"CMS.Duplicate": "Monista",
"CMS.EditPage": "Muokkaa",
"CMS.ShowAsList": "Näytä alasivut listana",
"CMS.ThisPageAndSubpages": "Tämä sivu ja alasivut",
"CMS.ThisPageOnly": "Vain tämä sivu",
"CMS.ViewPage": "Näytä",
"CMS.UpdateURL": "Päivitä URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/fi_FI.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/fi_FI.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('fi_FI', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/fo.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/fo.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('fo', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('fr', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Voulez-vous vraiment supprimer %s dossiers ?",
"AssetAdmin.ConfirmDelete": "Êtes-vous sûr",
"AssetTableField.MOVING": "Déplacer %s fichier(s)",
"AssetTableField.REALLYDELETE": "Voulez-vous vraiment supprimer les fichiers sélectionnés ?",
"CMSMAIN.ALERTCLASSNAME": "La page sera mise à jour après son enregistrement",
"CMSMAIN.AddSearchCriteria": "Ajouter un critère",
"CMSMAIN.CANTADDCHILDREN": "Vous ne pouvez pas ajouter des enfants au noeud sélectionné",
"CMSMAIN.DELETINGPAGES": "Suppression des pages...",
"CMSMAIN.ERRORADDINGPAGE": "Erreur lors de l'ajout de la page",
"CMSMAIN.ERRORDELETINGPAGES": "Erreur lors de la suppression des pages",
"CMSMAIN.ERRORFILTERPAGES": "Impossible de filtrer l'arbre pour n'afficher que les pages modifiées<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Erreur lors de la publication des pages",
"CMSMAIN.ERRORREVERTING": "Erreur lors de la restauration vers le contenu Live",
"CMSMAIN.ERRORUNFILTER": "Arbre non-filtré",
"CMSMAIN.FILTEREDTREE": "Filtrer l'arbre pour n'afficher que les pages modifiées",
"CMSMAIN.PUBLISHING": "Publication...",
"CMSMAIN.PUBLISHINGPAGES": "Publication des pages...",
"CMSMAIN.REALLYDELETEPAGES": "Etes-vous sûr de vouloir supprimer les %s pages marquées ?",
"CMSMAIN.RESTORING": "Restauration...",
"CMSMAIN.SAVING": "sauvegarde...",
"CMSMAIN.SELECTMOREPAGES": "Vous avez %s pages sélectionnées.\n\nVoulez-vous vraiment effectuer cette action?",
"CMSMAIN.SELECTONEPAGE": "Veuillez sélectionner au moins une page.",
"CMSMAIN.URLSEGMENTVALIDATION": "Les URL ne peuvent être composées que de lettres, chiffres ou tirets.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Vous devez sauvegarder la page avant d'y ajouter des enfants",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Voulez-vous vraiment retourner à la version #%s de cette page ?",
"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.",
"Folder.Name": "Nom du dossier",
"Tree.AddSubPage": "Ajouter une nouvelle page ici",
"Tree.Duplicate": "Dupliquer",
"Tree.EditPage": "Editer",
"Tree.ShowAsList": "Montrer les enfants en liste",
"Tree.ThisPageAndSubpages": "Cette page et ses sous-pages",
"Tree.ThisPageOnly": "Seulement cette page",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Annuler",
"URLSEGMENT.Edit": "Éditer",
"URLSEGMENT.OK": "Ok",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Vous avez atteint le nombre maximum de widgets pour cette zone"
"CMS.ALERTCLASSNAME": "La page sera mise à jour après son enregistrement",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Voulez-vous vraiment retourner à la version #%s de cette page ?",
"CMS.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.",
"CMS.AddSubPage": "Ajouter une nouvelle page ici",
"CMS.Duplicate": "Dupliquer",
"CMS.EditPage": "Editer",
"CMS.ShowAsList": "Montrer les enfants en liste",
"CMS.ThisPageAndSubpages": "Cette page et ses sous-pages",
"CMS.ThisPageOnly": "Seulement cette page",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/gl_ES.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/gl_ES.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('gl_ES', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/he_IL.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/he_IL.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('he_IL', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/hi.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/hi.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('hi', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('hr', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Jeste li sigurni da želite obrisati %s direktorije?",
"AssetAdmin.ConfirmDelete": "Jeste li sigurni da želite obrisati ovaj direktorij i sve datoteke u njemu?",
"AssetTableField.MOVING": "Premještam %s datoteku(e)",
"AssetTableField.REALLYDELETE": "Jeste li sigurni da želite obrisati označene datoteke?",
"CMSMAIN.ALERTCLASSNAME": "Tip stranice će biti osvježen nakon spremanja stranice",
"CMSMAIN.AddSearchCriteria": "Dodaj obilježja",
"CMSMAIN.CANTADDCHILDREN": "Ne možete dodati podstranice za označeni čvor",
"CMSMAIN.DELETINGPAGES": "Brišem stranice...",
"CMSMAIN.ERRORADDINGPAGE": "Greška u dodavanju stranice",
"CMSMAIN.ERRORDELETINGPAGES": "Greška u brisanju stranice",
"CMSMAIN.ERRORFILTERPAGES": "Ne mogu filtrirati stablo za prikaz izmjenjenih stranica<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Greška u objavljivanju stranice",
"CMSMAIN.ERRORREVERTING": "Greška pri vraćanju objavljenog sadržaja",
"CMSMAIN.ERRORUNFILTER": "Nefiltirano stablo",
"CMSMAIN.FILTEREDTREE": "Filtrirano stablo prikazuje samo promjenjene stranice",
"CMSMAIN.PUBLISHING": "Objavljujem...",
"CMSMAIN.PUBLISHINGPAGES": "Objavljujem stranice...",
"CMSMAIN.REALLYDELETEPAGES": "Jeste li sigurni da želite obrisati %s označene stranice?",
"CMSMAIN.RESTORING": "Vraćam...",
"CMSMAIN.SAVING": "spremam...",
"CMSMAIN.SELECTMOREPAGES": "Označili ste %s stranica.\n\nJeste li sigurni da želite izvršiti ovu akciju?",
"CMSMAIN.SELECTONEPAGE": "Molimo odaberite bar 1 stranicu.",
"CMSMAIN.URLSEGMENTVALIDATION": "Linkovi mogu biti sastavljeni samo od slova, brojki i crtica.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Morate spremiti stranicu prije dodavanja podstranica ispod nje",
"CMSMain.Archive": "Jeste li sigurni da želite arhivirati ovu stranicu i sve podstranice?\n\nOva stranica i sve njene podstranice će biti odjavljene i poslane u arhivu.",
"CMSMain.ConfirmRestoreFromLive": "Da li ste sigurni da želite vratiti predložak kada je stranica zadnji put objavljena?",
"CMSMain.DeleteFromDraft": "Jeste li sigurni da želite ukloniti ovu stranicu iz neobjavljene stranice?\n\nOva stranica će ostati na objavljenoj stranici.",
"CMSMain.Restore": "Da li ste sigurni da želite vratiti stranicu iz arhive?",
"CMSMain.RestoreToRoot": "Jeste li sigurni da želite vratiti ovu stranicu iz arhive?\n\nNadstranica neće biti dostupna kada se stranica vrati.",
"CMSMain.RollbackToVersion": "Jeste li sigurni da želite vratiti na verziju #%s ove stranice?",
"CMSMain.Unpublish": "Jeste li sigurni da želite ukloniti ovu stranicu iz objavljene stranice?\n\nOva stranica će ostati dostupna u stablu kao predložak.",
"Folder.Name": "Naziv direktorija",
"Tree.AddSubPage": "Dodaj novu stranicu ovdje",
"Tree.Duplicate": "Dupliciraj",
"Tree.EditPage": "Uredi",
"Tree.ShowAsList": "Prikaži podstranice kao listu",
"Tree.ThisPageAndSubpages": "Ova stranica i podstranice",
"Tree.ThisPageOnly": "Samo ova stranica",
"Tree.ViewPage": "Pregled",
"URLSEGMENT.Cancel": "Odustani",
"URLSEGMENT.Edit": "Uredi",
"URLSEGMENT.OK": "Ok",
"URLSEGMENT.UpdateURL": "Ažuriraj link ",
"WidgetAreaEditor.TOOMANY": "Nažalost, prešli ste maksimalni broj widgeta za ovu zonu"
"CMS.ALERTCLASSNAME": "Tip stranice će biti osvježen nakon spremanja stranice",
"CMS.ConfirmRestoreFromLive": "Da li ste sigurni da želite vratiti predložak kada je stranica zadnji put objavljena?",
"CMS.Restore": "Da li ste sigurni da želite vratiti stranicu iz arhive?",
"CMS.RestoreToRoot": "Jeste li sigurni da želite vratiti ovu stranicu iz arhive?\n\nNadstranica neće biti dostupna kada se stranica vrati.",
"CMS.RollbackToVersion": "Jeste li sigurni da želite vratiti na verziju #%s ove stranice?",
"CMS.Unpublish": "Jeste li sigurni da želite ukloniti ovu stranicu iz objavljene stranice?\n\nOva stranica će ostati dostupna u stablu kao predložak.",
"CMS.AddSubPage": "Dodaj novu stranicu ovdje",
"CMS.Duplicate": "Dupliciraj",
"CMS.EditPage": "Uredi",
"CMS.ShowAsList": "Prikaži podstranice kao listu",
"CMS.ThisPageAndSubpages": "Ova stranica i podstranice",
"CMS.ThisPageOnly": "Samo ova stranica",
"CMS.ViewPage": "Pregled",
"CMS.UpdateURL": "Ažuriraj link ",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('hu', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Törli a(z) %s mappát(mappákat)?",
"AssetAdmin.ConfirmDelete": "Törli a mappát a tartalmával együtt?",
"AssetTableField.MOVING": "%s fájl(ok) áthelyezése",
"AssetTableField.REALLYDELETE": "Törli a kijelölt fájlokat?",
"CMSMAIN.ALERTCLASSNAME": "Az oldaltípust a mentést követően lesz beállítva",
"CMSMAIN.AddSearchCriteria": "Feltétel hozzáadása",
"CMSMAIN.CANTADDCHILDREN": "A kiválasztott elemhez nem hozhat létre gyerek elemet",
"CMSMAIN.DELETINGPAGES": "Oldalak törlése folyamatban...",
"CMSMAIN.ERRORADDINGPAGE": "Oldal létrehozásakor hiba lépett fel",
"CMSMAIN.ERRORDELETINGPAGES": "Oldal törlésekor hiba lépett fel",
"CMSMAIN.ERRORFILTERPAGES": "A \"fa\" nézet nem alkalmas a %s módosított<br />oldalak megjelenítésére",
"CMSMAIN.ERRORPUBLISHING": "Publikálás során hiba történt",
"CMSMAIN.ERRORREVERTING": "Éles tartalomra váltáskor hiba történt",
"CMSMAIN.ERRORUNFILTER": "Teljes \"fa\" szerkezet",
"CMSMAIN.FILTEREDTREE": "Módosított oldalak megjelenítése",
"CMSMAIN.PUBLISHING": "Publikálás folyamatban...",
"CMSMAIN.PUBLISHINGPAGES": "Publikálás folyamatban...",
"CMSMAIN.REALLYDELETEPAGES": "Törli a %s -vel jelölt oldalakat?",
"CMSMAIN.RESTORING": "Helyreállítás folyamatban...",
"CMSMAIN.SAVING": "mentés folyamatban...",
"CMSMAIN.SELECTMOREPAGES": "%s oldal kiválasztva.\n\nVégrehajtsam a műveletet?",
"CMSMAIN.SELECTONEPAGE": "Válasszon legalább 1 oldalt!",
"CMSMAIN.URLSEGMENTVALIDATION": "Az URL csak betüket, számokat illetve kötőjelet (\"-\") tartalmazhat",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Aloldalt csak a szülő-oldal mentését követően hozhat létre",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Visszaállítja az oldal #%s verzióját?",
"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.",
"Folder.Name": "Mappa neve",
"Tree.AddSubPage": "Új oldal létrehozása ebben a mappában",
"Tree.Duplicate": "Duplikál",
"Tree.EditPage": "Szerkeszt",
"Tree.ShowAsList": "Gyerekoldalak lista nézetben",
"Tree.ThisPageAndSubpages": "Csak ez az oldal és az alatta levő oldalak",
"Tree.ThisPageOnly": "Csak ez az oldal",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Mégsem",
"URLSEGMENT.Edit": "Szerkeszt",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "A kiválasztott területen nem hozhat létre újabb widget-et."
"CMS.ALERTCLASSNAME": "Az oldaltípust a mentést követően lesz beállítva",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Visszaállítja az oldal #%s verzióját?",
"CMS.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.",
"CMS.AddSubPage": "Új oldal létrehozása ebben a mappában",
"CMS.Duplicate": "Duplikál",
"CMS.EditPage": "Szerkeszt",
"CMS.ShowAsList": "Gyerekoldalak lista nézetben",
"CMS.ThisPageAndSubpages": "Csak ez az oldal és az alatta levő oldalak",
"CMS.ThisPageOnly": "Csak ez az oldal",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/hy_AM.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/hy_AM.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('hy_AM', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('id', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Anda ingin menghapus folder %s?",
"AssetAdmin.ConfirmDelete": "Anda ingin menghapus folder dan berkas di dalamnya?",
"AssetTableField.MOVING": "Memindahkan %s berkas",
"AssetTableField.REALLYDELETE": "Anda ingin menghapus berkas yang ditandai?",
"CMSMAIN.ALERTCLASSNAME": "Jenis laman akan diperbarui setelah laman disimpan",
"CMSMAIN.AddSearchCriteria": "Tambah Kriteria",
"CMSMAIN.CANTADDCHILDREN": "Anda tidak dapat menambahkan turunan pada simpul terpilih",
"CMSMAIN.DELETINGPAGES": "Menghapus laman...",
"CMSMAIN.ERRORADDINGPAGE": "Ada kesalahan menambahkan laman",
"CMSMAIN.ERRORDELETINGPAGES": "Ada kesalahan menghapus laman",
"CMSMAIN.ERRORFILTERPAGES": "Tidak dapat menyaring laman<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Ada kesalahan menerbitkan laman",
"CMSMAIN.ERRORREVERTING": "Ada kesalahan mengembalikan konten",
"CMSMAIN.ERRORUNFILTER": "Tak tersaring",
"CMSMAIN.FILTEREDTREE": "Hanya menampilkan laman yang berubah",
"CMSMAIN.PUBLISHING": "Menerbitkan...",
"CMSMAIN.PUBLISHINGPAGES": "Menerbitkan laman...",
"CMSMAIN.REALLYDELETEPAGES": "Anda ingin menghapus laman %s yang ditandai?",
"CMSMAIN.RESTORING": "Memulihkan...",
"CMSMAIN.SAVING": "Menyimpan...",
"CMSMAIN.SELECTMOREPAGES": "Anda memilih %s laman.\n\nAnda ingin melanjutkan?",
"CMSMAIN.SELECTONEPAGE": "Mohon pilih minimal 1 laman.",
"CMSMAIN.URLSEGMENTVALIDATION": "URL hanya boleh terdiri dari huruf, angka dan tanda sambung.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Anda harus menyimpan laman sebelum menambahkan laman turunan.",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Apakah Anda ingin kembali ke versi #%s dari laman ini?",
"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.",
"Folder.Name": "Nama folder",
"Tree.AddSubPage": "Tambah laman baru di sini",
"Tree.Duplicate": "Gandakan",
"Tree.EditPage": "Edit",
"Tree.ShowAsList": "Tampilkan turunan sebagai daftar",
"Tree.ThisPageAndSubpages": "Laman dan sublaman ini",
"Tree.ThisPageOnly": "Hanya laman ini",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Batal",
"URLSEGMENT.Edit": "Edit",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Maaf, Anda mencapai jumlah maksimal widget di area ini"
"CMS.ALERTCLASSNAME": "Jenis laman akan diperbarui setelah laman disimpan",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Apakah Anda ingin kembali ke versi #%s dari laman ini?",
"CMS.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.",
"CMS.AddSubPage": "Tambah laman baru di sini",
"CMS.Duplicate": "Gandakan",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Tampilkan turunan sebagai daftar",
"CMS.ThisPageAndSubpages": "Laman dan sublaman ini",
"CMS.ThisPageOnly": "Hanya laman ini",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/id_ID.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/id_ID.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('id_ID', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('is', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Ertu viss um að þú viljir eyða %s möppunni?",
"AssetAdmin.ConfirmDelete": "Ertu viss um að þú viljir eyða þessari möppu og skrám sem tilheyra henni",
"AssetTableField.MOVING": "Færi %s skrá(r)",
"AssetTableField.REALLYDELETE": "Ertu viss um að þú viljir eyða merktum skrám?",
"CMSMAIN.ALERTCLASSNAME": "Tegund siðu verður uppfært eftir vistun síðu",
"CMSMAIN.AddSearchCriteria": "Add Criteria",
"CMSMAIN.CANTADDCHILDREN": "You can't add children to the selected node",
"CMSMAIN.DELETINGPAGES": "Eyði síðum...",
"CMSMAIN.ERRORADDINGPAGE": "Vandamál kom upp við að bæta við síðu",
"CMSMAIN.ERRORDELETINGPAGES": "Vandamál kom upp við eyðingu síðna",
"CMSMAIN.ERRORFILTERPAGES": "Gat ekki flokkað tréið til að sýna aðeins breyttar síður<br/>%s° ",
"CMSMAIN.ERRORPUBLISHING": "Villa kom við birtingu síðu",
"CMSMAIN.ERRORREVERTING": "Error reverting to live content",
"CMSMAIN.ERRORUNFILTER": "Óflokkað tré",
"CMSMAIN.FILTEREDTREE": "Filterað tré til að sýna aðeins breyttar síður",
"CMSMAIN.PUBLISHING": "Birti...",
"CMSMAIN.PUBLISHINGPAGES": "Birti síður...",
"CMSMAIN.REALLYDELETEPAGES": "Ertu viss um að þú viljir eyða %s merktum síðum?",
"CMSMAIN.RESTORING": "Endurvek...",
"CMSMAIN.SAVING": "vista...",
"CMSMAIN.SELECTMOREPAGES": "Þú hefur valið %s síður.\n\nErtu viss um að þú viljir halda áfram?",
"CMSMAIN.SELECTONEPAGE": "Please select at least 1 page.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs can only be made up of letters, digits and hyphens.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Þú verður að vista síðuna áður bætt er við einhverju undir hana",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"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.",
"Folder.Name": "Nafn möppu",
"Tree.AddSubPage": "Bæta við nýrri síðu hér",
"Tree.Duplicate": "Fjölfalda",
"Tree.EditPage": "Breyta",
"Tree.ShowAsList": "Show children as list",
"Tree.ThisPageAndSubpages": "Þessi síða og undirsíður",
"Tree.ThisPageOnly": "Aðeins þessi síða",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Hætta við",
"URLSEGMENT.Edit": "Breyta",
"URLSEGMENT.OK": "Allt í lagi",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Sorry, you have reached the maximum number of widgets in this area"
"CMS.ALERTCLASSNAME": "Tegund siðu verður uppfært eftir vistun síðu",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Bæta við nýrri síðu hér",
"CMS.Duplicate": "Fjölfalda",
"CMS.EditPage": "Breyta",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "Þessi síða og undirsíður",
"CMS.ThisPageOnly": "Aðeins þessi síða",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('it', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Vuoi veramente eliminare %s cartelle?",
"AssetAdmin.ConfirmDelete": "Vuoi veramente eliminare questa cartella e tutti i suoi file?",
"AssetTableField.MOVING": "Spostamento di %s file(s).",
"AssetTableField.REALLYDELETE": "Vuoi veramente eliminare i file selezionati?",
"CMSMAIN.ALERTCLASSNAME": "Il Tipo di pagina verrà aggiornato dopo che la pagina è stata salvata.",
"CMSMAIN.AddSearchCriteria": "Aggiungi criteri",
"CMSMAIN.CANTADDCHILDREN": "Non è possibile aggiungere figli al nodo selezionato",
"CMSMAIN.DELETINGPAGES": "Eliminazione delle pagine...",
"CMSMAIN.ERRORADDINGPAGE": "Errori durante l\"aggiunta della pagina",
"CMSMAIN.ERRORDELETINGPAGES": "Errore durante l\"eliminazione delle pagine",
"CMSMAIN.ERRORFILTERPAGES": "Impossibile filtrare l\"albero per visualizzare solo le pagine modificate<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Errore durante la pubblicazione delle pagine",
"CMSMAIN.ERRORREVERTING": "Errore durante il ripristino verso un contenuto Live",
"CMSMAIN.ERRORUNFILTER": "Impossibile visualizzate l\"insieme e l\"albero del sito<br />%s",
"CMSMAIN.FILTEREDTREE": "Filtrare l\"albero per visualizzare solo le pagine modificate",
"CMSMAIN.PUBLISHING": "Pubblicazione...",
"CMSMAIN.PUBLISHINGPAGES": "Pubblicazione delle pagine...",
"CMSMAIN.REALLYDELETEPAGES": "Si vuole veramente eliminare le %s pagine selezionate?",
"CMSMAIN.RESTORING": "Ripristino...",
"CMSMAIN.SAVING": "salvataggio...",
"CMSMAIN.SELECTMOREPAGES": "Hai selezionato %s pagine.\n\nVuoi veramente eseguire questa operazione?",
"CMSMAIN.SELECTONEPAGE": "Selezionare almeno una pagine.",
"CMSMAIN.URLSEGMENTVALIDATION": "Gli URL possono contenere solo lettere, numeri e trattini.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "È necessario salvare la pagina prima di aggiungerci dei figli",
"CMSMain.Archive": "Sei sicuro di voler archiviare questa pagina con tutti i sui figli?\n\nQuesta pagina e tutti i suoi figli saranno spubblicati e archiviati.",
"CMSMain.ConfirmRestoreFromLive": "Si è sicuri di voler ripristinare questa bozza all'ultima volta che è stata pubblicata?",
"CMSMain.DeleteFromDraft": "Si è sicuri di voler eliminare la pagina dal sito bozza?\n\nQuesta pagina rimarrà disponibile nel sito pubblico.",
"CMSMain.Restore": "Si è sicuri di voler ripristinare questa pagina dall'archivio?",
"CMSMain.RestoreToRoot": "Si è sicuri di voler ripristinare questa pagina dall'archivio?\n\nPoiché la pagina genitore non è disponibile, questo ripristinerà al primo livello.",
"CMSMain.RollbackToVersion": "Vuoi veramente tornare alla versione #%s di questa pagina?",
"CMSMain.Unpublish": "Si è sicuri di voler eliminare la pagina dal sito pubblico?\n\nQuesta pagina sarà comunque disponibile nel SiteTree come bozza.",
"Folder.Name": "Nome cartella",
"Tree.AddSubPage": "Aggiungi una nuova pagina qui",
"Tree.Duplicate": "Duplica",
"Tree.EditPage": "Modifica",
"Tree.ShowAsList": "Mostra figli come lista",
"Tree.ThisPageAndSubpages": "Questa pagina e le sottopagine",
"Tree.ThisPageOnly": "Solo questa pagina",
"Tree.ViewPage": "Visualizza",
"URLSEGMENT.Cancel": "Annulla",
"URLSEGMENT.Edit": "Modifica",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Aggiornare l'URL",
"WidgetAreaEditor.TOOMANY": "Spacente, hai raggiunto il numero massimo di widget per quest'area."
"CMS.ALERTCLASSNAME": "Il Tipo di pagina verrà aggiornato dopo che la pagina è stata salvata.",
"CMS.ConfirmRestoreFromLive": "Si è sicuri di voler ripristinare questa bozza all'ultima volta che è stata pubblicata?",
"CMS.Restore": "Si è sicuri di voler ripristinare questa pagina dall'archivio?",
"CMS.RestoreToRoot": "Si è sicuri di voler ripristinare questa pagina dall'archivio?\n\nPoiché la pagina genitore non è disponibile, questo ripristinerà al primo livello.",
"CMS.RollbackToVersion": "Vuoi veramente tornare alla versione #%s di questa pagina?",
"CMS.Unpublish": "Si è sicuri di voler eliminare la pagina dal sito pubblico?\n\nQuesta pagina sarà comunque disponibile nel SiteTree come bozza.",
"CMS.AddSubPage": "Aggiungi una nuova pagina qui",
"CMS.Duplicate": "Duplica",
"CMS.EditPage": "Modifica",
"CMS.ShowAsList": "Mostra figli come lista",
"CMS.ThisPageAndSubpages": "Questa pagina e le sottopagine",
"CMS.ThisPageOnly": "Solo questa pagina",
"CMS.ViewPage": "Visualizza",
"CMS.UpdateURL": "Aggiornare l'URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/it_IT.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/it_IT.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('it_IT', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('ja', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "%sフォルダを本当に削除しますか?",
"AssetAdmin.ConfirmDelete": "このフォルダとフォルダに含まれるすべてのファイルを本当に削除しますか?",
"AssetTableField.MOVING": "%sファイルを移動中",
"AssetTableField.REALLYDELETE": "マークされているファイルを本当に削除しますか?",
"CMSMAIN.ALERTCLASSNAME": "ページ保存後にページの種類は更新されます.",
"CMSMAIN.AddSearchCriteria": "Add Criteria",
"CMSMAIN.CANTADDCHILDREN": "選択されたノードには子供を追加することはできません.",
"CMSMAIN.DELETINGPAGES": "ページを削除しています",
"CMSMAIN.ERRORADDINGPAGE": "ページの追加でエラーが起きました.",
"CMSMAIN.ERRORDELETINGPAGES": "ページ削除においてエラー",
"CMSMAIN.ERRORFILTERPAGES": "変更されたページのみ表示するようにツリーをフィルタできませんでした<br />%s",
"CMSMAIN.ERRORPUBLISHING": "ページを公開中にエラー",
"CMSMAIN.ERRORREVERTING": "Error reverting to live content",
"CMSMAIN.ERRORUNFILTER": "フィルタされていないツリー",
"CMSMAIN.FILTEREDTREE": "変更されたページのみ表示するフィルタされたツリー",
"CMSMAIN.PUBLISHING": "公開しています...",
"CMSMAIN.PUBLISHINGPAGES": "ページを公開しています...",
"CMSMAIN.REALLYDELETEPAGES": "Do you really want to delete the %s marked pages?",
"CMSMAIN.RESTORING": "復元しています...",
"CMSMAIN.SAVING": "保存しています...",
"CMSMAIN.SELECTMOREPAGES": "You have %s pages selected.\n\nDo you really want to perform this action?",
"CMSMAIN.SELECTONEPAGE": "最低でも1ページ選択してください",
"CMSMAIN.URLSEGMENTVALIDATION": "URLはアルファベットの文字か数値及びハイフンのみから構成されます",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "子ページを追加する前に,そのページを保存する必要があります.",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "このページのバージョン#%sへ本当にロールバックしますか?",
"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.",
"Folder.Name": "フォルダ名",
"Tree.AddSubPage": "ここに新しいページを追加",
"Tree.Duplicate": "重複",
"Tree.EditPage": "編集",
"Tree.ShowAsList": "子どもをリストで表示する",
"Tree.ThisPageAndSubpages": "このページとサブページ",
"Tree.ThisPageOnly": "このページのみ",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "キャンセル",
"URLSEGMENT.Edit": "編集",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "申し訳ございません.このエリアにおけるウィジェットの最大数に到達しました."
"CMS.ALERTCLASSNAME": "ページ保存後にページの種類は更新されます.",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "このページのバージョン#%sへ本当にロールバックしますか?",
"CMS.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.",
"CMS.AddSubPage": "ここに新しいページを追加",
"CMS.Duplicate": "重複",
"CMS.EditPage": "編集",
"CMS.ShowAsList": "子どもをリストで表示する",
"CMS.ThisPageAndSubpages": "このページとサブページ",
"CMS.ThisPageOnly": "このページのみ",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/ja_JP.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/ja_JP.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('ja_JP', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/km.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/km.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('km', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('ko', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "%s 폴더를 정말 삭제합니까?",
"AssetAdmin.ConfirmDelete": "이 폴더와 폴더에 포함된 모든 파일을 정말 삭제합니까?",
"AssetTableField.MOVING": "%s 파일을 이동 중입니다.",
"AssetTableField.REALLYDELETE": "표시된 파일을 정말 삭제합니까?",
"CMSMAIN.ALERTCLASSNAME": "페이지 저장 후 페이지의 종류는 업데이트됩니다.",
"CMSMAIN.AddSearchCriteria": "카테고리 추가",
"CMSMAIN.CANTADDCHILDREN": "선택된 노드에 하위로 추가할 수 없습니다.",
"CMSMAIN.DELETINGPAGES": "페이지를 삭제합니다",
"CMSMAIN.ERRORADDINGPAGE": "페이지 추가에서 오류가 발생했습니다.",
"CMSMAIN.ERRORDELETINGPAGES": "페이지 삭제에서 오류",
"CMSMAIN.ERRORFILTERPAGES": "변경된 페이지만 표시하도록 트리를 필터링할 수 없습니다 <br />%s",
"CMSMAIN.ERRORPUBLISHING": "페이지를 게시하는 동안 오류",
"CMSMAIN.ERRORREVERTING": "라이브 컨텐츠로 전환과정에서 오류",
"CMSMAIN.ERRORUNFILTER": "필터링안된 트리",
"CMSMAIN.FILTEREDTREE": "변경된 페이지만 표시하는 필터링된 트리",
"CMSMAIN.PUBLISHING": "공개하고 있습니다 ...",
"CMSMAIN.PUBLISHINGPAGES": "페이지를 공개하고 있습니다 ...",
"CMSMAIN.REALLYDELETEPAGES": "표시된 페이지 %s를 정말 삭제합니까?",
"CMSMAIN.RESTORING": "복원하고 있습니다 ...",
"CMSMAIN.SAVING": "저장하고 있습니다 ...",
"CMSMAIN.SELECTMOREPAGES": "%s 페이지들이 선택되었습니다. \n\n계속하시겠습니까?",
"CMSMAIN.SELECTONEPAGE": "최소한 1 페이지 선택하십시오.",
"CMSMAIN.URLSEGMENTVALIDATION": "URL은 알파벳 문자나 숫자, 하이픈만으로 구성됩니다.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "하위 페이지를 추가하기 전에 페이지를 저장해야합니다.",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "이 페이지의 #%s 버젼으로 롤백하시겠습니까?",
"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.",
"Folder.Name": "폴더 이름",
"Tree.AddSubPage": "여기에 새 페이지를 추가하기",
"Tree.Duplicate": "중복",
"Tree.EditPage": "편집",
"Tree.ShowAsList": "하위 목록으로 표시",
"Tree.ThisPageAndSubpages": "이 페이지와 하위 페이지",
"Tree.ThisPageOnly": "이 페이지만",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "취소",
"URLSEGMENT.Edit": "편집",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "죄송합니다. 이 분야에서의 위젯의 최대수에 도달했습니다."
"CMS.ALERTCLASSNAME": "페이지 저장 후 페이지의 종류는 업데이트됩니다.",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "이 페이지의 #%s 버젼으로 롤백하시겠습니까?",
"CMS.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.",
"CMS.AddSubPage": "여기에 새 페이지를 추가하기",
"CMS.Duplicate": "중복",
"CMS.EditPage": "편집",
"CMS.ShowAsList": "하위 목록으로 표시",
"CMS.ThisPageAndSubpages": "이 페이지와 하위 페이지",
"CMS.ThisPageOnly": "이 페이지만",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('lt', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Ar tikrai norite ištrinti %s katalogus?",
"AssetAdmin.ConfirmDelete": "Ar tikrai norite ištrinti šį katalogą ir visas jame esančias bylas?",
"AssetTableField.MOVING": "Perkeliami %s failai(-as)",
"AssetTableField.REALLYDELETE": "Ar tikrai norite ištrinti pažymėtas bylas?",
"CMSMAIN.ALERTCLASSNAME": "Puslapio tipas bus atnaujintas po išsaugojimo",
"CMSMAIN.AddSearchCriteria": "Pridėti",
"CMSMAIN.CANTADDCHILDREN": "Negalite sukurti po pasirinktu įrašu",
"CMSMAIN.DELETINGPAGES": "Puslapiai trinami...",
"CMSMAIN.ERRORADDINGPAGE": "Klaida pridedant puslapį",
"CMSMAIN.ERRORDELETINGPAGES": "Klaida trinant puslapius",
"CMSMAIN.ERRORFILTERPAGES": "Nepavyko atfiltruoti medžio, norint parodyti tik pakeistus puslapius<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Klaida publikuojant puslapius",
"CMSMAIN.ERRORREVERTING": "Klaida perjungiant turinį",
"CMSMAIN.ERRORUNFILTER": "Neatfiltruotas medis",
"CMSMAIN.FILTEREDTREE": "Atfiltruotas medis, rodantis tik pakeistus puslapius",
"CMSMAIN.PUBLISHING": "Publikuojama...",
"CMSMAIN.PUBLISHINGPAGES": "Puslapiai publikuojami...",
"CMSMAIN.REALLYDELETEPAGES": "Ar tikrai norite ištrinti %s pažymėtus puslapius?",
"CMSMAIN.RESTORING": "Atstatoma...",
"CMSMAIN.SAVING": "saugoma...",
"CMSMAIN.SELECTMOREPAGES": "Pažymėjote %s puslapius.\n\nAr tikrai norite atlikti šį veiksmą?",
"CMSMAIN.SELECTONEPAGE": "Prašome pasirinkti bent 1 puslapį.",
"CMSMAIN.URLSEGMENTVALIDATION": "URL dalis gali būti sudaryta tik iš raidžių, skaitmenų ir brūkšnelių.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Privalote išsaugoti puslapį prieš sukuriant naujus puslapius po juo",
"CMSMain.Archive": "Ar tikrai norite suarchyvuoti šį puslapį ir visus puslapius, esančius po juo?\n\nŠis puslapis ir visi po juo esantys puslapiai bus nebepublikuojami ir suarchyvuoti.",
"CMSMain.ConfirmRestoreFromLive": "Ar tikrai norite atšaukti pakeitimus juodraštyje į paskutinę publikuotą versiją?",
"CMSMain.DeleteFromDraft": "Ar tikrai norite pašalinti šį puslapį iš juodraščių?\n\nŠis puslapis liks publikuotuose puslapiuose.",
"CMSMain.Restore": "Ar tikrai norite atstatyti šį puslapį iš archyvo?",
"CMSMain.RestoreToRoot": "Ar tikrai norite atstatyti šį puslapį iš archyvo?\n\nKadangi tėvinis puslapis neegzistuoja, šis puslapis bus atstatytas kaip aukščiausio lygio puslapis.",
"CMSMain.RollbackToVersion": "Ar tikrai norite atstatyti šį puslapį į #%s versiją?",
"CMSMain.Unpublish": "Ar tikrai norite pašalinti šį puslapį iš publikuotų puslapių?\n\nŠis puslapis liks puslapių medyje kaip juodraštinis.",
"Folder.Name": "Katalogo pavadinimas",
"Tree.AddSubPage": "Pridėti naują puslapį čia",
"Tree.Duplicate": "Kopijuoti",
"Tree.EditPage": "Redaguoti",
"Tree.ShowAsList": "Rodyti žemesnius pusl. kaip sąrašą",
"Tree.ThisPageAndSubpages": "Šį puslapį ir visus po juo",
"Tree.ThisPageOnly": "Tik šį puslapį",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Atšaukti",
"URLSEGMENT.Edit": "Redaguoti",
"URLSEGMENT.OK": "Gerai",
"URLSEGMENT.UpdateURL": "Atnaujinti URL dalį",
"WidgetAreaEditor.TOOMANY": "Atsiprašome, jūs pasiekėte valdinklių limitą šioje zonoje"
"CMS.ALERTCLASSNAME": "Puslapio tipas bus atnaujintas po išsaugojimo",
"CMS.ConfirmRestoreFromLive": "Ar tikrai norite atšaukti pakeitimus juodraštyje į paskutinę publikuotą versiją?",
"CMS.Restore": "Ar tikrai norite atstatyti šį puslapį iš archyvo?",
"CMS.RestoreToRoot": "Ar tikrai norite atstatyti šį puslapį iš archyvo?\n\nKadangi tėvinis puslapis neegzistuoja, šis puslapis bus atstatytas kaip aukščiausio lygio puslapis.",
"CMS.RollbackToVersion": "Ar tikrai norite atstatyti šį puslapį į #%s versiją?",
"CMS.Unpublish": "Ar tikrai norite pašalinti šį puslapį iš publikuotų puslapių?\n\nŠis puslapis liks puslapių medyje kaip juodraštinis.",
"CMS.AddSubPage": "Pridėti naują puslapį čia",
"CMS.Duplicate": "Kopijuoti",
"CMS.EditPage": "Redaguoti",
"CMS.ShowAsList": "Rodyti žemesnius pusl. kaip sąrašą",
"CMS.ThisPageAndSubpages": "Šį puslapį ir visus po juo",
"CMS.ThisPageOnly": "Tik šį puslapį",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Atnaujinti URL dalį",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/lt_LT.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/lt_LT.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('lt_LT', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/lv.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/lv.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('lv', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('mi', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Kei te tino hiahia muku i ngā kōpaki %s?",
"AssetAdmin.ConfirmDelete": "Kei te tino hiahia muku i tēnei kōpaki me ngā kōnae i roto?",
"AssetTableField.MOVING": "Neke ana i te %s kōnae",
"AssetTableField.REALLYDELETE": "Kei te tino hiahia muku i ngā kōnae kua tohua?",
"CMSMAIN.ALERTCLASSNAME": "Ka whakahōutia te momo whārangi i muri i te tiaki i te whārangi",
"CMSMAIN.AddSearchCriteria": "Tāpiri Paearu",
"CMSMAIN.CANTADDCHILDREN": "Kāore e taea te tāpiri tamariki ki te kōpuku kua tīpakotia",
"CMSMAIN.DELETINGPAGES": "Muku whārangi ana...",
"CMSMAIN.ERRORADDINGPAGE": "Hapa tāpiri whārangi",
"CMSMAIN.ERRORDELETINGPAGES": "Kua hapa te muku whārangi",
"CMSMAIN.ERRORFILTERPAGES": "Kāore i taea te tātari i te rākau kia whakaaturia ngā whārangi kua hurihia anake<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Kua hapa te whakaputa whārangi",
"CMSMAIN.ERRORREVERTING": "Kua hapa te hoki ki ngā ihirangi hohe",
"CMSMAIN.ERRORUNFILTER": "Rākau tē tātaritia",
"CMSMAIN.FILTEREDTREE": "Me whakaatu te rākau kua tātaritia i ngā whārangi kua hurihia anake",
"CMSMAIN.PUBLISHING": "Whakaputa ana...",
"CMSMAIN.PUBLISHINGPAGES": "Whakaputa whārangi ana...",
"CMSMAIN.REALLYDELETEPAGES": "Kei te tino hiahia muku i ngā whārangi kua tohua %s?",
"CMSMAIN.RESTORING": "Whakaora ana...",
"CMSMAIN.SAVING": "Tiaki ana...",
"CMSMAIN.SELECTMOREPAGES": "Kua kōwhiria e %s ngā whārangi.\n\nHe tika kia mahia tēnei mahi?",
"CMSMAIN.SELECTONEPAGE": "Kōwhiria kotahi whārangi i te iti rawa.",
"CMSMAIN.URLSEGMENTVALIDATION": "Ka taea anake ngā pūāhua, ngā mati me ngā tohuhono i ngā PRO.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Me tiaki i te whārangi i mua i te tāpiri tamariki ki raro",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Kei te tino hiahia hoki ki te tauira #%s o tēnei whārangi?",
"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.",
"Folder.Name": "Ingoa kōpaki",
"Tree.AddSubPage": "Tāpiri whārangi hou ki konei",
"Tree.Duplicate": "Tārite",
"Tree.EditPage": "Whakatika",
"Tree.ShowAsList": "Whakaatu tamariki hei rārangi",
"Tree.ThisPageAndSubpages": "Tēnei whārangi me ngā whārangi iti",
"Tree.ThisPageOnly": "Tēnei whārangi anake",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Whakakore",
"URLSEGMENT.Edit": "Whakatika",
"URLSEGMENT.OK": "ĀE",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Aroha noa, kua taea te mōrahi o ngā taupānga iti i tēnei wāhi"
"CMS.ALERTCLASSNAME": "Ka whakahōutia te momo whārangi i muri i te tiaki i te whārangi",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Kei te tino hiahia hoki ki te tauira #%s o tēnei whārangi?",
"CMS.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.",
"CMS.AddSubPage": "Tāpiri whārangi hou ki konei",
"CMS.Duplicate": "Tārite",
"CMS.EditPage": "Whakatika",
"CMS.ShowAsList": "Whakaatu tamariki hei rārangi",
"CMS.ThisPageAndSubpages": "Tēnei whārangi me ngā whārangi iti",
"CMS.ThisPageOnly": "Tēnei whārangi anake",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/ms.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/ms.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('ms', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/my.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/my.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('my', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('nb', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Vil du virkelig slette %s mapper?",
"AssetAdmin.ConfirmDelete": "Vil du virkelig slette denne mappen og alle filer som ligger i den?",
"AssetTableField.MOVING": "Flytter %s file(r)",
"AssetTableField.REALLYDELETE": "Vil du virkelig slette de merkede filene?",
"CMSMAIN.ALERTCLASSNAME": "Sidetypen vil bare bli oppdatert når siden blir lagret",
"CMSMAIN.AddSearchCriteria": "Legg til kriterie",
"CMSMAIN.CANTADDCHILDREN": "You can't add children to the selected node",
"CMSMAIN.DELETINGPAGES": "Sletter sider ...",
"CMSMAIN.ERRORADDINGPAGE": "Feil ved opprettelse av side",
"CMSMAIN.ERRORDELETINGPAGES": "Feil ved sletting av sider",
"CMSMAIN.ERRORFILTERPAGES": "Could not filter tree to only show changed pages<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Feil ved publisering av sider",
"CMSMAIN.ERRORREVERTING": "Error reverting to live content",
"CMSMAIN.ERRORUNFILTER": "Unfiltered tree",
"CMSMAIN.FILTEREDTREE": "Filtered tree to only show changed pages",
"CMSMAIN.PUBLISHING": "Publiserer ...",
"CMSMAIN.PUBLISHINGPAGES": "Publiserer sider ...",
"CMSMAIN.REALLYDELETEPAGES": "Vil du virkelig slette de %s merkede sidene?",
"CMSMAIN.RESTORING": "Gjenoppretter ...",
"CMSMAIN.SAVING": "lagrer ...",
"CMSMAIN.SELECTMOREPAGES": "Du har valgt %s sider.\n\nVil du virkelig utføre denne handlingen?",
"CMSMAIN.SELECTONEPAGE": "Vennligst velg minst én side.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs can only be made up of letters, digits and hyphens.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Du må lagre siden før du kan legge til undersider.",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Vil du virkelig rulle tilbake til versjon #%s av denne siden?",
"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.",
"Folder.Name": "Mappenavn",
"Tree.AddSubPage": "Legg til ny side her",
"Tree.Duplicate": "Dupliser",
"Tree.EditPage": "Rediger",
"Tree.ShowAsList": "Vis undersider som en liste",
"Tree.ThisPageAndSubpages": "Denne siden og undersider",
"Tree.ThisPageOnly": "Bare denne siden",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Avbryt",
"URLSEGMENT.Edit": "Rediger",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Beklager, du har for mange \"widgets\" i dette området"
"CMS.ALERTCLASSNAME": "Sidetypen vil bare bli oppdatert når siden blir lagret",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Vil du virkelig rulle tilbake til versjon #%s av denne siden?",
"CMS.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.",
"CMS.AddSubPage": "Legg til ny side her",
"CMS.Duplicate": "Dupliser",
"CMS.EditPage": "Rediger",
"CMS.ShowAsList": "Vis undersider som en liste",
"CMS.ThisPageAndSubpages": "Denne siden og undersider",
"CMS.ThisPageOnly": "Bare denne siden",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/nb_NO.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/nb_NO.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('nb_NO', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/ne.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/ne.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('ne', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('nl', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Wil je echt %s mappen verwijderen?",
"AssetAdmin.ConfirmDelete": "Wilt u deze map verwijderen, en alle bestanden er in?",
"AssetTableField.MOVING": "Verplaats %s bestand(en)",
"AssetTableField.REALLYDELETE": "Wilt u de geselecteerde bestanden verwijderen?",
"CMSMAIN.ALERTCLASSNAME": "Het paginatype wordt aangepast na het opslaan van de pagina",
"CMSMAIN.AddSearchCriteria": "Voeg criteria toe",
"CMSMAIN.CANTADDCHILDREN": "U kan geen kinderen toevoegen aan de geselecteerde knoop",
"CMSMAIN.DELETINGPAGES": "Pagina's verwijderen...",
"CMSMAIN.ERRORADDINGPAGE": "Fout bij toevoegen van de pagina",
"CMSMAIN.ERRORDELETINGPAGES": "Fout bij verwijderen van de pagina's",
"CMSMAIN.ERRORFILTERPAGES": "Kon de paginastructuur niet filteren om alleen aangepaste pagina's te tonen.<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Fout bij het publiceren van de pagina's",
"CMSMAIN.ERRORREVERTING": "Fout bij het terugdraaien naar de gepubliceerde pagina",
"CMSMAIN.ERRORUNFILTER": "Ongefilterde structuur",
"CMSMAIN.FILTEREDTREE": "Gefilterd om alleen aangepaste pagina's te tonen",
"CMSMAIN.PUBLISHING": "Publiceren...",
"CMSMAIN.PUBLISHINGPAGES": "Pagina's aan het publiceren...",
"CMSMAIN.REALLYDELETEPAGES": "Wilt u echt de %s geselecteerde pagina's verwijderen?",
"CMSMAIN.RESTORING": "Herstellen...",
"CMSMAIN.SAVING": "opslaan...",
"CMSMAIN.SELECTMOREPAGES": "U hebt pagina(s) %s geselecteerd. \n\nWilt u deze actie uitvoeren?",
"CMSMAIN.SELECTONEPAGE": "Selecteer minstens 1 pagina.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs kunnen alleen bestaan uit letters, cijfers en koppeltekens.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "U moet de pagina opslaan voordat u onderliggende pagina's kan toevoegen",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Wil je echt terugdraaien naar versie #%s van deze pagina?",
"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.",
"Folder.Name": "Mapnaam",
"Tree.AddSubPage": "Voeg nieuwe pagina toe",
"Tree.Duplicate": "Dupliceren",
"Tree.EditPage": "Aanpassen",
"Tree.ShowAsList": "Toon onderliggende pagina's als lijst",
"Tree.ThisPageAndSubpages": "Deze pagina en subpagina's",
"Tree.ThisPageOnly": "Enkel deze pagina",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Annuleren",
"URLSEGMENT.Edit": "Aanpassen",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Sorry, u hebt de maximaal aantal widgets bereikt in dit gebied"
"CMS.ALERTCLASSNAME": "Het paginatype wordt aangepast na het opslaan van de pagina",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Wil je echt terugdraaien naar versie #%s van deze pagina?",
"CMS.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.",
"CMS.AddSubPage": "Voeg nieuwe pagina toe",
"CMS.Duplicate": "Dupliceren",
"CMS.EditPage": "Aanpassen",
"CMS.ShowAsList": "Toon onderliggende pagina's als lijst",
"CMS.ThisPageAndSubpages": "Deze pagina en subpagina's",
"CMS.ThisPageOnly": "Enkel deze pagina",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/nl_NL.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/nl_NL.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('nl_NL', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/pa.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/pa.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('pa', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('pl', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Czy na pewno usunąć %s folderów?",
"AssetAdmin.ConfirmDelete": "Czy na pewno usunąć ten folder i wszystkie pliki w nim zawarte?",
"AssetTableField.MOVING": "Przenoszenie %s plików",
"AssetTableField.REALLYDELETE": "Czy na pewno usunąć zaznaczone pliki??",
"CMSMAIN.ALERTCLASSNAME": "Ta strona zostanie zaktualizowana po jej zapisaniu",
"CMSMAIN.AddSearchCriteria": "Dodaj kryteria",
"CMSMAIN.CANTADDCHILDREN": "Nie można dodać stron podrzędnych",
"CMSMAIN.DELETINGPAGES": "Usuwanie stron...",
"CMSMAIN.ERRORADDINGPAGE": "Błąd przy dodawaniu strony",
"CMSMAIN.ERRORDELETINGPAGES": "Błąd podczas usuwania stron",
"CMSMAIN.ERRORFILTERPAGES": "Nie można było filtrować drzewa<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Błąd podczas publikacji stron",
"CMSMAIN.ERRORREVERTING": "Błąd podczas powrotu do opublikowanej strony",
"CMSMAIN.ERRORUNFILTER": "Nie można było cofnąć filtrowania drzewa<br />%s",
"CMSMAIN.FILTEREDTREE": "Drzewo filtrowane pokazujące tylko zmienione strony",
"CMSMAIN.PUBLISHING": "Publikacja...",
"CMSMAIN.PUBLISHINGPAGES": "Publikacja strony...",
"CMSMAIN.REALLYDELETEPAGES": "Czy na pewno zaznaczone strony %s usunąć?",
"CMSMAIN.RESTORING": "Odzyskiwanie...",
"CMSMAIN.SAVING": "Zapisywanie...",
"CMSMAIN.SELECTMOREPAGES": "Zaznaczono %s stron.\n\nCzy na pewno chcesz wykonać tę akcje?",
"CMSMAIN.SELECTONEPAGE": "Proszę wybrać przynajmniej jedną stronę",
"CMSMAIN.URLSEGMENTVALIDATION": "Adres URL może składać się tylko z liter, cyfr i łączników.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Należy najpierw zapisać stronę, aby móc dodać strony podrzędne",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Czy na pewno cofnąć do wersji #%s tej strony?",
"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.",
"Folder.Name": "Nazwa folderu",
"Tree.AddSubPage": "Dodaj tutaj nową stronę",
"Tree.Duplicate": "Powiel",
"Tree.EditPage": "Edytuj",
"Tree.ShowAsList": "Pokaż dzieci jako listę",
"Tree.ThisPageAndSubpages": "Ta strona i podstrony",
"Tree.ThisPageOnly": "Tylko tę stronę",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Anuluj",
"URLSEGMENT.Edit": "Edytuj",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Przepraszam, ale osiągnięto maksymalną ilość widgetów w tym obszarze"
"CMS.ALERTCLASSNAME": "Ta strona zostanie zaktualizowana po jej zapisaniu",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Czy na pewno cofnąć do wersji #%s tej strony?",
"CMS.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.",
"CMS.AddSubPage": "Dodaj tutaj nową stronę",
"CMS.Duplicate": "Powiel",
"CMS.EditPage": "Edytuj",
"CMS.ShowAsList": "Pokaż dzieci jako listę",
"CMS.ThisPageAndSubpages": "Ta strona i podstrony",
"CMS.ThisPageOnly": "Tylko tę stronę",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/pl_PL.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/pl_PL.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('pl_PL', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/pt.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/pt.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('pt', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/pt_BR.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/pt_BR.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('pt_BR', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/pt_PT.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/pt_PT.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('pt_PT', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('ro', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Doriţi să ștergeţi cele %s dosare?",
"AssetAdmin.ConfirmDelete": "Doriţi ştergerea acestui dosar precum şi a tuturor fişierelor conţinute?",
"AssetTableField.MOVING": "Mutare %s fişier(e)",
"AssetTableField.REALLYDELETE": "Doriţi ştergerea tuturor fișierele marcate?",
"CMSMAIN.ALERTCLASSNAME": "Tipul de pagină va fi actualizat după ce pagina este salvată",
"CMSMAIN.AddSearchCriteria": "Adăugare criterii",
"CMSMAIN.CANTADDCHILDREN": "La nodul selectat nu pot fi adăugaţi fii",
"CMSMAIN.DELETINGPAGES": "Şterg pagini...",
"CMSMAIN.ERRORADDINGPAGE": "Eroare la adăugare pagină",
"CMSMAIN.ERRORDELETINGPAGES": "Eroare la ştergerea paginilor",
"CMSMAIN.ERRORFILTERPAGES": "Nu s-a putut filtra structura arborescentă pentru a afișa numai paginile modificate <br />% s",
"CMSMAIN.ERRORPUBLISHING": "Eroare publicare pagini",
"CMSMAIN.ERRORREVERTING": "Eroare la restaurarea conţinutului live",
"CMSMAIN.ERRORUNFILTER": "Arbore fără filtru",
"CMSMAIN.FILTEREDTREE": "Filtrare arbore pentru a afișa numai paginile modificate",
"CMSMAIN.PUBLISHING": "Public...",
"CMSMAIN.PUBLISHINGPAGES": "Public pagini...",
"CMSMAIN.REALLYDELETEPAGES": "Doriţi ştergerea celor %s pagini marcate?",
"CMSMAIN.RESTORING": "Refac...",
"CMSMAIN.SAVING": "salvez...",
"CMSMAIN.SELECTMOREPAGES": "Aţi selectat %s pagini.\n\nConfirmaţi executarea acestei acţiuni?",
"CMSMAIN.SELECTONEPAGE": "Vă rugăm să selectaţi cel puțin 1 pagină.",
"CMSMAIN.URLSEGMENTVALIDATION": "URL-uri pot conţine doar litere, cifre și cratime.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Trebuie să salvați o pagină înainte de a adăuga copii sub aceasta",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Doriţi revenirea la versiunea #%s a acestei pagini?",
"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.",
"Folder.Name": "Nume dosar",
"Tree.AddSubPage": "Adăugaţi o nouă pagină aici",
"Tree.Duplicate": "Copie",
"Tree.EditPage": "Editare",
"Tree.ShowAsList": "Afişare fii în format listă",
"Tree.ThisPageAndSubpages": "Această pagină cu subpagini",
"Tree.ThisPageOnly": "Doar această pagină",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Renunţare",
"URLSEGMENT.Edit": "Editare",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Ne pare rău, ați atins numărul maxim de widget-uri din această arie"
"CMS.ALERTCLASSNAME": "Tipul de pagină va fi actualizat după ce pagina este salvată",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Doriţi revenirea la versiunea #%s a acestei pagini?",
"CMS.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.",
"CMS.AddSubPage": "Adăugaţi o nouă pagină aici",
"CMS.Duplicate": "Copie",
"CMS.EditPage": "Editare",
"CMS.ShowAsList": "Afişare fii în format listă",
"CMS.ThisPageAndSubpages": "Această pagină cu subpagini",
"CMS.ThisPageOnly": "Doar această pagină",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/ro_RO.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/ro_RO.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('ro_RO', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('ru', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Вы действительно хотите удалить директории (%s шт.)?",
"AssetAdmin.ConfirmDelete": "Вы действительно хотите удалить эту директорию и все файлы в ней?",
"AssetTableField.MOVING": "Перемещение файлов (%s шт.)",
"AssetTableField.REALLYDELETE": "Вы действительно хотите удалить отмеченные файлы?",
"CMSMAIN.ALERTCLASSNAME": "Тип страницы будет изменён после её сохранения.",
"CMSMAIN.AddSearchCriteria": "Добавить условие",
"CMSMAIN.CANTADDCHILDREN": "Невозможно добавить вложенную страницу для этой страницы",
"CMSMAIN.DELETINGPAGES": "Удаление страниц...",
"CMSMAIN.ERRORADDINGPAGE": "Ошибка при добавлении страницы",
"CMSMAIN.ERRORDELETINGPAGES": "Ошибка при удалении страниц",
"CMSMAIN.ERRORFILTERPAGES": "Невозможно отфильтровать дерево для отображения только изменённых страниц<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Ошибка при публикации страниц",
"CMSMAIN.ERRORREVERTING": "Ошибка при получении содержимого",
"CMSMAIN.ERRORUNFILTER": "Неотфильтрованное дерево",
"CMSMAIN.FILTEREDTREE": "Отфильтрованное дерево изменённых страниц",
"CMSMAIN.PUBLISHING": "Публикация...",
"CMSMAIN.PUBLISHINGPAGES": "Публикация страниц...",
"CMSMAIN.REALLYDELETEPAGES": "Вы действительно хотите удалить выбранные страницы (%s шт.)?",
"CMSMAIN.RESTORING": "Восстановление...",
"CMSMAIN.SAVING": "сохранение...",
"CMSMAIN.SELECTMOREPAGES": "Выбрано страниц: %s.\n\nВы действительно хотите выполнить выбранное действие?",
"CMSMAIN.SELECTONEPAGE": "Пожалуйста, выберите хотя бы одну страницу.",
"CMSMAIN.URLSEGMENTVALIDATION": "Адрес может состоять только из букв, цифр и дефисов.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Необходимо сохранить страницу, прежде чем добавлять вложенные страницы",
"CMSMain.Archive": "Вы действительно хотите отправить в архив эту страницу и все вложенные страницы?\n\nЭта страница и все вложенные страницы будут сняты с публикации и отправлены в архив.",
"CMSMain.ConfirmRestoreFromLive": "Вы действительно хотите вернуть страницу к состоянию опубликованной версии?",
"CMSMain.DeleteFromDraft": "Вы уверены что хотите удалить страницу с чернового сайта?\n\nСтраница останется на опубликованном сайте.",
"CMSMain.Restore": "Вы действительно хотите восстановить эту страницу из архива?",
"CMSMain.RestoreToRoot": "Вы уверены что хотите восстановить данную страницу из архива?\n\nПоскольку родительская страница недоступна данная страница будет восстановлена в корень сайта.",
"CMSMain.RollbackToVersion": "Вы действительно хотите восстановить версию #%s этой страницы?",
"CMSMain.Unpublish": "Вы уверены что хотите удалить страницу с опубликованного сайта?\n\nСтраница останется в черновиках.",
"Folder.Name": "Имя директории",
"Tree.AddSubPage": "Добавить новую страницу",
"Tree.Duplicate": "Создать копию",
"Tree.EditPage": "Редактировать",
"Tree.ShowAsList": "Показать страницы в виде списка",
"Tree.ThisPageAndSubpages": "Вместе с вложенными страницами",
"Tree.ThisPageOnly": "Только этой страницы",
"Tree.ViewPage": "Просмотр",
"URLSEGMENT.Cancel": "Отмена",
"URLSEGMENT.Edit": "Изменить",
"URLSEGMENT.OK": "ОК",
"URLSEGMENT.UpdateURL": "Обновить Адрес",
"WidgetAreaEditor.TOOMANY": "Достигнуто максимальное число виджетов в этом разделе."
"CMS.ALERTCLASSNAME": "Тип страницы будет изменён после её сохранения.",
"CMS.ConfirmRestoreFromLive": "Вы действительно хотите вернуть страницу к состоянию опубликованной версии?",
"CMS.Restore": "Вы действительно хотите восстановить эту страницу из архива?",
"CMS.RestoreToRoot": "Вы уверены что хотите восстановить данную страницу из архива?\n\nПоскольку родительская страница недоступна данная страница будет восстановлена в корень сайта.",
"CMS.RollbackToVersion": "Вы действительно хотите восстановить версию #%s этой страницы?",
"CMS.Unpublish": "Вы уверены что хотите удалить страницу с опубликованного сайта?\n\nСтраница останется в черновиках.",
"CMS.AddSubPage": "Добавить новую страницу",
"CMS.Duplicate": "Создать копию",
"CMS.EditPage": "Редактировать",
"CMS.ShowAsList": "Показать страницы в виде списка",
"CMS.ThisPageAndSubpages": "Вместе с вложенными страницами",
"CMS.ThisPageOnly": "Только этой страницы",
"CMS.ViewPage": "Просмотр",
"CMS.UpdateURL": "Обновить Адрес",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/si.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/si.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('si', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('sk', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Skutočne chcete smazať %s zložky?",
"AssetAdmin.ConfirmDelete": "Skutočne chcete smazať túto zložku a všetky obsahujúce súbory?",
"AssetTableField.MOVING": "Premiestňujú sa %s súbor(y)",
"AssetTableField.REALLYDELETE": "Skutočne chcete smazať označené súbory?",
"CMSMAIN.ALERTCLASSNAME": "Typ stránky bude aktualizovaný až bude stránka uložená",
"CMSMAIN.AddSearchCriteria": "Pridať kritéria",
"CMSMAIN.CANTADDCHILDREN": "Nemôžete pridať potomkov do vybratého uzla",
"CMSMAIN.DELETINGPAGES": "Mazanie stránok...",
"CMSMAIN.ERRORADDINGPAGE": "Chyba pri pridaní stránky",
"CMSMAIN.ERRORDELETINGPAGES": "Chyba pri mazaní stránok",
"CMSMAIN.ERRORFILTERPAGES": "Nie je možné filtrovať štruktúru k zobrazeniu iba zmenených stránok<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Chyba pri zverejňovaní stránok",
"CMSMAIN.ERRORREVERTING": "Chyba prevádzania na živý obsah",
"CMSMAIN.ERRORUNFILTER": "Nie je možné filtrovať štruktúru webu<br />%s",
"CMSMAIN.FILTEREDTREE": "Filtrovaná štruktúra k zobrazeniu iba zmenených stránok",
"CMSMAIN.PUBLISHING": "Zverejňovanie...",
"CMSMAIN.PUBLISHINGPAGES": "Zverejňovanie stránok...",
"CMSMAIN.REALLYDELETEPAGES": "Skutočne chcete zmazať %s označené stránky?",
"CMSMAIN.RESTORING": "Obnovovanie...",
"CMSMAIN.SAVING": "ukladanie...",
"CMSMAIN.SELECTMOREPAGES": "Máte vybraté %s stránok.\n\nSkutočne ich chcete?",
"CMSMAIN.SELECTONEPAGE": "Prosím, vyberte najmenej 1 stránku.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLs môže byť vytvorené iba znakmi, číslicami a spojovníkmi.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Pred pridaním ďalšej podstránky, musíte stránku uložiť",
"CMSMain.Archive": "Určite chcete archivovať túto stránku a jej všetky postránky?\n\nTáto stránka a jej všetky podstránky budú nezverejnené a odoslané do archívu.",
"CMSMain.ConfirmRestoreFromLive": "Určite chcete obnoviť koncept do doby, kedy bola stránka naposledy zverejnená?",
"CMSMain.DeleteFromDraft": "Určite chcete odstrániť stránku z konceptu?\n\nTáto stránka ostane na zverejneném webu.",
"CMSMain.Restore": "Určite chcete obnoviť túto stánku z archívu?",
"CMSMain.RestoreToRoot": "Určite chcete obnoviť túto stránku z archívu?\n\nPretože nadriadená stránka nie je k dispozícii, bude obnovena do najvyššej úrovne.",
"CMSMain.RollbackToVersion": "Skutočne chcete vrátiť späť na verziu #%s tejto stránky?",
"CMSMain.Unpublish": "Určite chcete odstrániť stránku zo zverejneného webu?\n\nTáto stránka bude stále k dispozícii v štruktúre webu ako koncept.",
"Folder.Name": "Názov složky",
"Tree.AddSubPage": "Pridať novú stránku tu",
"Tree.Duplicate": "Duplikovať",
"Tree.EditPage": "Editovať",
"Tree.ShowAsList": "Zobraziť potomkov ako zoznam",
"Tree.ThisPageAndSubpages": "Túto stránku a podstránky",
"Tree.ThisPageOnly": "Iba túto stránku",
"Tree.ViewPage": "Zobraziť",
"URLSEGMENT.Cancel": "Zrušiť",
"URLSEGMENT.Edit": "Editovať",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Aktualizovať URL",
"WidgetAreaEditor.TOOMANY": "Prepáčte, dosiahli ste maximálny početf widgetov v tejto oblasti"
"CMS.ALERTCLASSNAME": "Typ stránky bude aktualizovaný až bude stránka uložená",
"CMS.ConfirmRestoreFromLive": "Určite chcete obnoviť koncept do doby, kedy bola stránka naposledy zverejnená?",
"CMS.Restore": "Určite chcete obnoviť túto stánku z archívu?",
"CMS.RestoreToRoot": "Určite chcete obnoviť túto stránku z archívu?\n\nPretože nadriadená stránka nie je k dispozícii, bude obnovena do najvyššej úrovne.",
"CMS.RollbackToVersion": "Skutočne chcete vrátiť späť na verziu #%s tejto stránky?",
"CMS.Unpublish": "Určite chcete odstrániť stránku zo zverejneného webu?\n\nTáto stránka bude stále k dispozícii v štruktúre webu ako koncept.",
"CMS.AddSubPage": "Pridať novú stránku tu",
"CMS.Duplicate": "Duplikovať",
"CMS.EditPage": "Editovať",
"CMS.ShowAsList": "Zobraziť potomkov ako zoznam",
"CMS.ThisPageAndSubpages": "Túto stránku a podstránky",
"CMS.ThisPageOnly": "Iba túto stránku",
"CMS.ViewPage": "Zobraziť",
"CMS.UpdateURL": "Aktualizovať URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/sk_SK.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/sk_SK.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('sk_SK', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('sl', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Izbrišem %s map?",
"AssetAdmin.ConfirmDelete": "Izbrišem mapo in vsebovane datoteke?",
"AssetTableField.MOVING": "Premikam %s stran(i)",
"AssetTableField.REALLYDELETE": "Izbrišem označene datoteke?",
"CMSMAIN.ALERTCLASSNAME": "Tipska stran bo posodobljena po shranjevanju strani",
"CMSMAIN.AddSearchCriteria": "Dodaj kriterij",
"CMSMAIN.CANTADDCHILDREN": "Vozlišču ne morete dodati otrok",
"CMSMAIN.DELETINGPAGES": "Brisanje strani ...",
"CMSMAIN.ERRORADDINGPAGE": "Napaka pri dodajanju strani",
"CMSMAIN.ERRORDELETINGPAGES": "Napaka pri brisanju strani",
"CMSMAIN.ERRORFILTERPAGES": "Neuspešno filtriranje zgolj spremenljenih strani<br/>%s",
"CMSMAIN.ERRORPUBLISHING": "Napaka pri objavljanju strani",
"CMSMAIN.ERRORREVERTING": "Napaka pri povrnitvi na živo vsebino",
"CMSMAIN.ERRORUNFILTER": "Nefiltrirano drevo",
"CMSMAIN.FILTEREDTREE": "Pokaži samo spremenjene strani",
"CMSMAIN.PUBLISHING": "Objavljanje ...",
"CMSMAIN.PUBLISHINGPAGES": "Objavljanje strani ...",
"CMSMAIN.REALLYDELETEPAGES": "Izbriši %s označenih strani?",
"CMSMAIN.RESTORING": "Obnavljanje ...",
"CMSMAIN.SAVING": "shranjevanje ...",
"CMSMAIN.SELECTMOREPAGES": "Izbranih je %s strani.\n\nIzvedem izbrano akcijo?",
"CMSMAIN.SELECTONEPAGE": "Izberite vsaj 1 stran",
"CMSMAIN.URLSEGMENTVALIDATION": "URL-ji lahko vsebujejo le alfanumerične znake in pomišljaje.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Stran je potrebno shraniti pred dodajanjem otrok",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Obnovim na verzijo #%s te strani?",
"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.",
"Folder.Name": "Ime mape",
"Tree.AddSubPage": "Dodaj novo stran tukaj",
"Tree.Duplicate": "Podvoji",
"Tree.EditPage": "Uredi",
"Tree.ShowAsList": "Prikaži otroke kot seznam",
"Tree.ThisPageAndSubpages": "To stran in podstrani",
"Tree.ThisPageOnly": "Samo to stran",
"Tree.ViewPage": "Pogled",
"URLSEGMENT.Cancel": "Prekliči",
"URLSEGMENT.Edit": "Uredi",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Posodobi URL",
"WidgetAreaEditor.TOOMANY": "Ups, dosegli ste največje možno število gradnikov na tem področju"
"CMS.ALERTCLASSNAME": "Tipska stran bo posodobljena po shranjevanju strani",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Obnovim na verzijo #%s te strani?",
"CMS.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.",
"CMS.AddSubPage": "Dodaj novo stran tukaj",
"CMS.Duplicate": "Podvoji",
"CMS.EditPage": "Uredi",
"CMS.ShowAsList": "Prikaži otroke kot seznam",
"CMS.ThisPageAndSubpages": "To stran in podstrani",
"CMS.ThisPageOnly": "Samo to stran",
"CMS.ViewPage": "Pogled",
"CMS.UpdateURL": "Posodobi URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/sl_SI.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/sl_SI.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('sl_SI', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('sr', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Да ли заиста желите да се избришете %s фасцикле?",
"AssetAdmin.ConfirmDelete": "Да ли заиста желите да избришете ову фасциклу и све датотеке садржане у њој?",
"AssetTableField.MOVING": "Премештање %s датотеке(а)",
"AssetTableField.REALLYDELETE": "Да ли заиста желите да избришете означене датотеке?",
"CMSMAIN.ALERTCLASSNAME": "Тип странице ће бити ажуриран након што сачувате страницу",
"CMSMAIN.AddSearchCriteria": "Додај критеријум",
"CMSMAIN.CANTADDCHILDREN": "Не можете додати дете изабраном чвору",
"CMSMAIN.DELETINGPAGES": "Брисање страница...",
"CMSMAIN.ERRORADDINGPAGE": "Грешка при додавању странице",
"CMSMAIN.ERRORDELETINGPAGES": "Грешка при брисању страница",
"CMSMAIN.ERRORFILTERPAGES": "Дрво се не може филтрирати да прикаже само измењене странице<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Грешка при објављивању страница",
"CMSMAIN.ERRORREVERTING": "Грешка при враћању на живи садржај",
"CMSMAIN.ERRORUNFILTER": "Нефилтрирано стабло",
"CMSMAIN.FILTEREDTREE": "Филтрирано стабло да приказује само измењене странице",
"CMSMAIN.PUBLISHING": "Објављивање...",
"CMSMAIN.PUBLISHINGPAGES": "Објављивање страница...",
"CMSMAIN.REALLYDELETEPAGES": "Да ли заиста желите да избришете %s означених страница?",
"CMSMAIN.RESTORING": "Обнављање...",
"CMSMAIN.SAVING": "снима се...",
"CMSMAIN.SELECTMOREPAGES": "Изабрали сте %s страницâ.\n\nДа ли заиста желите да извршите ову акцију?",
"CMSMAIN.SELECTONEPAGE": "Молимо Вас да изаберете бар 1 страницу.",
"CMSMAIN.URLSEGMENTVALIDATION": "URL-ови могу садржати само слова, бројеве и повлаке.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Морате снимити страницу пре него што јој можете додати подстранице",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Да ли заиста желите да се вратите на верзију #%s ове странице?",
"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.",
"Folder.Name": "Име фасцикле",
"Tree.AddSubPage": "Додај нову страницу овде",
"Tree.Duplicate": "Дуплирај/копирај",
"Tree.EditPage": "Измени",
"Tree.ShowAsList": "Прикажу децу у виду листе",
"Tree.ThisPageAndSubpages": "Ова страница и подстранице",
"Tree.ThisPageOnly": "Само ова страница",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Одустани",
"URLSEGMENT.Edit": "Измени",
"URLSEGMENT.OK": "У реду",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Извињавамо се, досегнули сте максималан број виџета у овој области"
"CMS.ALERTCLASSNAME": "Тип странице ће бити ажуриран након што сачувате страницу",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Да ли заиста желите да се вратите на верзију #%s ове странице?",
"CMS.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.",
"CMS.AddSubPage": "Додај нову страницу овде",
"CMS.Duplicate": "Дуплирај/копирај",
"CMS.EditPage": "Измени",
"CMS.ShowAsList": "Прикажу децу у виду листе",
"CMS.ThisPageAndSubpages": "Ова страница и подстранице",
"CMS.ThisPageOnly": "Само ова страница",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/sr@latin.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/sr@latin.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('sr@latin', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/sr_RS.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/sr_RS.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('sr_RS', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('sr_RS@latin', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Da li zaista želite da se izbrišete %s fascikle?",
"AssetAdmin.ConfirmDelete": "Da li zaista želite da izbrišete ovu fasciklu i sve datoteke sadržane u njoj?",
"AssetTableField.MOVING": "Premeštanje %s datoteke(a)",
"AssetTableField.REALLYDELETE": "Da li zaista želite da izbrišete označene datoteke?",
"CMSMAIN.ALERTCLASSNAME": "Tip stranice će biti ažuriran nakon što sačuvate stranicu",
"CMSMAIN.AddSearchCriteria": "Dodaj kriterijum",
"CMSMAIN.CANTADDCHILDREN": "Ne možete dodati dete izabranom čvoru",
"CMSMAIN.DELETINGPAGES": "Brisanje stranica...",
"CMSMAIN.ERRORADDINGPAGE": "Greška pri dodavanju stranice",
"CMSMAIN.ERRORDELETINGPAGES": "Greška pri brisanju stranica",
"CMSMAIN.ERRORFILTERPAGES": "Drvo se ne može filtrirati da prikaže samo izmenjene stranice<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Greška pri objavljivanju stranica",
"CMSMAIN.ERRORREVERTING": "Greška pri vraćanju na živi sadržaj",
"CMSMAIN.ERRORUNFILTER": "Nefiltrirano stablo",
"CMSMAIN.FILTEREDTREE": "Filtrirano stablo da prikazuje samo izmenjene stranice",
"CMSMAIN.PUBLISHING": "Objavljivanje...",
"CMSMAIN.PUBLISHINGPAGES": "Objavljivanje stranica...",
"CMSMAIN.REALLYDELETEPAGES": "Da li zaista želite da izbrišete %s označenih stranica?",
"CMSMAIN.RESTORING": "Obnavljanje...",
"CMSMAIN.SAVING": "snima se...",
"CMSMAIN.SELECTMOREPAGES": "Izabrali ste %s stranicâ.\n\nDa li zaista želite da izvršite ovu akciju?",
"CMSMAIN.SELECTONEPAGE": "Molimo Vas da izaberete bar 1 stranicu.",
"CMSMAIN.URLSEGMENTVALIDATION": "URL-ovi mogu sadržati samo slova, brojeve i povlake.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Morate snimiti stranicu pre nego što joj možete dodati podstranice",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "Da li zaista želite da se vratite na verziju #%s ove stranice?",
"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.",
"Folder.Name": "Ime fascikle",
"Tree.AddSubPage": "Dodaj novu stranicu ovde",
"Tree.Duplicate": "Dupliraj/kopiraj",
"Tree.EditPage": "Izmeni",
"Tree.ShowAsList": "Prikažu decu u vidu liste",
"Tree.ThisPageAndSubpages": "Ova stranica i podstranice",
"Tree.ThisPageOnly": "Samo ova stranica",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Odustani",
"URLSEGMENT.Edit": "Izmeni",
"URLSEGMENT.OK": "U redu",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "Izvinjavamo se, dosegnuli ste maksimalan broj vidžeta u ovoj oblasti"
"CMS.ALERTCLASSNAME": "Tip stranice će biti ažuriran nakon što sačuvate stranicu",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Da li zaista želite da se vratite na verziju #%s ove stranice?",
"CMS.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.",
"CMS.AddSubPage": "Dodaj novu stranicu ovde",
"CMS.Duplicate": "Dupliraj/kopiraj",
"CMS.EditPage": "Izmeni",
"CMS.ShowAsList": "Prikažu decu u vidu liste",
"CMS.ThisPageAndSubpages": "Ova stranica i podstranice",
"CMS.ThisPageOnly": "Samo ova stranica",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('sv', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Vill du verkligen radera %s mappar?",
"AssetAdmin.ConfirmDelete": "Vill du verkligen radera denna mapp och alla filer i den?",
"AssetTableField.MOVING": "Flyttar %s fil(er)",
"AssetTableField.REALLYDELETE": "Vill du verkligen radera de markerade filerna?",
"CMSMAIN.ALERTCLASSNAME": "Sidtypen kommer att uppdateras efter att sidan sparats",
"CMSMAIN.AddSearchCriteria": "Lägg till kriterium",
"CMSMAIN.CANTADDCHILDREN": "Du kan inte lägga till undersidor till den valda sidan.",
"CMSMAIN.DELETINGPAGES": "Raderar sidor...",
"CMSMAIN.ERRORADDINGPAGE": "Ett fel uppstod när sidan skulle läggas till",
"CMSMAIN.ERRORDELETINGPAGES": "Ett fel uppstod när sidorna skulle raderas",
"CMSMAIN.ERRORFILTERPAGES": "Kunde inte filtrera trädet för att visa enbart ändrade sidor<br />%s",
"CMSMAIN.ERRORPUBLISHING": "Ett fel uppstod när sidorna skulle publiceras",
"CMSMAIN.ERRORREVERTING": "Ett fel uppstod vid återgång till publicerat innehåll",
"CMSMAIN.ERRORUNFILTER": "Ofiltrerat träd",
"CMSMAIN.FILTEREDTREE": "Filtrerat träd för att visa enbart ändrade sidor",
"CMSMAIN.PUBLISHING": "Publicerar...",
"CMSMAIN.PUBLISHINGPAGES": "Publicerar sidor...",
"CMSMAIN.REALLYDELETEPAGES": "Vill du verkligen radera de %s markerade sidorna?",
"CMSMAIN.RESTORING": "Återställer...",
"CMSMAIN.SAVING": "sparar...",
"CMSMAIN.SELECTMOREPAGES": "Du har valt %s sidor.\n\nVill du verkligen utföra denna åtgärd?",
"CMSMAIN.SELECTONEPAGE": "Vänligen välj åtminstone 1 sida.",
"CMSMAIN.URLSEGMENTVALIDATION": "URLar kan endast innehålla bokstäver, siffror och bindesträck.",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Du måste spara en sida innan du kan lägga till undersidor.",
"CMSMain.Archive": "Är du säker på att du vill arkivera denna sida och alla sidans undersidor.\n\nDenna sida och sidans undersidor kommer att avpubliceras och arkiveras",
"CMSMain.ConfirmRestoreFromLive": "Är du säker på att du vill återskapa utkast till när sidan senast publicerades?",
"CMSMain.DeleteFromDraft": "Är du säker på att du vill radera din sida från utkast hemsidan.\nSidan kommer att finnas kvar på din publicerade hemsida.",
"CMSMain.Restore": "Är du säker på att du vill återställa sidan från arkiverad sida",
"CMSMain.RestoreToRoot": "Är du säker på att du vill återskapa denna sida från arkivet?\n\nEftersom sidan förälder är ej tillgänglig så kommer denbli återskapa under huvudmenun",
"CMSMain.RollbackToVersion": "Vill du verkligen gå tillbaka till version %s av denna sida?",
"CMSMain.Unpublish": "Är du säker på att du vill ta bort sidan från den publicerade hemsidan.\nSidan kommer fortfarande att synas i menu som utkast",
"Folder.Name": "Mappnamn",
"Tree.AddSubPage": "Lägg till ny sida här",
"Tree.Duplicate": "Duplicera",
"Tree.EditPage": "Redigera",
"Tree.ShowAsList": "Visa undersidor som lista",
"Tree.ThisPageAndSubpages": "Denna sida och undersidor",
"Tree.ThisPageOnly": "Endast denna sida",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "Avbryt",
"URLSEGMENT.Edit": "Redigera",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.UpdateURL": "Uppdatera URL",
"WidgetAreaEditor.TOOMANY": "Du har tyvärr nått max antal widgetar i detta område."
"CMS.ALERTCLASSNAME": "Sidtypen kommer att uppdateras efter att sidan sparats",
"CMS.ConfirmRestoreFromLive": "Är du säker på att du vill återskapa utkast till när sidan senast publicerades?",
"CMS.Restore": "Är du säker på att du vill återställa sidan från arkiverad sida",
"CMS.RestoreToRoot": "Är du säker på att du vill återskapa denna sida från arkivet?\n\nEftersom sidan förälder är ej tillgänglig så kommer denbli återskapa under huvudmenun",
"CMS.RollbackToVersion": "Vill du verkligen gå tillbaka till version %s av denna sida?",
"CMS.Unpublish": "Är du säker på att du vill ta bort sidan från den publicerade hemsidan.\nSidan kommer fortfarande att synas i menu som utkast",
"CMS.AddSubPage": "Lägg till ny sida här",
"CMS.Duplicate": "Duplicera",
"CMS.EditPage": "Redigera",
"CMS.ShowAsList": "Visa undersidor som lista",
"CMS.ThisPageAndSubpages": "Denna sida och undersidor",
"CMS.ThisPageOnly": "Endast denna sida",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Uppdatera URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/th.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/th.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('th', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/tl.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/tl.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('tl', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/tr.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/tr.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('tr', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/tr_TR.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/tr_TR.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('tr_TR', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/uk.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/uk.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('uk', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/uk_UA.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/uk_UA.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('uk_UA', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/uz.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/uz.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('uz', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/vi.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/vi.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('vi', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/vi_VN.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/vi_VN.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('vi_VN', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

View File

@ -6,49 +6,20 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
}
} else {
ss.i18n.addDictionary('zh', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "是否确定删除 %s 个文件夹?",
"AssetAdmin.ConfirmDelete": "是否确定删除该文件夹以及所有包含的文件?",
"AssetTableField.MOVING": "正在移动 %s 文件",
"AssetTableField.REALLYDELETE": "是否确定删除标记的文件?",
"CMSMAIN.ALERTCLASSNAME": "将在页面保存后上传页面类型",
"CMSMAIN.AddSearchCriteria": "添加标准",
"CMSMAIN.CANTADDCHILDREN": "您无法将儿童添加至所选节点",
"CMSMAIN.DELETINGPAGES": "正在删除页面...",
"CMSMAIN.ERRORADDINGPAGE": "错误添加页面",
"CMSMAIN.ERRORDELETINGPAGES": "删除页面时出错",
"CMSMAIN.ERRORFILTERPAGES": "无法过滤树形结构,以便仅显示已更改页面<br />%s",
"CMSMAIN.ERRORPUBLISHING": "错误发布页面",
"CMSMAIN.ERRORREVERTING": "返回至实时内容的错误",
"CMSMAIN.ERRORUNFILTER": "未经过滤的树形结构",
"CMSMAIN.FILTEREDTREE": "已对树形结构进行过滤,进而可以仅显示更改过的页面",
"CMSMAIN.PUBLISHING": "正在发布...",
"CMSMAIN.PUBLISHINGPAGES": "正在发布页面...",
"CMSMAIN.REALLYDELETEPAGES": "是否确定删除 %s 标记的页面?",
"CMSMAIN.RESTORING": "正在恢复...",
"CMSMAIN.SAVING": "正在保存...",
"CMSMAIN.SELECTMOREPAGES": "您选择了 %s 个页面。\n\n是否确定执行该操作",
"CMSMAIN.SELECTONEPAGE": "请至少选择 1 个页面。",
"CMSMAIN.URLSEGMENTVALIDATION": "URL 仅能由字母、数字和连字符组成。",
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "将儿童添加在下面之前,您必须保存一个页面",
"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.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"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.RollbackToVersion": "是否确定回滚至该页面的第 #%s 版?",
"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.",
"Folder.Name": "文件夹名称",
"Tree.AddSubPage": "在此添加新页面",
"Tree.Duplicate": "复制",
"Tree.EditPage": "编辑",
"Tree.ShowAsList": "将儿童显示为列表",
"Tree.ThisPageAndSubpages": "本页和子页面",
"Tree.ThisPageOnly": "仅该页",
"Tree.ViewPage": "View",
"URLSEGMENT.Cancel": "取消",
"URLSEGMENT.Edit": "编辑",
"URLSEGMENT.OK": "确定",
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "对不起,该区域的小工具数量已经达到最大数量"
"CMS.ALERTCLASSNAME": "将在页面保存后上传页面类型",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "是否确定回滚至该页面的第 #%s 版?",
"CMS.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.",
"CMS.AddSubPage": "在此添加新页面",
"CMS.Duplicate": "复制",
"CMS.EditPage": "编辑",
"CMS.ShowAsList": "将儿童显示为列表",
"CMS.ThisPageAndSubpages": "本页和子页面",
"CMS.ThisPageOnly": "仅该页",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/zh_CN.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/zh_CN.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('zh_CN', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}

25
client/lang/zh_TW.js Normal file
View File

@ -0,0 +1,25 @@
// This file was generated by silverstripe/cow from client/lang/src/zh_TW.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('zh_TW', {
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
"CMS.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.",
"CMS.AddSubPage": "Add new page here",
"CMS.Duplicate": "Duplicate",
"CMS.EditPage": "Edit",
"CMS.ShowAsList": "Show children as list",
"CMS.ThisPageAndSubpages": "This page and subpages",
"CMS.ThisPageOnly": "This page only",
"CMS.ViewPage": "View",
"CMS.UpdateURL": "Update URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}