From 1794320dcfdfcd19572fb1676294f9853a6bbc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 18:55:29 +0100 Subject: Update to 4.7.3 --- sources/lang/af.js | 12 +++--- sources/lang/cs.js | 6 +-- sources/lang/de.js | 2 +- sources/lang/el.js | 18 ++++---- sources/lang/eo.js | 6 +-- sources/lang/es-mx.js | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources/lang/fr.js | 10 ++--- sources/lang/gl.js | 8 ++-- sources/lang/hr.js | 24 +++++------ sources/lang/hu.js | 24 +++++------ sources/lang/ja.js | 2 +- sources/lang/ko.js | 24 +++++------ sources/lang/ku.js | 22 +++++----- sources/lang/pt.js | 6 +-- sources/lang/uk.js | 2 +- 15 files changed, 199 insertions(+), 83 deletions(-) create mode 100644 sources/lang/es-mx.js (limited to 'sources/lang') diff --git a/sources/lang/af.js b/sources/lang/af.js index 925dc4a..ea941be 100644 --- a/sources/lang/af.js +++ b/sources/lang/af.js @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'af' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING - 16: 'Shift', // MISSING + 8: 'Backspace', + 13: 'Enter', + 16: 'Skuif', 17: 'Ctrl', 18: 'Alt', - 32: 'Space', // MISSING + 32: 'Spasie', 35: 'Einde', 36: 'Tuis', 46: 'Verwyder', - 224: 'Command' // MISSING + 224: 'Bevel' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Sleutel kombenasie' } }; diff --git a/sources/lang/cs.js b/sources/lang/cs.js index b76bee7..b5cf226 100644 --- a/sources/lang/cs.js +++ b/sources/lang/cs.js @@ -104,14 +104,14 @@ CKEDITOR.lang[ 'cs' ] = { 16: 'Shift', 17: 'Ctrl', 18: 'Alt', - 32: 'Space', // MISSING + 32: 'Mezerník', 35: 'Konec', 36: 'Domů', 46: 'Smazat', - 224: 'Command' // MISSING + 224: 'Command' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Klávesová zkratka' } }; diff --git a/sources/lang/de.js b/sources/lang/de.js index cf1bc09..441179a 100644 --- a/sources/lang/de.js +++ b/sources/lang/de.js @@ -63,7 +63,7 @@ CKEDITOR.lang[ 'de' ] = { generalTab: 'Allgemein', advancedTab: 'Erweitert', validateNumberFailed: 'Dieser Wert ist keine Nummer.', - confirmNewPage: 'Alle nicht gespeicherten Änderungen gehen verlohren. Sind Sie sicher die neue Seite zu laden?', + confirmNewPage: 'Alle nicht gespeicherten Änderungen gehen verloren. Sind Sie sicher die neue Seite zu laden?', confirmCancel: 'Einige Optionen wurden geändert. Wollen Sie den Dialog dennoch schließen?', options: 'Optionen', target: 'Zielseite', diff --git a/sources/lang/el.js b/sources/lang/el.js index 445c43d..635ce36 100644 --- a/sources/lang/el.js +++ b/sources/lang/el.js @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'el' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING - 16: 'Shift', // MISSING - 17: 'Ctrl', // MISSING - 18: 'Alt', // MISSING + 8: 'Backspace', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', 32: 'Space', // MISSING - 35: 'End', // MISSING - 36: 'Home', // MISSING - 46: 'Delete', // MISSING + 35: 'End', + 36: 'Home', + 46: 'Delete', 224: 'Command' // MISSING }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Συντόμευση πληκτρολογίου' } }; diff --git a/sources/lang/eo.js b/sources/lang/eo.js index f270dfc..4ea1b84 100644 --- a/sources/lang/eo.js +++ b/sources/lang/eo.js @@ -104,14 +104,14 @@ CKEDITOR.lang[ 'eo' ] = { 16: 'Registrumo', 17: 'Stirklavo', 18: 'Alt-klavo', - 32: 'Space', // MISSING + 32: 'Spaco', 35: 'Fino', 36: 'Hejmo', 46: 'Forigi', - 224: 'Command' // MISSING + 224: 'Komando' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Fulmoklavo' } }; diff --git a/sources/lang/es-mx.js b/sources/lang/es-mx.js new file mode 100644 index 0000000..3b8c1c3 --- /dev/null +++ b/sources/lang/es-mx.js @@ -0,0 +1,116 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +/** +* @fileOverview +*/ + +/**#@+ + @type String + @example +*/ + +/** + * Contains the dictionary of language entries. + * @namespace + */ +CKEDITOR.lang[ 'es-mx' ] = { + // ARIA description. + editor: 'Editor de texto enriquecido', + editorPanel: 'Panel del editor de texto', + + // Common messages and labels. + common: { + // Screenreader titles. Please note that screenreaders are not always capable + // of reading non-English words. So be careful while translating it. + editorHelp: 'Presiona ALT + 0 para ayuda', + + browseServer: 'Examinar servidor', + url: 'URL', + protocol: 'Protocolo', + upload: 'Subir', + uploadSubmit: 'Enviar al servidor', + image: 'Imagen', + flash: 'Flash', + form: 'Formulario', + checkbox: 'Casilla de verificación', + radio: 'Botón de opción', + textField: 'Campo de texto', + textarea: 'Área de texto', + hiddenField: 'Campo oculto', + button: 'Botón', + select: 'Campo de selección', + imageButton: 'Botón de imagen', + notSet: '', + id: 'Id', + name: 'Nombre', + langDir: 'Dirección de idiomas', + langDirLtr: 'Izquierda a derecha (LTR)', + langDirRtl: 'Derecha a izquierda (RTL)', + langCode: 'Código de lenguaje', + longDescr: 'URL descripción larga', + cssClass: 'Clases de hoja de estilo', + advisoryTitle: 'Título del anuncio', + cssStyle: 'Estilo', + ok: 'OK', + cancel: 'Cancelar', + close: 'Cerrar', + preview: 'Vista previa', + resize: 'Redimensionar', + generalTab: 'General', + advancedTab: 'Avanzada', + validateNumberFailed: 'Este valor no es un número.', + confirmNewPage: 'Se perderán todos los cambios no guardados en este contenido. ¿Seguro que quieres cargar nueva página?', + confirmCancel: 'Ha cambiado algunas opciones. ¿Está seguro de que desea cerrar la ventana de diálogo?', + options: 'Opciones', + target: 'Objetivo', + targetNew: 'Nueva ventana (_blank)', + targetTop: 'Ventana superior (_top)', + targetSelf: 'Misma ventana (_self)', + targetParent: 'Ventana principal (_parent)', + langDirLTR: 'Izquierda a Derecha (LTR)', + langDirRTL: 'Derecha a Izquierda (RTL)', + styles: 'Estilo', + cssClasses: 'Clases de hojas de estilo', + width: 'Ancho', + height: 'Alto', + align: 'Alineación', + alignLeft: 'Izquierda', + alignRight: 'Derecha', + alignCenter: 'Centrado', + alignJustify: 'Justificado', + alignTop: 'Arriba', + alignMiddle: 'En medio', + alignBottom: 'Abajo', + alignNone: 'Ninguno', + invalidValue: 'Valor inválido', + invalidHeight: 'La altura debe ser un número.', + invalidWidth: 'La anchura debe ser un número.', + invalidCssLength: 'El valor especificado para el campo "% 1" debe ser un número positivo con o sin una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, or pc).', + invalidHtmlLength: 'El valor especificado para el campo "% 1" debe ser un número positivo con o sin una unidad de medición HTML válida (px or %).', + invalidInlineStyle: 'El valor especificado para el estilo en línea debe constar de una o más tuplas con el formato de "nombre: valor", separados por punto y coma', + cssLengthTooltip: 'Introduzca un número para un valor en píxeles o un número con una unidad CSS válida (px, %, in, cm, mm, em, ex, pt, or pc).', + + // Put the voice-only part of the label in the span. + unavailable: '%1, no disponible', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Retroceso', + 13: 'Intro', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Espacio', + 35: 'Fin', + 36: 'Inicio', + 46: 'Borrar', + 224: 'Comando' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Atajo de teclado' + } +}; diff --git a/sources/lang/fr.js b/sources/lang/fr.js index 95b2d41..5cd39b0 100644 --- a/sources/lang/fr.js +++ b/sources/lang/fr.js @@ -31,7 +31,7 @@ CKEDITOR.lang[ 'fr' ] = { browseServer: 'Parcourir le serveur', url: 'URL', protocol: 'Protocole', - upload: 'Téléverser', + upload: 'Télécharger', uploadSubmit: 'Envoyer sur le serveur', image: 'Image', flash: 'Flash', @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'fr' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING + 8: 'Retour arrière', 13: 'Entrée', 16: 'Majuscule', 17: 'Ctrl', 18: 'Alt', - 32: 'Space', // MISSING + 32: 'Espace', 35: 'Fin', 36: 'Origine', 46: 'Supprimer', - 224: 'Command' // MISSING + 224: 'Commande' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Raccourci clavier' } }; diff --git a/sources/lang/gl.js b/sources/lang/gl.js index 331a21b..092db98 100644 --- a/sources/lang/gl.js +++ b/sources/lang/gl.js @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'gl' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING + 8: 'Ir atrás', 13: 'Intro', 16: 'Maiús', 17: 'Ctrl', 18: 'Alt', - 32: 'Space', // MISSING + 32: 'Espazo', 35: 'Fin', 36: 'Inicio', 46: 'Supr', - 224: 'Command' // MISSING + 224: 'Orde' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Atallo de teclado' } }; diff --git a/sources/lang/hr.js b/sources/lang/hr.js index d12a338..7bf089e 100644 --- a/sources/lang/hr.js +++ b/sources/lang/hr.js @@ -85,7 +85,7 @@ CKEDITOR.lang[ 'hr' ] = { alignTop: 'Vrh', alignMiddle: 'Sredina', alignBottom: 'Dolje', - alignNone: 'None', // MISSING + alignNone: 'Bez poravnanja', invalidValue: 'Neispravna vrijednost.', invalidHeight: 'Visina mora biti broj.', invalidWidth: 'Širina mora biti broj.', @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'hr' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING - 16: 'Shift', // MISSING - 17: 'Ctrl', // MISSING - 18: 'Alt', // MISSING - 32: 'Space', // MISSING - 35: 'End', // MISSING - 36: 'Home', // MISSING - 46: 'Delete', // MISSING - 224: 'Command' // MISSING + 8: 'Backspace', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', + 35: 'End', + 36: 'Home', + 46: 'Delete', + 224: 'Command' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Prečica na tipkovnici' } }; diff --git a/sources/lang/hu.js b/sources/lang/hu.js index 0cd0d96..6f6e91e 100644 --- a/sources/lang/hu.js +++ b/sources/lang/hu.js @@ -85,7 +85,7 @@ CKEDITOR.lang[ 'hu' ] = { alignTop: 'Tetejére', alignMiddle: 'Középre', alignBottom: 'Aljára', - alignNone: 'None', // MISSING + alignNone: 'Semmi', invalidValue: 'Érvénytelen érték.', invalidHeight: 'A magasság mezőbe csak számokat írhat.', invalidWidth: 'A szélesség mezőbe csak számokat írhat.', @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'hu' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING - 16: 'Shift', // MISSING - 17: 'Ctrl', // MISSING - 18: 'Alt', // MISSING - 32: 'Space', // MISSING - 35: 'End', // MISSING - 36: 'Home', // MISSING - 46: 'Delete', // MISSING - 224: 'Command' // MISSING + 8: 'Backspace', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', + 35: 'End', + 36: 'Home', + 46: 'Delete', + 224: 'Command' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Gyorsbillentyű' } }; diff --git a/sources/lang/ja.js b/sources/lang/ja.js index 56b69f7..17dcefc 100644 --- a/sources/lang/ja.js +++ b/sources/lang/ja.js @@ -62,7 +62,7 @@ CKEDITOR.lang[ 'ja' ] = { resize: 'ドラッグしてリサイズ', generalTab: '全般', advancedTab: '高度な設定', - validateNumberFailed: '値が数ではありません', + validateNumberFailed: '値が数値ではありません', confirmNewPage: '変更内容を保存せず、 新しいページを開いてもよろしいでしょうか?', confirmCancel: 'オプション設定を変更しました。ダイアログを閉じてもよろしいでしょうか?', options: 'オプション', diff --git a/sources/lang/ko.js b/sources/lang/ko.js index d08261d..fe575d9 100644 --- a/sources/lang/ko.js +++ b/sources/lang/ko.js @@ -28,7 +28,7 @@ CKEDITOR.lang[ 'ko' ] = { // of reading non-English words. So be careful while translating it. editorHelp: '도움이 필요하면 ALT 0 을 누르세요', - browseServer: '서버 보기', + browseServer: '서버 탐색', url: 'URL', protocol: '프로토콜', upload: '업로드', @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'ko' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING - 16: 'Shift', // MISSING - 17: 'Ctrl', // MISSING - 18: 'Alt', // MISSING - 32: 'Space', // MISSING - 35: 'End', // MISSING - 36: 'Home', // MISSING - 46: 'Delete', // MISSING - 224: 'Command' // MISSING + 8: '백스페이스', + 13: '엔터', + 16: '시프트', + 17: '컨트롤', + 18: '알트', + 32: '간격', + 35: '엔드', + 36: '홈', + 46: '딜리트', + 224: '커맨드' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: '키보드 단축키' } }; diff --git a/sources/lang/ku.js b/sources/lang/ku.js index ec53e49..171059b 100644 --- a/sources/lang/ku.js +++ b/sources/lang/ku.js @@ -98,19 +98,19 @@ CKEDITOR.lang[ 'ku' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING - 16: 'Shift', // MISSING - 17: 'Ctrl', // MISSING - 18: 'Alt', // MISSING - 32: 'Space', // MISSING - 35: 'End', // MISSING - 36: 'Home', // MISSING - 46: 'Delete', // MISSING - 224: 'Command' // MISSING + 8: 'Backspace', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', + 35: 'End', + 36: 'Home', + 46: 'Delete', + 224: 'فەرمان' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'کورتبڕی تەختەکلیل' } }; diff --git a/sources/lang/pt.js b/sources/lang/pt.js index d5ae35e..cfc1ced 100644 --- a/sources/lang/pt.js +++ b/sources/lang/pt.js @@ -100,15 +100,15 @@ CKEDITOR.lang[ 'pt' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING + 13: 'Enter', 16: 'Shift', 17: 'Ctrl', 18: 'Alt', - 32: 'Space', // MISSING + 32: 'Espaço', 35: 'Fim', 36: 'Entrada', 46: 'Eliminar', - 224: 'Command' // MISSING + 224: 'Comando' }, // Prepended to ARIA labels with shortcuts. diff --git a/sources/lang/uk.js b/sources/lang/uk.js index baa78e6..3fbc52d 100644 --- a/sources/lang/uk.js +++ b/sources/lang/uk.js @@ -20,7 +20,7 @@ CKEDITOR.lang[ 'uk' ] = { // ARIA description. editor: 'Текстовий редактор', - editorPanel: 'Панель текстового редактора', + editorPanel: 'Панель розширеного текстового редактора', // Common messages and labels. common: { -- cgit v1.2.3