diff --git a/lib/content-services/src/lib/i18n/de.json b/lib/content-services/src/lib/i18n/de.json index 6565a7663c..52e142b967 100644 --- a/lib/content-services/src/lib/i18n/de.json +++ b/lib/content-services/src/lib/i18n/de.json @@ -629,8 +629,8 @@ "TOOLTIP": "Aktionsmenü öffnen" }, "ARIA": { - "SELECTED": "{{ name }} selected", - "DESELECTED": "{{ name }} deselected" + "SELECTED": "{{ name }} ausgewählt", + "DESELECTED": "{{name}} Auswahl aufgehoben" } }, "LIBRARY": { diff --git a/lib/content-services/src/lib/i18n/es.json b/lib/content-services/src/lib/i18n/es.json index 8448e719f6..54dae8b177 100644 --- a/lib/content-services/src/lib/i18n/es.json +++ b/lib/content-services/src/lib/i18n/es.json @@ -629,8 +629,8 @@ "TOOLTIP": "Abrir menú de acciones" }, "ARIA": { - "SELECTED": "{{ name }} selected", - "DESELECTED": "{{ name }} deselected" + "SELECTED": "{{name}} seleccionado", + "DESELECTED": "{{name}} deseleccionado" } }, "LIBRARY": { diff --git a/lib/content-services/src/lib/i18n/fr.json b/lib/content-services/src/lib/i18n/fr.json index ba4dd4390d..ee7e8e3362 100644 --- a/lib/content-services/src/lib/i18n/fr.json +++ b/lib/content-services/src/lib/i18n/fr.json @@ -629,8 +629,8 @@ "TOOLTIP": "Ouvrir le menu actions" }, "ARIA": { - "SELECTED": "{{ name }} selected", - "DESELECTED": "{{ name }} deselected" + "SELECTED": "{{name}} sélectionné", + "DESELECTED": "{{name}} désélectionné" } }, "LIBRARY": { diff --git a/lib/content-services/src/lib/i18n/it.json b/lib/content-services/src/lib/i18n/it.json index 3afe9ba875..aff097605f 100644 --- a/lib/content-services/src/lib/i18n/it.json +++ b/lib/content-services/src/lib/i18n/it.json @@ -629,8 +629,8 @@ "TOOLTIP": "Apri menu azioni" }, "ARIA": { - "SELECTED": "{{ name }} selected", - "DESELECTED": "{{ name }} deselected" + "SELECTED": "{{name}} selezionato", + "DESELECTED": "{{name}} deselezionato" } }, "LIBRARY": { diff --git a/lib/content-services/src/lib/i18n/pl.json b/lib/content-services/src/lib/i18n/pl.json index 91c107dc3b..f2c175d0be 100644 --- a/lib/content-services/src/lib/i18n/pl.json +++ b/lib/content-services/src/lib/i18n/pl.json @@ -629,8 +629,8 @@ "TOOLTIP": "Otwórz menu akcji" }, "ARIA": { - "SELECTED": "{{ name }} selected", - "DESELECTED": "{{ name }} deselected" + "SELECTED": "Wybrano {{name}}", + "DESELECTED": "Odznaczono {{name}}" } }, "LIBRARY": { diff --git a/lib/content-services/src/lib/i18n/pt.json b/lib/content-services/src/lib/i18n/pt.json index a87ff82be8..a6360e7c17 100644 --- a/lib/content-services/src/lib/i18n/pt.json +++ b/lib/content-services/src/lib/i18n/pt.json @@ -629,8 +629,8 @@ "TOOLTIP": "Abrir menu de ações" }, "ARIA": { - "SELECTED": "{{ name }} selected", - "DESELECTED": "{{ name }} deselected" + "SELECTED": "{{name}} selecionado", + "DESELECTED": "{{name}} desmarcado" } }, "LIBRARY": { diff --git a/lib/core/src/lib/i18n/de.json b/lib/core/src/lib/i18n/de.json index ead6f1836a..d62d98e999 100644 --- a/lib/core/src/lib/i18n/de.json +++ b/lib/core/src/lib/i18n/de.json @@ -660,12 +660,18 @@ }, "DYNAMIC_CHIP_LIST": { "LOAD_MORE": "Mehr laden", - "DELETE": "Remove {{ name }}" + "DELETE": "{{ name }} entfernen" }, "ADF_CONFIRM_DIALOG": { "TITLE": "Bestätigen", "ACTION": "Möchten Sie fortfahren?", "YES_LABEL": "Ja", "NO_LABEL": "Nein" + }, + "SESSION_TIMEOUT": { + "TITLE": "Are you still working?", + "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", + "LOG_OUT": "Log out", + "CONTINUE_WORKING": "Continue working" } } diff --git a/lib/core/src/lib/i18n/en-AU.json b/lib/core/src/lib/i18n/en-AU.json index 3cff7f8f3d..dd15f2aa7d 100644 --- a/lib/core/src/lib/i18n/en-AU.json +++ b/lib/core/src/lib/i18n/en-AU.json @@ -667,5 +667,11 @@ "ACTION": "Do you want to proceed?", "YES_LABEL": "Yes", "NO_LABEL": "No" + }, + "SESSION_TIMEOUT": { + "TITLE": "Are you still working?", + "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", + "LOG_OUT": "Log out", + "CONTINUE_WORKING": "Continue working" } } diff --git a/lib/core/src/lib/i18n/es.json b/lib/core/src/lib/i18n/es.json index b68aa8b01b..e64730b24f 100644 --- a/lib/core/src/lib/i18n/es.json +++ b/lib/core/src/lib/i18n/es.json @@ -660,12 +660,18 @@ }, "DYNAMIC_CHIP_LIST": { "LOAD_MORE": "Cargar más", - "DELETE": "Remove {{ name }}" + "DELETE": "Eliminar {{ name }}" }, "ADF_CONFIRM_DIALOG": { "TITLE": "Confirmar", "ACTION": "¿Desea continuar?", "YES_LABEL": "Sí", "NO_LABEL": "No" + }, + "SESSION_TIMEOUT": { + "TITLE": "Are you still working?", + "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", + "LOG_OUT": "Log out", + "CONTINUE_WORKING": "Continue working" } } diff --git a/lib/core/src/lib/i18n/fr.json b/lib/core/src/lib/i18n/fr.json index 9ba55637de..18e38b3ffa 100644 --- a/lib/core/src/lib/i18n/fr.json +++ b/lib/core/src/lib/i18n/fr.json @@ -660,12 +660,18 @@ }, "DYNAMIC_CHIP_LIST": { "LOAD_MORE": "Charger plus", - "DELETE": "Remove {{ name }}" + "DELETE": "Supprimer {{ name }}" }, "ADF_CONFIRM_DIALOG": { "TITLE": "Confirmer", "ACTION": "Voulez-vous continuer ?", "YES_LABEL": "Oui", "NO_LABEL": "Non" + }, + "SESSION_TIMEOUT": { + "TITLE": "Are you still working?", + "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", + "LOG_OUT": "Log out", + "CONTINUE_WORKING": "Continue working" } } diff --git a/lib/core/src/lib/i18n/it.json b/lib/core/src/lib/i18n/it.json index 052daa4a2c..ed3d1a2d61 100644 --- a/lib/core/src/lib/i18n/it.json +++ b/lib/core/src/lib/i18n/it.json @@ -660,12 +660,18 @@ }, "DYNAMIC_CHIP_LIST": { "LOAD_MORE": "Carica di più", - "DELETE": "Remove {{ name }}" + "DELETE": "Rimuovi {{ name }}" }, "ADF_CONFIRM_DIALOG": { "TITLE": "Conferma", "ACTION": "Procedere?", "YES_LABEL": "Sì", "NO_LABEL": "No" + }, + "SESSION_TIMEOUT": { + "TITLE": "Are you still working?", + "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", + "LOG_OUT": "Log out", + "CONTINUE_WORKING": "Continue working" } } diff --git a/lib/core/src/lib/i18n/pl.json b/lib/core/src/lib/i18n/pl.json index 539b50b8ae..350f97d369 100644 --- a/lib/core/src/lib/i18n/pl.json +++ b/lib/core/src/lib/i18n/pl.json @@ -660,12 +660,18 @@ }, "DYNAMIC_CHIP_LIST": { "LOAD_MORE": "Załaduj więcej", - "DELETE": "Remove {{ name }}" + "DELETE": "Usuń {{ name }}" }, "ADF_CONFIRM_DIALOG": { "TITLE": "Potwierdź", "ACTION": "Czy chcesz kontynuować?", "YES_LABEL": "Tak", "NO_LABEL": "Nie" + }, + "SESSION_TIMEOUT": { + "TITLE": "Are you still working?", + "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", + "LOG_OUT": "Log out", + "CONTINUE_WORKING": "Continue working" } } diff --git a/lib/core/src/lib/i18n/pt.json b/lib/core/src/lib/i18n/pt.json index 4037b246f3..6f40d496e1 100644 --- a/lib/core/src/lib/i18n/pt.json +++ b/lib/core/src/lib/i18n/pt.json @@ -660,12 +660,18 @@ }, "DYNAMIC_CHIP_LIST": { "LOAD_MORE": "Carregar mais", - "DELETE": "Remove {{ name }}" + "DELETE": "Remover {{ name }}" }, "ADF_CONFIRM_DIALOG": { "TITLE": "Confirmar", "ACTION": "Pretende prosseguir?", "YES_LABEL": "Sim", "NO_LABEL": "Não" + }, + "SESSION_TIMEOUT": { + "TITLE": "Are you still working?", + "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", + "LOG_OUT": "Log out", + "CONTINUE_WORKING": "Continue working" } }