File tree Expand file tree Collapse file tree 17 files changed +51
-2
lines changed
Expand file tree Collapse file tree 17 files changed +51
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66 }
77} else {
88 ss . i18n . addDictionary ( 'de' , {
9+ "Workflow.CreateWorkflow" : "Arbeitsablauf erstellen" ,
910 "Workflow.DeleteQuestion" : "Sind Sie sicher, dass sie dies endgültig löschen wollen?" ,
1011 "Workflow.ProcessError" : "Arbeitsablauf konnte nicht verarbeitet werden"
1112} ) ;
Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66 }
77} else {
88 ss . i18n . addDictionary ( 'en' , {
9+ "Workflow.CreateWorkflow" : "Create workflow" ,
910 "Workflow.DeleteQuestion" : "Are you sure you want to permanently delete this?" ,
1011 "Workflow.EMBARGOMESSAGEDATE" : "Saved drafts of this page will auto publish on <a>%s</a>" ,
1112 "Workflow.EMBARGOMESSAGEDATETIME" : "Saved drafts of this page will auto publish on <a>%s at %s</a>" ,
1213 "Workflow.EMBARGOMESSAGETIME" : "Saved drafts of this page will auto publish today at <a>%s</a>" ,
13- "Workflow.ProcessError" : "Could not process workflow"
14+ "Workflow.ProcessError" : "Could not process workflow" ,
15+ "WorkflowField.AddTransition" : "Add transition to {action}" ,
16+ "WorkflowField.EditSpecificAction" : "Edit {action}" ,
17+ "WorkflowField.EditTransition" : "Edit transition {action}"
1418} ) ;
1519}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66 }
77} else {
88 ss . i18n . addDictionary ( 'eo' , {
9+ "Workflow.CreateWorkflow" : "Krei laborfluon" ,
910 "Workflow.DeleteQuestion" : "Ĉi vi vere volas porĉiame forigi ĉi tiun dosieron?" ,
1011 "Workflow.EMBARGOMESSAGEDATE" : "Konservitaj malnetoj de la paĝo aŭtomate publikiĝos je <a>%s</a>" ,
1112 "Workflow.EMBARGOMESSAGEDATETIME" : "Konservitaj malnetoj de la paĝo aŭtomate publikiĝos ĉe <a>%s je %s</a>" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66 }
77} else {
88 ss . i18n . addDictionary ( 'es' , {
9+ "Workflow.CreateWorkflow" : "Crear flujo de trabajo" ,
910 "Workflow.DeleteQuestion" : "¿Está seguro de querer borrar esto permanentemente?" ,
1011 "Workflow.EMBARGOMESSAGEDATE" : "Los borradores guardados de esta página se publicarán automáticamente el <a>%s</a>" ,
1112 "Workflow.EMBARGOMESSAGEDATETIME" : "Los borradores guardados de esta página se publicarán automáticamente el <a>%s a las %s</a>" ,
Original file line number Diff line number Diff line change 1+ // This file was generated by silverstripe/tx-translator from client/lang/src/fi_FI.js.
2+ // See https://github.com/silverstripe/silverstripe-tx-translator for details
3+ if ( typeof ( ss ) === 'undefined' || typeof ( ss . i18n ) === 'undefined' ) {
4+ if ( typeof ( console ) !== 'undefined' ) { // eslint-disable-line no-console
5+ console . error ( 'Class ss.i18n not defined' ) ; // eslint-disable-line no-console
6+ }
7+ } else {
8+ ss . i18n . addDictionary ( 'fi_FI' , {
9+ "Workflow.CreateWorkflow" : "Luo työnkulku"
10+ } ) ;
11+ }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66 }
77} else {
88 ss . i18n . addDictionary ( 'hr' , {
9+ "Workflow.CreateWorkflow" : "Kreiraj proces" ,
910 "Workflow.DeleteQuestion" : "Da li ste sigurni da želite trajno obrisati ovo?" ,
1011 "Workflow.EMBARGOMESSAGEDATE" : "Spremljeni draft ove stranice će biti automatski objavljen <a>%s</a>" ,
1112 "Workflow.EMBARGOMESSAGEDATETIME" : "Spremljeni draft ove stranice će biti automatski objavljen <a>%s u %s</a>" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66 }
77} else {
88 ss . i18n . addDictionary ( 'it' , {
9+ "Workflow.CreateWorkflow" : "Crea flusso di lavoro" ,
910 "Workflow.DeleteQuestion" : "Si e' sicuri di voler eliminare definitivamente questo? " ,
1011 "Workflow.EMBARGOMESSAGEDATE" : "Le bozze salvate di questa pagina saranno auto pubblicate il <a>%s</a>" ,
1112 "Workflow.EMBARGOMESSAGEDATETIME" : "Le bozze salvate di questa pagina saranno auto pubblicate il <a>%s alle %s</a>" ,
Original file line number Diff line number Diff line change 1+ // This file was generated by silverstripe/tx-translator from client/lang/src/pt_BR.js.
2+ // See https://github.com/silverstripe/silverstripe-tx-translator for details
3+ if ( typeof ( ss ) === 'undefined' || typeof ( ss . i18n ) === 'undefined' ) {
4+ if ( typeof ( console ) !== 'undefined' ) { // eslint-disable-line no-console
5+ console . error ( 'Class ss.i18n not defined' ) ; // eslint-disable-line no-console
6+ }
7+ } else {
8+ ss . i18n . addDictionary ( 'pt_BR' , {
9+ "Workflow.CreateWorkflow" : "Criar workflow"
10+ } ) ;
11+ }
Original file line number Diff line number Diff line change 11{
2+ "Workflow.CreateWorkflow" : "Arbeitsablauf erstellen" ,
23 "Workflow.DeleteQuestion" : "Sind Sie sicher, dass sie dies endgültig löschen wollen?" ,
34 "Workflow.ProcessError" : "Arbeitsablauf konnte nicht verarbeitet werden"
45}
Original file line number Diff line number Diff line change 11{
2+ "Workflow.CreateWorkflow" : "Create workflow" ,
23 "Workflow.DeleteQuestion" : "Are you sure you want to permanently delete this?" ,
34 "Workflow.EMBARGOMESSAGEDATE" : "Saved drafts of this page will auto publish on <a>%s</a>" ,
45 "Workflow.EMBARGOMESSAGEDATETIME" : "Saved drafts of this page will auto publish on <a>%s at %s</a>" ,
56 "Workflow.EMBARGOMESSAGETIME" : "Saved drafts of this page will auto publish today at <a>%s</a>" ,
6- "Workflow.ProcessError" : "Could not process workflow"
7+ "Workflow.ProcessError" : "Could not process workflow" ,
8+ "WorkflowField.AddTransition" : "Add transition to {action}" ,
9+ "WorkflowField.EditSpecificAction" : "Edit {action}" ,
10+ "WorkflowField.EditTransition" : "Edit transition {action}"
711}
You can’t perform that action at this time.
0 commit comments