X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fpt-br.js;fp=sources%2Flang%2Fpt-br.js;h=a6bc34fe4c46c212285ee9ae3e570bdfad5780ee;hp=e1d71164c0a02ff15a0729832ebd95296dfc1033;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/pt-br.js b/sources/lang/pt-br.js index e1d7116..a6bc34f 100644 --- a/sources/lang/pt-br.js +++ b/sources/lang/pt-br.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -85,7 +85,7 @@ CKEDITOR.lang[ 'pt-br' ] = { alignMiddle: 'Centralizado', alignBottom: 'Inferior', alignNone: 'Nenhum', - invalidValue : 'Valor inválido.', + invalidValue: 'Valor inválido.', invalidHeight: 'A altura tem que ser um número', invalidWidth: 'A largura tem que ser um número.', invalidCssLength: 'O valor do campo "%1" deve ser um número positivo opcionalmente seguido por uma válida unidade de medida de CSS (px, %, in, cm, mm, em, ex, pt ou pc).', @@ -94,6 +94,23 @@ CKEDITOR.lang[ 'pt-br' ] = { cssLengthTooltip: 'Insira um número para valor em pixels ou um número seguido de uma válida unidade de medida de CSS (px, %, in, cm, mm, em, ex, pt ou pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, indisponível' + unavailable: '%1, indisponível', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Tecla Retroceder', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Tecla Espaço', + 35: 'End', + 36: 'Home', + 46: 'Delete', + 224: 'Comando' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Atalho do teclado' } };