Skip to content
149 changes: 79 additions & 70 deletions debezium-platform-stage/public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,87 +1,96 @@
{
"name": "Name",
"schema": "Schema",
"description": "Description",
"type": "Type",
"edit": "Edit",
"items": "Items",
"loading": "Loading...",
"downloading": "Downloading...",
"enabled": "Enabled",
"findByName": "Find by name",
"searchByName": "Search by name",
"searchPlaceholder": "Search...",
"source": "Source",
"transform": "Transform",
"transforms": "Transforms",
"transformations": "Transformations",
"back": "Back",
"destination": "Destination",
"done": "Done",
"verify": "Verify",
"copy": "Copy",
"copied": "Copied",
"enterValue": "enter a value",
"pipeline": "Pipeline",
"cancel": "Cancel",
"create": "Create",
"saveChanges": "Save changes",
"apply": "Apply",
"vaults": "Vaults",
"actions": "Actions",
"active": "Active",
"activePipelineTooltip": " Number of active pipelines using this {{val}}.",
"formEditor": "Form editor",
"smartEditor": "Smart editor",
"saveAndNext": "Save and next",
"confirm": "Confirm",
"submit": "Submit",
"addButton": "Add {{val}}",
"apiError": "Error : Failed to load",
"apply": "Apply",
"back": "Back",
"backToCatalog": "Back to catalog",
"cancel": "Cancel",
"clear": "Clear",
"actions": "Actions",
"comingSoon": "Coming soon",
"confirm": "Confirm",
"connection": "Connection",
"copied": "Copied",
"copy": "Copy",
"create": "Create",
"delete": "Delete",
"deleteAll": "Delete all",
"goToHome": "Go to home",
"addButton": "Add {{val}}",
"refresh": "Refresh",
"error": "Error",
"failedToLoad": "Failed to load",
"apiError": "Error : Failed to load",
"goTo": "Go to {{val}}",
"trademarkWarking": "All logos and trademarks are the property of their respective owners",
"smartEditorButton": "Create using smart editor",
"smartEditorButtonTooltip": " Use raw configuration to create a new {{val}} connector using smart editor.",
"emptyState": {
"title": "No {{val}} available",
"shortDescription": "No {{val}} is configure for this cluster yet. Configure a one by selecting 'Create a {{val}}' option above.",
"description": "No {{val}} is configure for this cluster yet. To streams change events from a {{val}} you can configure a {{val}} by click the 'Add {{val}}' button."
},
"search": {
"title": "No matching {{val}} is present.",
"description": "Clear search and try again.",
"button": "Clear search"
},
"deleteModel": {
"title": "Delete modal",
"description": "Enter '{{val}}' to delete ",
"cancel": "Cancel",
"confirm": "Delete",
"cancel": "Cancel"
"description": "Enter '{{val}}' to delete ",
"title": "Delete modal"
},
"description": "Description",
"destination": "Destination",
"done": "Done",
"downloading": "Downloading...",
"edit": "Edit",
"emptyState": {
"description": "No {{val}} is configure for this cluster yet. To streams change events from a {{val}} you can configure a {{val}} by click the 'Add {{val}}' button.",
"shortDescription": "No {{val}} is configure for this cluster yet. Configure a one by selecting 'Create a {{val}}' option above.",
"title": "No {{val}} available"
},
"enabled": "Enabled",
"enterValue": "enter a value",
"error": "Error",
"failedToLoad": "Failed to load",
"findByName": "Find by name",
"form": {
"addFieldButton": "Add property",
"error":{
"title": "Fill out all required fields before continuing.",
"required": "{{val}} field is required",
"numerical": "Please enter numerical value for {{val}} field"
},
"field": {
"type": "{{val}} type",
"name": "{{val}} name",
"description": {
"label": "Description",
"helper": "Add a one liner to describe your {{val}} or where you plan to capture."
}
"helper": "Add a one liner to describe your {{val}} or where you plan to capture.",
"label": "Description"
},
"name": "{{val}} name",
"type": "{{val}} type"
},
"subHeading": {
"title": "Configuration properties",
"description": "Enter the both key and value pair to configure a property"
},
"addFieldButton": "Add property"
"description": "Enter the both key and value pair to configure a property",
"title": "Configuration properties"
}
},
"formEditor": "Form editor",
"goTo": "Go to {{val}}",
"goToHome": "Go to home",
"items": "Items",
"loading": "Loading...",
"name": "Name",
"pipeline": "Pipeline",
"refresh": "Refresh",
"requestNewResource": {
"title": "Request new {{val}}",
"description": "Fill our a request to create a new {{val}}."
}
"description": "Fill our a request to create a new {{val}}.",
"title": "Request new {{val}}"
},
"saveAndNext": "Save and next",
"saveChanges": "Save changes",
"schema": "Schema",
"search": {
"button": "Clear search",
"clearAll": "Clear all",
"description": "Clear search and try again.",
"title": "No matching {{val}} is present."
},
"searchByName": "Search by name",
"searchPlaceholder": "Search...",
"smartEditor": "Smart editor",
"smartEditorButton": "Create using smart editor",
"smartEditorButtonTooltip": " Use raw configuration to create a new {{val}} connector using smart editor.",
"source": "Source",
"submit": "Submit",
"transform": "Transform",
"transformations": "Transformations",
"transforms": "Transforms",
"trademarkWarking": "All logos and trademarks are the property of their respective owners",
"type": "Type",
"vaults": "Vaults",
"verify": "Verify"
}
36 changes: 36 additions & 0 deletions debezium-platform-stage/public/locales/en/connection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"connection": "connection",
"page": {
"description": "Lists the available connections. You can search a connection by its name or sort the list by source or destination connection type.",
"emptyStateTitle": "No Connection available",
"emptyStateDescription": "No connections is configured yet. Configure a one by selecting 'Add Connection' option below."
},
"catalog": {
"title": "Connection catalog",
"description": "Select a connection type from the catalog that you want to create. Connections that support validation are marked with a star icon. You can search by name and filter the list by source, destination, or validation support.",
"emptyStateTitle": "No matching connection type is present",
"emptyStateDescription": "Clear all and try again."
},
"create": {
"title": "Create connection",
"description": "Create connection by filling the form below, you can create connection for both source and destination. And can be used when you are creating any source or destination in the future.",
"connectionType": "{{val}} connection",
"subHeading": "Enter the connection properties",
"validate": "Validate",
"createConnection": "Create connection",
"backToCatalog": "Back to catalog",
"modalDescription": "Create a new connection for your {{val}}, select the connection type from the list below."
},
"edit": {
"title": "Edit connection",
"description": "Edit the {{val}} connector details using the below form.",
"saveChanges": "Save changes"
},
"link":{
"selectConnection": "Select a connection",
"connectionFieldLabel": "Connection to the {{val}}",
"createConnection": "Create connection",
"helperText": "Select a connection from the list of already created connections or create a new connection."
}

}
143 changes: 79 additions & 64 deletions debezium-platform-stage/public/locales/it/common.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,96 @@
{
"name": "Nome",
"schema": "Schema",
"description": "Descrizione",
"type": "Tipo",
"edit": "Modifica",
"items": "Elementi",
"loading": "Caricamento...",
"findByName": "Trova per nome",
"searchByName": "Cerca per nome",
"searchPlaceholder": "Cerca...",
"source": "Fonte",
"transform": "Trasforma",
"transforms": "Trasformazioni",
"transformations": "Trasformazioni",
"actions": "Azioni",
"active": "Attivo",
"activePipelineTooltip": " Numero di pipeline attive che utilizzano questo {{val}}.",
"addButton": "Aggiungi {{val}}",
"apiError": "Errore: caricamento non riuscito",
"apply": "Applica",
"back": "Indietro",
"destination": "Destinazione",
"done": "Fatto",
"verify": "Verifica",
"copy": "Copia",
"copied": "Copiato",
"enterValue": "inserisci un valore",
"pipeline": "Pipeline",
"backToCatalog": "Torna al catalogo",
"cancel": "Annulla",
"create": "Crea",
"saveChanges": "Salva le modifiche",
"apply": "Applica",
"vaults": "Vault",
"active": "Attivo",
"formEditor": "Editor modulo",
"smartEditor": "Editor intelligente",
"saveAndNext": "Salva e continua",
"clear": "Cancella",
"comingSoon": "In arrivo",
"confirm": "Conferma",
"actions": "Azioni",
"connection": "Connessione",
"copied": "Copiato",
"copy": "Copia",
"create": "Crea",
"delete": "Elimina",
"deleteAll": "Elimina tutto",
"goToHome": "Vai alla home",
"addButton": "Aggiungi {{val}}",
"refresh": "Aggiorna",
"error": "Errore",
"failedToLoad": "Caricamento fallito",
"apiError": "Errore: caricamento fallito",
"goTo": "Vai a {{val}}",
"trademarkWarking": "Tutti i loghi e i marchi sono di proprietà dei rispettivi titolari",
"smartEditorButton": "Crea usando l'editor intelligente",
"smartEditorButtonTooltip": "Usa la configurazione grezza per creare un nuovo connettore {{val}} utilizzando l'editor intelligente.",
"emptyState": {
"title": "Nessun {{val}} disponibile",
"description": "Nessun {{val}} è ancora configurato per questo cluster. Per trasmettere eventi di modifica da un {{val}}, puoi configurarlo cliccando sul pulsante 'Aggiungi {{val}}'."
},
"search": {
"title": "Nessun {{val}} corrispondente trovato.",
"description": "Cancella la ricerca e riprova.",
"button": "Cancella ricerca"
},
"deleteModel": {
"title": "Finestra di eliminazione",
"description": "Inserisci '{{val}}' per eliminare",
"cancel": "Annulla",
"confirm": "Elimina",
"cancel": "Annulla"
"description": "Inserisci '{{val}}' per eliminare",
"title": "Finestra modale di eliminazione"
},
"description": "Descrizione",
"destination": "Destinazione",
"done": "Fatto",
"downloading": "Download in corso...",
"edit": "Modifica",
"emptyState": {
"description": "Nessun {{val}} è configurato per questo cluster. Per trasmettere eventi di modifica da un {{val}} puoi configurare un {{val}} facendo clic sul pulsante 'Aggiungi {{val}}'.",
"shortDescription": "Nessun {{val}} è configurato per questo cluster. Configurane uno selezionando l'opzione 'Crea un {{val}}' sopra.",
"title": "Nessun {{val}} disponibile"
},
"enabled": "Abilitato",
"enterValue": "inserisci un valore",
"error": "Errore",
"failedToLoad": "Caricamento non riuscito",
"findByName": "Cerca per nome",
"form": {
"addFieldButton": "Aggiungi proprietà",
"error":{
"title": "Compila tutti i campi obbligatori prima di continuare.",
"required": "Il campo {{val}} è obbligatorio",
"numerical": "Inserisci un valore numerico per il campo {{val}}"
},
"field": {
"type": "Tipo {{val}}",
"name": "Nome {{val}}",
"description": {
"label": "Descrizione",
"helper": "Aggiungi una breve descrizione per il tuo {{val}} o dove intendi acquisirlo."
}
"helper": "Aggiungi una breve descrizione del tuo {{val}} o di dove intendi acquisire.",
"label": "Descrizione"
},
"name": "Nome {{val}}",
"type": "Tipo {{val}}"
},
"subHeading": {
"title": "Proprietà di configurazione",
"description": "Inserisci la coppia chiave-valore per configurare una proprietà"
},
"addFieldButton": "Aggiungi proprietà"
"description": "Inserisci sia chiave sia valore per configurare una proprietà",
"title": "Proprietà di configurazione"
}
},
"formEditor": "Editor modulo",
"goTo": "Vai a {{val}}",
"goToHome": "Vai alla home",
"items": "Elementi",
"loading": "Caricamento...",
"name": "Nome",
"pipeline": "Pipeline",
"refresh": "Aggiorna",
"requestNewResource": {
"title": "Richiedi nuovo {{val}}",
"description": "Compila una richiesta per creare un nuovo {{val}}."
}
"description": "Compila una richiesta per creare un nuovo {{val}}.",
"title": "Richiedi nuovo {{val}}"
},
"saveAndNext": "Salva e continua",
"saveChanges": "Salva modifiche",
"schema": "Schema",
"search": {
"button": "Cancella ricerca",
"clearAll": "Cancella tutto",
"description": "Cancella la ricerca e riprova.",
"title": "Nessun {{val}} corrispondente presente."
},
"searchByName": "Cerca per nome",
"searchPlaceholder": "Cerca...",
"smartEditor": "Editor intelligente",
"smartEditorButton": "Crea tramite editor intelligente",
"smartEditorButtonTooltip": " Usa la configurazione grezza per creare un nuovo connettore {{val}} utilizzando l'editor intelligente.",
"source": "Origine",
"submit": "Invia",
"transform": "Trasforma",
"transformations": "Trasformazioni",
"transforms": "Trasformazioni",
"trademarkWarking": "Tutti i loghi e i marchi sono di proprietà dei rispettivi titolari",
"type": "Tipo",
"vaults": "Vault",
"verify": "Verifica"
}
Loading
Loading