-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from pardalsalcap/4.x
Added translations for Spanish and Catalan
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
'translation-navigation-label' => 'Gestor de traduccions', | ||
'translation-label' => 'Traducció|Traduccions', | ||
'group' => 'Grup de traduccions', | ||
'key' => 'Clau de traducció', | ||
'preview-in-your-lang' => 'Previsualitzar en la teva llengua (:lang)', | ||
'synchronize' => 'Sincronitzar', | ||
'synchronization-success' => 'S\'han sincronitzat :count traduccions!', | ||
'synchronization-deleted' => 'S\'han eliminat :count traduccions que no es feien servir', | ||
'preview' => 'Previsualitzar', | ||
'preview-description' => 'Es un exemple en la teva llegua (:lang)', | ||
'add-translation-button' => 'Afegir traducció', | ||
'translation-language' => 'Llengua', | ||
'translation-text' => 'Text traduït', | ||
'filter-not-translated' => 'No traduït al ', | ||
'quick-translate' => 'Traducció ràpida', | ||
'quick-translate-select-locale' => 'Selecciona la llengua', | ||
'quick-translate-translation-number' => ':total traduccions pendents', | ||
'quick-translate-skip' => 'Saltar aquesta traducció', | ||
'quick-translate-enter' => 'Introduir la traducció en ":lang":', | ||
'quick-translate-save-and-continue' => 'Desar i continuar', | ||
'quick-translate-nothing' => 'No queda res por traduir!', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
'translation-navigation-label' => 'Gestor de traducciones', | ||
'translation-label' => 'Traducción|Traducciones', | ||
'group' => 'Grupo de traducciones', | ||
'key' => 'Clave de traducción', | ||
'preview-in-your-lang' => 'Previsualización en tu idioma (:lang)', | ||
'synchronize' => 'Sincronizar', | ||
'synchronization-success' => 'Se han sincronizado :count traducciones!', | ||
'synchronization-deleted' => 'Se han eliminado :count traducciones sin usar', | ||
'preview' => 'Previsualizar', | ||
'preview-description' => 'Es es un ejemplo en tu idioma (:lang)', | ||
'add-translation-button' => 'Añadir traducción', | ||
'translation-language' => 'Idioma', | ||
'translation-text' => 'Texto traducido', | ||
'filter-not-translated' => 'No traducido al ', | ||
'quick-translate' => 'Traducción rápida', | ||
'quick-translate-select-locale' => 'Selecciona el idioma', | ||
'quick-translate-translation-number' => ':total traducciones pendientes', | ||
'quick-translate-skip' => 'Saltar esta traducción', | ||
'quick-translate-enter' => 'Introducir la traducción en ":lang":', | ||
'quick-translate-save-and-continue' => 'Guardar y continuar', | ||
'quick-translate-nothing' => 'No queda nada por traducir!', | ||
]; |