Magento 2 Spanish (Spain) language package - Paquete de idioma Español (España) para Magento 2

Overview

Magento 2 Spanish (Spain) language package - Paquete de idioma Español (España) para Magento 2

Traducciones

Se han recopilado las traducciones existentes en https://crowdin.com/project/magento-2/es-ES#

Si deseas participar, por favor regístrate en Crowdin y ayuda con las traducciones desde su panel.

Ficheros

  • es_ES/crowdin.csv - Contiene las traducciones realizadas en Crowdin
  • es_ES/all.csv - Contiene todas las cadenas de texto existentes en Crowdin, traducidas o no
  • es_ES/translated-and-translator.csv - Contiene las traducciones realizadas en Crowdin y una traducción mediante APIs de resto

Instalación Automática

Lo añadimos al composer del proyecto:

composer require eusonlito/magento2-language-es_es dev-master

Lo instalamos a través de la consola de Magento

php bin/magento i18n:pack --mode=replace -d vendor/eusonlito/magento2-language-es_es/es_ES/crowdin.csv es_ES

Actualizamos el contenido estático

php bin/magento setup:static-content:deploy es_ES

Recuerda limpiar la caché después de instalar el paquete de idioma

Instalación Manual

Lo añadimos al composer del proyecto:

composer require eusonlito/magento2-language-es_es

Creamos una carpeta donde colocaremos el fichero de traducciones

install -d app/vendor/eusonlito/magento2-language-es_es/i18n

Copiamos el fichero de idioma en ese directorio

cp vendor/eusonlito/magento2-language-es_es/es_ES/crowdin.csv app/vendor/eusonlito/magento2-language-es_es/i18n/es_ES.csv

Recuerda limpiar la caché después de instalar el paquete de idioma

Comments
  • Magento 2.1 y dependencias

    Magento 2.1 y dependencias

    Cuando intento instalar el pack con composer hay un problema de dependencias, pero me llama la atención que no le cuele porque veo en el composer.json del repositorio que hay un comodín (100.*) ¿Quizá usando "^100.0"?

    image

    opened by rmontagud 5
  • Composer error

    Composer error

    Hi, I'm, getting an error when running "composer require eusonlito/magento2-language-es_es"

    # composer require eusonlito/magento2-language-es_es
    Do not run Composer as root/super user! See https://getcomposer.org/root for details
    
    Using version ^0.0.5 for eusonlito/magento2-language-es_es
    ./composer.json has been updated
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Your requirements could not be resolved to an installable set of packages.
      Problem 1
        - Installation request for eusonlito/magento2-language-es_es ^0.0.5 -> satisfiable by eusonlito/magento2-language-es_es[0.0.5].
        - Conclusion: remove magento/framework 100.1.0
        - Conclusion: don't install magento/framework 100.1.0
        - eusonlito/magento2-language-es_es 0.0.5 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.0.10].
        - Can only install one of: magento/framework[100.1.0, 100.0.2].
        - Can only install one of: magento/framework[100.1.0, 100.0.3].
        - Can only install one of: magento/framework[100.1.0, 100.0.4].
        - Can only install one of: magento/framework[100.1.0, 100.0.5].
        - Can only install one of: magento/framework[100.1.0, 100.0.6].
        - Can only install one of: magento/framework[100.1.0, 100.0.7].
        - Can only install one of: magento/framework[100.1.0, 100.0.8].
        - Can only install one of: magento/framework[100.1.0, 100.0.9].
        - Can only install one of: magento/framework[100.1.0, 100.0.10].
        - Installation request for magento/framework (locked at 100.1.0) -> satisfiable by magento/framework[100.1.0].
    
    
    Installation failed, reverting ./composer.json to its original content.
    
    

    how can I fix this issue?

    opened by nacho22martin 4
  • Palabras en Aleman?

    Palabras en Aleman?

    El boton de guardar en la parte de administracion, me sale en Aleman, y a parte hay algunas cosillas que en la version 2.1 no estan traducidas, se aceptan pull request?

    Pego la parte del boton en aleman.

    ./vendor/eusonlito/magento2-language-es_es/es_ES-translated.csv:"Save Config","Konfiguration speichern","module","Magento_Config" ./vendor/eusonlito/magento2-language-es_es/es_ES-translated-and-google.csv:"Save Config","Konfiguration speichern","module","Magento_Config" ./vendor/eusonlito/magento2-language-es_es/es_ES.csv:"Save Config","Konfiguration speichern","module","Magento_Config" ./vendor/magento/module-config/i18n/es_ES.csv:"Save Config","Konfiguration speichern"

    opened by cyrusnimda 2
  • es_ES-translated-and-google.csv da error?

    es_ES-translated-and-google.csv da error?

    comandos para reproducir el error:

    bin/magento i18n:pack --mode=replace -d vendor/eusonlito/magento2-language-es_es/es_ES-translated-and-google.csv . es_ES

    Successfully saved es_ES language package.

    bin/magento setup:static-content:deploy es_ES

    File "/i18n/es_ES.csv" does not exist>

    opened by toniyecla 2
  • Fix translation for credit memo

    Fix translation for credit memo

    The translation caused an error in the first parameter of Javascript function when created Credit Memo of order in admin panel.

    Js function before: confirmSetLocation('Esto creará un reembolso sin conexión. ' ' Para crear un reembolso en línea, abrir una factura y crear abono para él. ¿Desea continuar?', '....

    opened by AndresOller 0
  • Instalación correcta pero no me traduce Magento 2.2.4

    Instalación correcta pero no me traduce Magento 2.2.4

    Hola. He estado migrando mi magento 1.9 a la 2.2.4 y tras instalar el paquete y comprobar que la configuración es correcta ya no se que hacer porque me sigue sin traducir a español tanto el front como el back. En principio la configuración está correcta, Local Spanish y el paquete también está bien instalado en el directorio que toca. ¿Alguna idea?

    opened by juandosil 2
Owner
Lito
Lito
Magento2 Spanish (Argentina) language pack build from Crowdin community translation tool.

Magento2-language-es_ar Magento2 Spanish (Argentina) language pack build from Crowdin community translation tool. Paquete de idioma de Español (Argent

SemExpert 2 Apr 7, 2021
Jéssica Paula 7 Aug 12, 2022
PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

php-text-analysis PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP l

null 464 Dec 28, 2022
A repository for showcasing my knowledge of the PHP programming language, and continuing to learn the language.

Learning PHP (programming language) I know very little about PHP. This document will list all my knowledge of the PHP programming language. Basic synt

Sean P. Myrick V19.1.7.2 2 Oct 29, 2022
Este es un sitema bibliotecario para registro de adquisiciones y prestamos para INATEC Siuna

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

James Reyes 3 Mar 26, 2022
Plugin de Wordpress para criar um Hacker News-like para o ManualdoUsuario.net

?? Órbita Plugin de Wordpress para criar um painel de debates baseado em links, similar ao Hacker News, para o Manual do Usuário. Rodar o projeto Requ

Gabriel Nunes 7 Nov 14, 2022
🇸🇮 Slovenian translations - language package for Magento 2

Magento 2 Slovenian translations Slovenian (Slovenia) - sl_SI translations for Magento Community Edition 2.x. Translations follow Slovenian grammar an

Symfony Slovenia 11 Dec 2, 2022
Magento 2 - French (France) language pack (fr_fr)

Magento 2 French Language Pack v100.6.23 French translation for Magento 2. Translation fr_FR (French France). Traduction de Magento 2 en Français. See

Kocet Sylvain 40 Dec 5, 2022
Swiss-German language pack for Magento 2

Magento 2 Swiss-German Language Pack Facts Based on Magento2_German_LocalePack_de_DE from Splendid Internet GmbH & Co. KG Adaptions for the Swiss-Germ

Stämpfli AG 6 Sep 16, 2020
Tradução Magento 2 oficial para português do Brasil do site Crowdin

Tradução para Magento 2 em Português do Brasil (pt_BR) Inclui a tradução mais atualizada para todas as versões do Magento 2. Esse pacote de linguagem

Rafael Corrêa Gomes 67 Dec 21, 2022
A tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2

Simple Import / Export tool A tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2. Table data

EcomDev B.V. 51 Dec 5, 2022
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP

Hprose 3.0 for PHP Introduction Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform

Hprose 2k Jan 4, 2023
PHP Expression Language

PHP Expression Language The purpose of this library is to provide a common base for an PHP Expression Language. This is not really a creative library

KitanoLabs 32 Oct 21, 2022
Simple customizable captcha script for bot prevention in php language.

phpCaptcha Simple customizable captcha script for bot prevention in php language. Usage <?php session_start(); $status = ""; if ($_SESSION['captcha']

Филип Арсовски 11 Oct 10, 2022
A high-level machine learning and deep learning library for the PHP language.

Rubix ML A high-level machine learning and deep learning library for the PHP language. Developer-friendly API is delightful to use 40+ supervised and

Rubix 1.7k Jan 1, 2023