UNPKG

@brightspace-ui/intl

Version:

Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.

44 lines (43 loc) 3.69 kB
export default { "intl-common:actions:add": "Ajouter", // add action (in Title Case) "intl-common:actions:apply": "Appliquer", // apply action (in Title Case) "intl-common:actions:browse": "Parcourir", // browse action (in Title Case) "intl-common:actions:cancel": "Annuler", // cancel action (in Title Case) "intl-common:actions:clear": "Effacer", // clear action (in Title Case) "intl-common:actions:close": "Fermer", // close action (in Title Case) "intl-common:actions:confirm": "Confirmer", // confirm action (in Title Case) "intl-common:actions:copy": "Copier", // copy action (in Title Case) "intl-common:actions:create": "Créer", // create action (in Title Case) "intl-common:actions:delete": "Supprimer", // delete action (in Title Case) "intl-common:actions:done": "Terminé", // done action (in Title Case) "intl-common:actions:edit": "Modifier", // edit action (in Title Case) "intl-common:actions:finish": "Terminer", // finish action (in Title Case) "intl-common:actions:print": "Imprimer", // print action (in Title Case) "intl-common:actions:remove": "Supprimer", // remove action (in Title Case) "intl-common:actions:save": "Enregistrer", // save action (in Title Case) "intl-common:actions:saveAndClose": "Enregistrer et fermer", // save and close action (in Title Case) "intl-common:actions:saveAndNew": "Enregistrer et nouveau", // save and new action (in Title Case) "intl-common:actions:search": "Rechercher", // search action (in Title Case) "intl-common:actions:submit": "Soumettre", // submit action (in Title Case) "intl-common:actions:update": "Mettre à jour", // update action (in Title Case) "intl-common:characters:ampersand": "perluète", // short name or description of the "&" character "intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character "intl-common:characters:asterisk": "astérisque", // short name or description of the "*" character "intl-common:characters:backslash": "barre oblique inversée", // short name or description of the "\" character "intl-common:characters:colon": "deux-points", // short name or description of the ":" character "intl-common:characters:comma": "virgule", // short name or description of the "," character "intl-common:characters:greaterThan": "symbole supérieur à", // short name or description of the ">" character "intl-common:characters:lessThan": "symbole inférieur à", // short name or description of the "<" character "intl-common:characters:numberSign": "symbole de chiffre", // short name or description of the "#" character "intl-common:characters:percentSign": "symbole de pourcentage", // short name or description of the "%" character "intl-common:characters:pipe": "barre verticale", // short name or description of the "|" character "intl-common:characters:questionMark": "point d’interrogation", // short name or description of the "?" character "intl-common:characters:quotationMark": "guillemet", // short name or description of the '"' character "intl-common:confirm:no": "Non", // no response to a question (in Title Case) "intl-common:confirm:ok": "OK", // okay response to a question "intl-common:confirm:yes": "Oui", // yes response to a question (in Title Case) "intl-common:navigation:back:title": "Retour", // term for navigating back to the previous page (in Title Case) "intl-common:navigation:continue:title": "Continuer", // continue action (in Title Case) "intl-common:navigation:next:title": "Suivant", // term for navigating to the next page or item (in Title Case) "intl-common:navigation:previous:title": "Précédent", // term for navigating to the previous page or item (in Title Case) };