mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Update translations
This commit is contained in:
parent
2d10c94049
commit
03c628345b
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ar.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('ar', {
|
||||
ss.i18n.addDictionary('ar', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "يجب عليك حفظ إحدى الصفحات قبل إضافة أطفال تحته",
|
||||
"CMSMAIN.CANTADDCHILDREN": "لا يمكنك إضافة التوابع إلى العقدة المحددة",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "حدث خطأ في إضافة صفحة",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/cs.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('cs', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Před přidáním další podstránky, musíte stránku uložit",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Nemůžete přidat potomky do vybraného uzlu",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Chyba při přidání stránky",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/de.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('de', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Sie müssen diese Seite speichern bevor Unterseiten hingefügt werden können",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Unterseiten nicht erlaubt",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Fehler beim Hinzufügen der Seite",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/el.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('el', {
|
||||
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",
|
||||
|
@ -1,51 +1,53 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/en.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "You have to save a page before adding children underneath it",
|
||||
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.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.ERRORADDINGPAGE": "Error adding page",
|
||||
"CMSMAIN.ERRORDELETINGPAGES": "Error deleting pages",
|
||||
"CMSMAIN.PUBLISHING": "Publishing...",
|
||||
"CMSMAIN.RESTORING": "Restoring...",
|
||||
"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.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||
"CMSMAIN.SELECTONEPAGE": "Please select at least 1 page.",
|
||||
"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?",
|
||||
"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.ThisPageOnly": "This page only",
|
||||
"Tree.ThisPageAndSubpages": "This page and subpages",
|
||||
"Tree.ShowAsList": "Show children as list",
|
||||
"CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||
"CMSMain.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||
"CMSMain.Archive": "Are you sure you want to archive this page and all of its children pages?\n\nThis page and all of its children will be unpublished and sent to the archive.",
|
||||
"CMSMain.Restore": "Are you sure you want to restore this page from archive?",
|
||||
"CMSMain.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||
"CMSMain.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
|
||||
"Tree.ThisPageAndSubpages": "This page and subpages",
|
||||
"Tree.ThisPageOnly": "This page only",
|
||||
"URLSEGMENT.Cancel": "Cancel",
|
||||
"URLSEGMENT.Edit": "Edit",
|
||||
"URLSEGMENT.OK": "OK",
|
||||
"URLSEGMENT.Cancel": "Cancel",
|
||||
"URLSEGMENT.UpdateURL": "Update URL"
|
||||
"URLSEGMENT.UpdateURL": "Update URL",
|
||||
"WidgetAreaEditor.TOOMANY": "Sorry, you have reached the maximum number of widgets in this area"
|
||||
});
|
||||
}
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/eo.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('eo', {
|
||||
ss.i18n.addDictionary('eo', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Necesas konservi paĝon antaŭ ol enmeti idojn sub ĝi",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Vi ne povas aldoni idojn al la elektita nodo",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Eraro okazis enmetante paĝon",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/es.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('es', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Tienes que guardar la página antes de agregarle hijos",
|
||||
"CMSMAIN.CANTADDCHILDREN": "No puedes agregar hijos al nodo seleccionado",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Error al agregar página",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/fa_IR.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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_IR', {
|
||||
ss.i18n.addDictionary('fa_IR', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "شما باید پیش از افزودن فرزندان زیر مجموعه، صفحه را ذخیره کنید",
|
||||
"CMSMAIN.CANTADDCHILDREN": "You can't add children to the selected node",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "خطا در افزودن صفحات",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/fi.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('fi', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Sinun on tallennettava sivu, ennen kuin voi lisätä alasivuja",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Et voi lisätä alasivuja tähän solmuun",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Virhe lisättäessä sivua",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/fr.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('fr', {
|
||||
ss.i18n.addDictionary('fr', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Vous devez sauvegarder la page avant d'y ajouter des enfants",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Vous ne pouvez pas ajouter des enfants au noeud sélectionné",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Erreur lors de l'ajout de la page",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/hu.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('hu', {
|
||||
ss.i18n.addDictionary('hu', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Aloldalt csak a szülő-oldal mentését követően hozhat létre",
|
||||
"CMSMAIN.CANTADDCHILDREN": "A kiválasztott elemhez nem hozhat létre gyerek elemet",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Oldal létrehozásakor hiba lépett fel",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/id.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('id', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Anda harus menyimpan laman sebelum menambahkan laman turunan.",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Anda tidak dapat menambahkan turunan pada simpul terpilih",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Ada kesalahan menambahkan laman",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/is.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('is', {
|
||||
ss.i18n.addDictionary('is', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Þú verður að vista síðuna áður bætt er við einhverju undir hana",
|
||||
"CMSMAIN.CANTADDCHILDREN": "You can't add children to the selected node",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Vandamál kom upp við að bæta við síðu",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/it.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('it', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "È necessario salvare la pagina prima di aggiungerci dei figli",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Non è possibile aggiungere figli al nodo selezionato",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Errori durante l\"aggiunta della pagina",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ja.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('ja', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "子ページを追加する前に,そのページを保存する必要があります.",
|
||||
"CMSMAIN.CANTADDCHILDREN": "選択されたノードには子供を追加することはできません.",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "ページの追加でエラーが起きました.",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ko.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('ko', {
|
||||
ss.i18n.addDictionary('ko', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "하위 페이지를 추가하기 전에 페이지를 저장해야합니다.",
|
||||
"CMSMAIN.CANTADDCHILDREN": "선택된 노드에 하위로 추가할 수 없습니다.",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "페이지 추가에서 오류가 발생했습니다.",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/lt.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('lt', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Privalote išsaugoti puslapį prieš sukuriant naujus puslapius po juo",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Negalite sukurti po pasirinktu įrašu",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Klaida pridedant puslapį",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/mi.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('mi', {
|
||||
ss.i18n.addDictionary('mi', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Me tiaki i te whārangi i mua i te tāpiri tamariki ki raro",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Kāore e taea te tāpiri tamariki ki te kōpuku kua tīpakotia",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Hapa tāpiri whārangi",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/nb.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('nb', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Du må lagre siden før du kan legge til undersider.",
|
||||
"CMSMAIN.CANTADDCHILDREN": "You can't add children to the selected node",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Feil ved opprettelse av side",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/nl.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('nl', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "U moet de pagina opslaan voordat u onderliggende pagina's kan toevoegen",
|
||||
"CMSMAIN.CANTADDCHILDREN": "U kan geen kinderen toevoegen aan de geselecteerde knoop",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Fout bij toevoegen van de pagina",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/pl.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('pl', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Należy najpierw zapisać stronę, aby móc dodać strony podrzędne",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Nie można dodać stron podrzędnych",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Błąd przy dodawaniu strony",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ro.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('ro', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Trebuie să salvați o pagină înainte de a adăuga copii sub aceasta",
|
||||
"CMSMAIN.CANTADDCHILDREN": "La nodul selectat nu pot fi adăugaţi fii",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Eroare la adăugare pagină",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ru.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('ru', {
|
||||
ss.i18n.addDictionary('ru', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Необходимо сохранить страницу, прежде чем добавлять вложенные страницы",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Невозможно добавить вложенную страницу для этой страницы",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Ошибка при добавлении страницы",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/sk.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('sk', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Pred pridaním ďalšej podstránky, musíte stránku uložiť",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Nemôžete pridať potomkov do vybratého uzla",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Chyba pri pridaní stránky",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/sl.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('sl', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Stran je potrebno shraniti pred dodajanjem otrok",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Vozlišču ne morete dodati otrok",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Napaka pri dodajanju strani",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/sr.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('sr', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Морате снимити страницу пре него што јој можете додати подстранице",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Не можете додати дете изабраном чвору",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Грешка при додавању странице",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/sr_RS@latin.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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@latin', {
|
||||
ss.i18n.addDictionary('sr_RS@latin', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Morate snimiti stranicu pre nego što joj možete dodati podstranice",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Ne možete dodati dete izabranom čvoru",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Greška pri dodavanju stranice",
|
||||
|
@ -1,45 +1,45 @@
|
||||
{
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "You have to save a page before adding children underneath it",
|
||||
"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.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.ERRORADDINGPAGE": "Error adding page",
|
||||
"CMSMAIN.ERRORDELETINGPAGES": "Error deleting pages",
|
||||
"CMSMAIN.PUBLISHING": "Publishing...",
|
||||
"CMSMAIN.RESTORING": "Restoring...",
|
||||
"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.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||
"CMSMAIN.SELECTONEPAGE": "Please select at least 1 page.",
|
||||
"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?",
|
||||
"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.ThisPageOnly": "This page only",
|
||||
"Tree.ThisPageAndSubpages": "This page and subpages",
|
||||
"Tree.ShowAsList": "Show children as list",
|
||||
"CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||
"CMSMain.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||
"CMSMain.Archive": "Are you sure you want to archive this page and all of its children pages?\n\nThis page and all of its children will be unpublished and sent to the archive.",
|
||||
"CMSMain.Restore": "Are you sure you want to restore this page from archive?",
|
||||
"CMSMain.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||
"CMSMain.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
|
||||
"Tree.ThisPageAndSubpages": "This page and subpages",
|
||||
"Tree.ThisPageOnly": "This page only",
|
||||
"URLSEGMENT.Cancel": "Cancel",
|
||||
"URLSEGMENT.Edit": "Edit",
|
||||
"URLSEGMENT.OK": "OK",
|
||||
"URLSEGMENT.Cancel": "Cancel",
|
||||
"URLSEGMENT.UpdateURL": "Update URL"
|
||||
"URLSEGMENT.UpdateURL": "Update URL",
|
||||
"WidgetAreaEditor.TOOMANY": "Sorry, you have reached the maximum number of widgets in this area"
|
||||
}
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/sv.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('sv', {
|
||||
ss.i18n.addDictionary('sv', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Du måste spara en sida innan du kan lägga till undersidor.",
|
||||
"CMSMAIN.CANTADDCHILDREN": "Du kan inte lägga till undersidor till den valda sidan.",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "Ett fel uppstod när sidan skulle läggas till",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/zh.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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', {
|
||||
ss.i18n.addDictionary('zh', {
|
||||
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "将儿童添加在下面之前,您必须保存一个页面",
|
||||
"CMSMAIN.CANTADDCHILDREN": "您无法将儿童添加至所选节点",
|
||||
"CMSMAIN.ERRORADDINGPAGE": "错误添加页面",
|
||||
|
13
lang/bg.yml
13
lang/bg.yml
@ -75,7 +75,6 @@ bg:
|
||||
MENUTITLE: 'Редактиране на страницата'
|
||||
PAGENOTEXISTS: 'Тази страница не съществува'
|
||||
PAGETYPEANYOPT: Всички
|
||||
PAGETYPEOPT: 'Тип на страницата'
|
||||
PUBALLCONFIRM: 'Публикувай всяка страница в сайта'
|
||||
PUBALLFUN: '"Публикувай всичко" функционалност'
|
||||
PUBALLFUN2: "Натискайки този бутон все едно, публикувате всяка страница по отделно. Идеята е тази функционалност да се използва при мащабна редакция на съдържанието, като например случая когато сайта бива първоначално попълнен."
|
||||
@ -117,8 +116,6 @@ bg:
|
||||
ListView: 'Изглед в списък'
|
||||
MENUTITLE: Страници
|
||||
TreeView: 'Дървовиден изглед'
|
||||
CMSPagesController_ContentToolbar_ss:
|
||||
MULTISELECT: 'Групови действия'
|
||||
CMSPagesController_Tools_ss:
|
||||
FILTER: Филтър
|
||||
CMSSIteTreeFilter_PublishedPages:
|
||||
@ -127,20 +124,11 @@ bg:
|
||||
FILTERDATEFROM: От
|
||||
FILTERDATEHEADING: Дата
|
||||
FILTERDATETO: До
|
||||
FILTERLABELTEXT: Търсене
|
||||
PAGEFILTERDATEHEADING: 'Последна редакция'
|
||||
CMSSettingsController:
|
||||
MENUTITLE: Настройки
|
||||
CMSSiteTreeFilter_ChangedPages:
|
||||
Title: 'Променени страници'
|
||||
CMSSiteTreeFilter_DeletedPages:
|
||||
Title: 'Всички страници вкл. архивираните'
|
||||
CMSSiteTreeFilter_Search:
|
||||
Title: 'Всички страници'
|
||||
CMSSiteTreeFilter_StatusDeletedPages:
|
||||
Title: 'Архивирани страници'
|
||||
CMSSiteTreeFilter_StatusDraftPages:
|
||||
Title: 'Чернови'
|
||||
ContentControl:
|
||||
NOTEWONTBESHOWN: 'Забележка: Това съобщение няма да се показва на Вашите посетители'
|
||||
ContentController:
|
||||
@ -249,7 +237,6 @@ bg:
|
||||
SilverStripeNavigator:
|
||||
ARCHIVED: Архивирани
|
||||
SilverStripeNavigatorLink:
|
||||
ShareInstructions: 'За да споделите тази страница, копирайте следващата препратка.'
|
||||
ShareLink: 'Препратка за споделяне'
|
||||
SilverStripeNavigatorLinkl:
|
||||
CloseLink: Затвори
|
||||
|
@ -181,7 +181,7 @@ cs:
|
||||
CMSSiteTreeFilter_StatusDeletedPages:
|
||||
Title: 'Archivované stránky'
|
||||
CMSSiteTreeFilter_StatusDraftPages:
|
||||
Title: 'Konceptové stránky'
|
||||
Title: 'Koncept stránek'
|
||||
CMSSiteTreeFilter_StatusRemovedFromDraftPages:
|
||||
Title: 'Živé, ale odstraněno z konceptu'
|
||||
ContentControl:
|
||||
|
@ -71,7 +71,6 @@ de:
|
||||
PUBLISH_PAGES: Veröffentlichen
|
||||
RESTORE: Wiederherstellen
|
||||
RESTORED_PAGES: '%d Seiten wiederhergestellt'
|
||||
UNPUBLISH_PAGES: Veröffentlichung zurücknehmen
|
||||
CMSFileAddController:
|
||||
MENUTITLE: Dateien
|
||||
CMSMain:
|
||||
@ -97,7 +96,6 @@ de:
|
||||
NEWPAGE: 'Neue {pagetype}'
|
||||
PAGENOTEXISTS: 'Diese Seite existiert nicht'
|
||||
PAGETYPEANYOPT: Alle
|
||||
PAGETYPEOPT: 'Seitentyp'
|
||||
PUBALLCONFIRM: 'Veröffentlicht jede Seite des Seitenbaumes und kopiert den Inhalt von Entwurf zu Live.'
|
||||
PUBALLFUN: '"Alle veröffentlichen"-Funktion'
|
||||
PUBALLFUN2: "Dieser Button bewirkt dasselbe wie auf jeder Seite \"veröffentlichen\" zu wählen. Sie sollten diese Funktion nutzen, wenn grössere Inhaltsänderungen stattgefunden haben, zum Beispiel wenn die Seite erstellt wurde."
|
||||
@ -106,7 +104,6 @@ de:
|
||||
REMOVED: 'Lösche ''{title}''{description} von Live Umgebung'
|
||||
REMOVEDPAGE: '''{title}'' wurde von der veröffentlichten Site entfernt'
|
||||
REMOVEDPAGEFROMDRAFT: 'Lösche ''%s'' von der Entwurfs-Site'
|
||||
RESTORE: 'Entwurf wiederherstellen'
|
||||
RESTORED: '''{title}'' wurde wiederhergestellt'
|
||||
RESTORE_DESC: 'Entwurf aus archivierter Version wiederherstellen'
|
||||
RESTORE_TO_ROOT: 'Entwurf in oberster Ebene wiederherstellen'
|
||||
@ -119,10 +116,7 @@ de:
|
||||
TabContent: Inhalt
|
||||
TabHistory: Historie
|
||||
TabSettings: Einstellungen
|
||||
TreeFilteredClear: Zurücksetzen
|
||||
CMSMain_left_ss:
|
||||
APPLY_FILTER: Suchen
|
||||
CLEAR_FILTER: Zurücksetzen
|
||||
RESET: Zurücksetzen
|
||||
CMSPageAddController:
|
||||
MENUTITLE: 'Seite hinzufügen'
|
||||
@ -162,14 +156,11 @@ de:
|
||||
FILTERDATEFROM: Von
|
||||
FILTERDATEHEADING: Datum
|
||||
FILTERDATETO: Bis
|
||||
FILTERLABELTEXT: Suchen
|
||||
PAGEFILTERDATEHEADING: 'Zuletzt bearbeitet'
|
||||
CMSSettingsController:
|
||||
MENUTITLE: Einstellungen
|
||||
CMSSiteTreeFilter_Search:
|
||||
Title: 'Alle Seiten'
|
||||
CMSSiteTreeFilter_StatusDraftPages:
|
||||
Title: 'Entwurfsseiten'
|
||||
CMSSiteTreeFilter_StatusRemovedFromDraftPages:
|
||||
Title: 'Veröffentlicht aber aus Entwurf entfernt'
|
||||
ContentControl:
|
||||
|
22
lang/eo.yml
22
lang/eo.yml
@ -71,8 +71,6 @@ eo:
|
||||
PUBLISH_PAGES: Publikigi
|
||||
RESTORE: Restaŭri
|
||||
RESTORED_PAGES: 'Restaŭris %d paĝojn'
|
||||
UNPUBLISHED_PAGES: 'Nepublikigitaj %d paĝoj'
|
||||
UNPUBLISH_PAGES: Malpublikigi
|
||||
CMSFileAddController:
|
||||
MENUTITLE: Dosieroj
|
||||
CMSMain:
|
||||
@ -94,13 +92,10 @@ eo:
|
||||
DUPLICATEDWITHCHILDREN: 'Sukcese duobligis je ''{title}'' kaj idoj'
|
||||
EMAIL: Retpoŝto
|
||||
EditTree: 'Redakta arbo'
|
||||
ListFiltered: 'Vidigas rezultojn de serĉo.'
|
||||
MENUTITLE: 'Redakti paĝon'
|
||||
NEWPAGE: 'Nova {pagetype}'
|
||||
PAGENOTEXISTS: 'Ĉi tiu paĝo ne ekzistas'
|
||||
PAGES: 'Stato de paĝo'
|
||||
PAGETYPEANYOPT: Ajna
|
||||
PAGETYPEOPT: 'Tipo de paĝo'
|
||||
PUBALLCONFIRM: 'Bonvolu eldoni ĉiun paĝon en la retejo, kopiante enhavan stadion al la publika'
|
||||
PUBALLFUN: 'Funkcio "Eldoni Ĉiujn"'
|
||||
PUBALLFUN2: "Premi ĉi tiun butonon estas same kiel viziti al ĉiu paĝo kaj premi je \"eldoni\". La intenco estas ke oni uzu ĝin post multnombraj redaktoj de la enhavo, ekzemple kiam oni unue konstruis la retejon."
|
||||
@ -109,7 +104,6 @@ eo:
|
||||
REMOVED: 'Forigis je ''{title}''{description} el la publikigita retejo'
|
||||
REMOVEDPAGE: 'Forigis je ''{title}'' el la publikigita retejo'
|
||||
REMOVEDPAGEFROMDRAFT: 'Forigis je ''%s'' el la malneta retejo'
|
||||
RESTORE: 'Restaŭri malneton'
|
||||
RESTORED: 'Sukcese restaŭris je ''{title}'''
|
||||
RESTORE_DESC: 'Restaŭri la enarkivigitan version al malneto'
|
||||
RESTORE_TO_ROOT: 'Restaŭri malneton ĉe la supra nivelo'
|
||||
@ -122,11 +116,7 @@ eo:
|
||||
TabContent: Enhavo
|
||||
TabHistory: Historio
|
||||
TabSettings: Agordoj
|
||||
TreeFiltered: 'Vidigas rezultojn de serĉo.'
|
||||
TreeFilteredClear: Vakigi
|
||||
CMSMain_left_ss:
|
||||
APPLY_FILTER: Serĉi
|
||||
CLEAR_FILTER: Vakigi
|
||||
RESET: Restartigi
|
||||
CMSPageAddController:
|
||||
MENUTITLE: 'Enmeti paĝon'
|
||||
@ -158,8 +148,6 @@ eo:
|
||||
ListView: 'Lista vido'
|
||||
MENUTITLE: Paĝoj
|
||||
TreeView: 'Arba vido'
|
||||
CMSPagesController_ContentToolbar_ss:
|
||||
MULTISELECT: 'Staplaj agoj'
|
||||
CMSPagesController_Tools_ss:
|
||||
FILTER: Filtri
|
||||
CMSSIteTreeFilter_PublishedPages:
|
||||
@ -168,20 +156,11 @@ eo:
|
||||
FILTERDATEFROM: De
|
||||
FILTERDATEHEADING: Dato
|
||||
FILTERDATETO: Al
|
||||
FILTERLABELTEXT: Serĉi
|
||||
PAGEFILTERDATEHEADING: 'Laste redaktita'
|
||||
CMSSettingsController:
|
||||
MENUTITLE: Agordoj
|
||||
CMSSiteTreeFilter_ChangedPages:
|
||||
Title: 'Ŝanĝitaj paĝoj'
|
||||
CMSSiteTreeFilter_DeletedPages:
|
||||
Title: 'Ĉiuj paĝoj, inkluzive enarkivigitaj'
|
||||
CMSSiteTreeFilter_Search:
|
||||
Title: 'Ĉiuj paĝoj'
|
||||
CMSSiteTreeFilter_StatusDeletedPages:
|
||||
Title: 'Enarkivigitaj paĝoj'
|
||||
CMSSiteTreeFilter_StatusDraftPages:
|
||||
Title: 'Malnetaj paĝoj'
|
||||
CMSSiteTreeFilter_StatusRemovedFromDraftPages:
|
||||
Title: 'Publikaj sed forigitaj el malneto'
|
||||
ContentControl:
|
||||
@ -301,7 +280,6 @@ eo:
|
||||
SilverStripeNavigator:
|
||||
ARCHIVED: Enarkivigita
|
||||
SilverStripeNavigatorLink:
|
||||
ShareInstructions: 'Por kunhavigi ĉi tiun paĝon, kopiu kaj algluu la suban ligilon.'
|
||||
ShareLink: 'Komunigi ligilon'
|
||||
SilverStripeNavigatorLinkl:
|
||||
CloseLink: Fermi
|
||||
|
@ -88,10 +88,12 @@ fa_IR:
|
||||
DELETEFP: حذف کردن از منتشر شده های سایت
|
||||
EMAIL: پست الکترونیک
|
||||
EditTree: 'ویرایش درخت'
|
||||
ListFiltered: 'نمایش نتایج جستجو'
|
||||
MENUTITLE: 'ویرایش صفحه'
|
||||
NEWPAGE: '{pagetype} جدید'
|
||||
PAGENOTEXISTS: 'این صفحه وجود ندارد'
|
||||
PAGETYPEANYOPT: هر
|
||||
PAGETYPEOPT: 'نوع صفحه'
|
||||
PUBALLFUN: 'عملکرد "انتشار همه"'
|
||||
PageAdded: 'صفحه با موفقیت ایجاد شد'
|
||||
RESTORED: 'بازنشانی موفقیتآمیز ''{title}'''
|
||||
@ -102,6 +104,8 @@ fa_IR:
|
||||
TabHistory: تاریخچه
|
||||
TabSettings: تنظیمات
|
||||
CMSMain_left_ss:
|
||||
APPLY_FILTER: جستجو
|
||||
CLEAR_FILTER: پاککردن
|
||||
RESET: تنظیم مجدد
|
||||
CMSPageAddController:
|
||||
MENUTITLE: 'افزودن صفحه'
|
||||
@ -181,7 +185,7 @@ fa_IR:
|
||||
429: '429 - درخواستهای بسیار'
|
||||
500: '500 - خطای داخلی سرور'
|
||||
502: '502 - درگاه نادرست'
|
||||
CODE: 'شماره ایراد'
|
||||
CODE: 'کد خطا'
|
||||
DEFAULTERRORPAGETITLE: 'برگ پیدا نشد'
|
||||
DEFAULTSERVERERRORPAGECONTENT: '<p>با پوزش، در پردازش درخواست شما ایرادی بوجود آمد.</p>'
|
||||
DEFAULTSERVERERRORPAGETITLE: 'خطای سرور'
|
||||
@ -345,4 +349,5 @@ fa_IR:
|
||||
DESCRIPTION: 'نمایش محتوای صفحه ی دیگر'
|
||||
EditLink: ویرایش
|
||||
HEADER: 'این یک صفحه مجازی است'
|
||||
PLURALNAME: 'صفحات مجازی'
|
||||
SINGULARNAME: 'صفحه مجازی'
|
||||
|
22
lang/lt.yml
22
lang/lt.yml
@ -71,8 +71,6 @@ lt:
|
||||
PUBLISH_PAGES: Publikuoti
|
||||
RESTORE: Atstatyti
|
||||
RESTORED_PAGES: 'Atstatyti %d puslapiai'
|
||||
UNPUBLISHED_PAGES: 'Nebepublikuojami %d puslapiai'
|
||||
UNPUBLISH_PAGES: Nepublikuoti
|
||||
CMSFileAddController:
|
||||
MENUTITLE: Bylos
|
||||
CMSMain:
|
||||
@ -94,13 +92,10 @@ lt:
|
||||
DUPLICATEDWITHCHILDREN: 'Puslapis ''{title}'' , bei jo vaikai kopijuoti sėkmingai'
|
||||
EMAIL: E. paštas
|
||||
EditTree: 'Redaguoti medį'
|
||||
ListFiltered: 'Rodomi paieškos rezultatai'
|
||||
MENUTITLE: 'Redaguoti puslapį'
|
||||
NEWPAGE: 'Naujas {pagetype}'
|
||||
PAGENOTEXISTS: 'Šis puslapis neegzistuoja'
|
||||
PAGES: 'Puslapio būsena'
|
||||
PAGETYPEANYOPT: Bet koks
|
||||
PAGETYPEOPT: 'Puslapio tipas'
|
||||
PUBALLCONFIRM: 'Prašome publikuoti kiekvieną svetainės puslapį, kopijuojant turinį į svetainę'
|
||||
PUBALLFUN: '"Publikuoti viską" funkcionalumas'
|
||||
PUBALLFUN2: "Paspaudus šį mygtuką, bus publikuotas kiekvienas puslapis svetainėje. Tai naudotina, kai padaromi dideli pakeitimai svetainės turinyje, pavyzdžiui ką tik sukūrus svetainę."
|
||||
@ -109,7 +104,6 @@ lt:
|
||||
REMOVED: 'Iš publikuojamos svetainės ištrintas ''{title}''{description}'
|
||||
REMOVEDPAGE: 'Iš publikuojamos svetainės pašalintas ''{title}'''
|
||||
REMOVEDPAGEFROMDRAFT: '''%s'' pašalintas iš juodraštinės svetainės'
|
||||
RESTORE: 'Atstatyti'
|
||||
RESTORED: '''{title}'' atstatytas sėkmingai'
|
||||
RESTORE_DESC: 'Atstatyti suarchyvuotą versiją kaip juodraštinį puslapį'
|
||||
RESTORE_TO_ROOT: 'Atstatyti juodraštį aukščiausiame lygyje'
|
||||
@ -122,11 +116,7 @@ lt:
|
||||
TabContent: Turinys
|
||||
TabHistory: Istorija
|
||||
TabSettings: Nustatymai
|
||||
TreeFiltered: 'Rodomi paieškos rezultatai'
|
||||
TreeFilteredClear: Išvalyti filtrą
|
||||
CMSMain_left_ss:
|
||||
APPLY_FILTER: Ieškoti
|
||||
CLEAR_FILTER: Išvalyti filtrą
|
||||
RESET: Atstatyti
|
||||
CMSPageAddController:
|
||||
MENUTITLE: 'Pridėti puslapį'
|
||||
@ -158,8 +148,6 @@ lt:
|
||||
ListView: 'Sąrašo rodinys'
|
||||
MENUTITLE: Puslapiai
|
||||
TreeView: 'Medžio rodinys'
|
||||
CMSPagesController_ContentToolbar_ss:
|
||||
MULTISELECT: 'Daugybinis pasirinkimas'
|
||||
CMSPagesController_Tools_ss:
|
||||
FILTER: Filtras
|
||||
CMSSIteTreeFilter_PublishedPages:
|
||||
@ -168,20 +156,11 @@ lt:
|
||||
FILTERDATEFROM: Nuo
|
||||
FILTERDATEHEADING: Data
|
||||
FILTERDATETO: Iki
|
||||
FILTERLABELTEXT: Ieškoti
|
||||
PAGEFILTERDATEHEADING: 'Redaguota'
|
||||
CMSSettingsController:
|
||||
MENUTITLE: Nustatymai
|
||||
CMSSiteTreeFilter_ChangedPages:
|
||||
Title: 'Pakeisti puslapiai'
|
||||
CMSSiteTreeFilter_DeletedPages:
|
||||
Title: 'Visi puslapiai, taip pat ir archyvuoti'
|
||||
CMSSiteTreeFilter_Search:
|
||||
Title: 'Visi puslapiai'
|
||||
CMSSiteTreeFilter_StatusDeletedPages:
|
||||
Title: 'Archyvuoti puslapiai'
|
||||
CMSSiteTreeFilter_StatusDraftPages:
|
||||
Title: 'Juodraštiniai puslapiai'
|
||||
CMSSiteTreeFilter_StatusRemovedFromDraftPages:
|
||||
Title: 'Publikuotas, bet pašalintas iš juodraščių'
|
||||
ContentControl:
|
||||
@ -301,7 +280,6 @@ lt:
|
||||
SilverStripeNavigator:
|
||||
ARCHIVED: Archyvuota
|
||||
SilverStripeNavigatorLink:
|
||||
ShareInstructions: 'Norėdami pasidalinti šiuo puslapiu, kopijuokite žemiau esančią nuorodą.'
|
||||
ShareLink: 'Dalintis nuoroda'
|
||||
SilverStripeNavigatorLinkl:
|
||||
CloseLink: Uždaryti
|
||||
|
Loading…
Reference in New Issue
Block a user