Add missing translations

This commit is contained in:
Paulo Gustavo Veiga 2022-11-12 09:49:04 -08:00
parent 1e8685778d
commit 73788bcfe1
17 changed files with 84 additions and 18 deletions

View File

@ -217,5 +217,8 @@
}, },
"shortcut-help-pane.undo": { "shortcut-help-pane.undo": {
"defaultMessage": "Rückgängerausgabe" "defaultMessage": "Rückgängerausgabe"
},
"icon-picker.show-images": {
"defaultMessage": "Bilder anzeigen"
} }
} }

View File

@ -122,6 +122,9 @@
"editor.try-welcome-mobile": { "editor.try-welcome-mobile": {
"defaultMessage": "This edition space showcases some of the mindmap editor capabilities!" "defaultMessage": "This edition space showcases some of the mindmap editor capabilities!"
}, },
"icon-picker.show-images": {
"defaultMessage": "Show images"
},
"link.help_text": { "link.help_text": {
"defaultMessage": "Address is not valid" "defaultMessage": "Address is not valid"
}, },

View File

@ -211,5 +211,8 @@
}, },
"shortcut-help-pane.undo": { "shortcut-help-pane.undo": {
"defaultMessage": "Deshacer cambios" "defaultMessage": "Deshacer cambios"
},
"icon-picker.show-images": {
"defaultMessage": "Mostrar imagenes"
} }
} }

View File

@ -211,5 +211,8 @@
}, },
"shortcut-help-pane.undo": { "shortcut-help-pane.undo": {
"defaultMessage": "Annuler l'édition" "defaultMessage": "Annuler l'édition"
},
"icon-picker.show-images": {
"defaultMessage": "Afficher les images"
} }
} }

View File

@ -251,6 +251,12 @@
"value": "Diese Edition zeigt einige der Mindmap-Funktionen!" "value": "Diese Edition zeigt einige der Mindmap-Funktionen!"
} }
], ],
"icon-picker.show-images": [
{
"type": 0,
"value": "Bilder anzeigen"
}
],
"link.help_text": [ "link.help_text": [
{ {
"type": 0, "type": 0,

View File

@ -245,6 +245,12 @@
"value": "This edition space showcases some of the mindmap editor capabilities!" "value": "This edition space showcases some of the mindmap editor capabilities!"
} }
], ],
"icon-picker.show-images": [
{
"type": 0,
"value": "Show images"
}
],
"link.help_text": [ "link.help_text": [
{ {
"type": 0, "type": 0,

View File

@ -245,6 +245,12 @@
"value": "¡Este espacio de edición muestra algunas de las capacidades de mapas mentales!" "value": "¡Este espacio de edición muestra algunas de las capacidades de mapas mentales!"
} }
], ],
"icon-picker.show-images": [
{
"type": 0,
"value": "Mostrar imagenes"
}
],
"link.help_text": [ "link.help_text": [
{ {
"type": 0, "type": 0,

View File

@ -245,6 +245,12 @@
"value": "Cet espace d'édition présente certaines des fonctionnalités des cartes mentales!" "value": "Cet espace d'édition présente certaines des fonctionnalités des cartes mentales!"
} }
], ],
"icon-picker.show-images": [
{
"type": 0,
"value": "Afficher les images"
}
],
"link.help_text": [ "link.help_text": [
{ {
"type": 0, "type": 0,

View File

@ -23,6 +23,7 @@ import IconImageTab from './image-icon-tab';
import Switch from '@mui/material/Switch'; import Switch from '@mui/material/Switch';
import FormGroup from '@mui/material/FormGroup'; import FormGroup from '@mui/material/FormGroup';
import FormControlLabel from '@mui/material/FormControlLabel'; import FormControlLabel from '@mui/material/FormControlLabel';
import { FormattedMessage } from 'react-intl';
type IconPickerProp = { type IconPickerProp = {
triggerClose: () => void; triggerClose: () => void;
@ -53,7 +54,10 @@ const IconPicker = ({ triggerClose, iconModel }: IconPickerProp): ReactElement =
return ( return (
<div style={{ padding: '5px' }}> <div style={{ padding: '5px' }}>
<FormGroup> <FormGroup>
<FormControlLabel label="Show Images" control={<Switch onChange={handleCheck} />} /> <FormControlLabel
label={<FormattedMessage id="icon-picker.show-images" defaultMessage="Show images" />}
control={<Switch onChange={handleCheck} />}
/>
</FormGroup> </FormGroup>
{checked && ( {checked && (

View File

@ -512,5 +512,8 @@
}, },
"footer.team": { "footer.team": {
"defaultMessage": "Team" "defaultMessage": "Team"
},
"dialog.loading": {
"defaultMessage": "Wird geladen ..."
} }
} }

View File

@ -116,6 +116,9 @@
"deletem.title": { "deletem.title": {
"defaultMessage": "All selected maps will be deleted" "defaultMessage": "All selected maps will be deleted"
}, },
"dialog.loading": {
"defaultMessage": "Loading ..."
},
"duplicate.title": { "duplicate.title": {
"defaultMessage": "Duplicate" "defaultMessage": "Duplicate"
}, },
@ -152,6 +155,9 @@
"footer.contactus": { "footer.contactus": {
"defaultMessage": "Contact Us" "defaultMessage": "Contact Us"
}, },
"footer.donations": {
"defaultMessage": "Donations"
},
"footer.faq": { "footer.faq": {
"defaultMessage": "F.A.Q." "defaultMessage": "F.A.Q."
}, },
@ -173,9 +179,6 @@
"footer.team": { "footer.team": {
"defaultMessage": "Our Team" "defaultMessage": "Our Team"
}, },
"footer.donations": {
"defaultMessage": "Donations"
},
"footer.termsandconditions": { "footer.termsandconditions": {
"defaultMessage": "Term And Conditions" "defaultMessage": "Term And Conditions"
}, },
@ -221,12 +224,12 @@
"import.description": { "import.description": {
"defaultMessage": "You can import WiseMapping and Freemind maps to your list of maps. Select the file you want to import." "defaultMessage": "You can import WiseMapping and Freemind maps to your list of maps. Select the file you want to import."
}, },
"import.error-file": {
"defaultMessage": "Import error {error}"
},
"import.title": { "import.title": {
"defaultMessage": "Import existing mindmap" "defaultMessage": "Import existing mindmap"
}, },
"import.error-file": {
"defaultMessage": "Import failed: {error}"
},
"info.basic-info": { "info.basic-info": {
"defaultMessage": "Basic Info" "defaultMessage": "Basic Info"
}, },
@ -311,10 +314,6 @@
"login.forgotpwd": { "login.forgotpwd": {
"defaultMessage": "Forgot Password ?" "defaultMessage": "Forgot Password ?"
}, },
"login.hsqldbcofig": {
"defaultMessage": "Although HSQLDB is bundled with WiseMapping by default during the installation, we do not recommend this database for production use. Please consider using MySQL 5.7 instead. You can find more information how to configure MySQL",
"description": "Missing production database configured"
},
"login.page-title": { "login.page-title": {
"defaultMessage": "Login | WiseMapping" "defaultMessage": "Login | WiseMapping"
}, },

View File

@ -488,5 +488,8 @@
}, },
"editor.try-welcome-description": { "editor.try-welcome-description": {
"defaultMessage": "Regístrese para comenzar a crear, compartir y publicar una cantidad ilimitada de mapas mentales de forma gratuita." "defaultMessage": "Regístrese para comenzar a crear, compartir y publicar una cantidad ilimitada de mapas mentales de forma gratuita."
},
"dialog.loading": {
"defaultMessage": "Cargando ..."
} }
} }

View File

@ -515,5 +515,8 @@
}, },
"footer.team": { "footer.team": {
"defaultMessage": "Equipe" "defaultMessage": "Equipe"
},
"dialog.loading": {
"defaultMessage": "Chargement ..."
} }
} }

View File

@ -233,6 +233,12 @@
"value": "Alle ausgewählten Mindmaps werden gelöscht" "value": "Alle ausgewählten Mindmaps werden gelöscht"
} }
], ],
"dialog.loading": [
{
"type": 0,
"value": "Wird geladen ..."
}
],
"duplicate.title": [ "duplicate.title": [
{ {
"type": 0, "type": 0,

View File

@ -233,6 +233,12 @@
"value": "All selected maps will be deleted" "value": "All selected maps will be deleted"
} }
], ],
"dialog.loading": [
{
"type": 0,
"value": "Loading ..."
}
],
"duplicate.title": [ "duplicate.title": [
{ {
"type": 0, "type": 0,
@ -446,7 +452,7 @@
"import.error-file": [ "import.error-file": [
{ {
"type": 0, "type": 0,
"value": "Import failed: " "value": "Import error "
}, },
{ {
"type": 1, "type": 1,
@ -631,12 +637,6 @@
"value": "Forgot Password ?" "value": "Forgot Password ?"
} }
], ],
"login.hsqldbcofig": [
{
"type": 0,
"value": "Although HSQLDB is bundled with WiseMapping by default during the installation, we do not recommend this database for production use. Please consider using MySQL 5.7 instead. You can find more information how to configure MySQL"
}
],
"login.page-title": [ "login.page-title": [
{ {
"type": 0, "type": 0,

View File

@ -227,6 +227,12 @@
"value": "Todos los mapas seleccionados serán eliminados" "value": "Todos los mapas seleccionados serán eliminados"
} }
], ],
"dialog.loading": [
{
"type": 0,
"value": "Cargando ..."
}
],
"duplicate.title": [ "duplicate.title": [
{ {
"type": 0, "type": 0,

View File

@ -233,6 +233,12 @@
"value": "Toutes les cartes sélectionnées seront supprimées" "value": "Toutes les cartes sélectionnées seront supprimées"
} }
], ],
"dialog.loading": [
{
"type": 0,
"value": "Chargement ..."
}
],
"duplicate.title": [ "duplicate.title": [
{ {
"type": 0, "type": 0,