summaryrefslogtreecommitdiff
path: root/locale/es
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master-i18n' into 'master'Douwe Maan2017-10-191-33/+502
| | | | | New Crowdin translations See merge request gitlab-org/gitlab-ee!3030
* Merge branch 'master-i18n' into 'master'Douwe Maan2017-10-011-29/+305
| | | | | New Crowdin translations See merge request gitlab-org/gitlab-ee!2947
* Merge branch 'master-i18n' into 'master'Douwe Maan2017-09-181-1/+19
| | | | | New Crowdin translations See merge request gitlab-org/gitlab-ee!2929
* Fetch new translations from crowdinBob Van Landuyt2017-09-061-11/+180
|
* Merge branch 'master-i18n' into 'master'Douwe Maan2017-08-301-18/+169
| | | | | New Crowdin translations See merge request !2743
* Remove `\n` from translationsbvl-use-no-wrap-for-pot-fileBob Van Landuyt2017-08-141-16/+4
| | | | | They seem to confuse some translation tools and aren't rendered in HTML anyway.
* Always return the translated level name.35034-fix-unstranslated-visibility-levelsRuben Davila2017-07-131-1/+4
| | | | | There are many places that expect the `.level_name` method to return the translated level name.
* Fix wrong helper used for adding context for translations.34780-restricted-visibility-levels-in-admin-application-settings-looks-offRuben Davila2017-07-121-7/+81
| | | | Additionally some missing translations were added
* synchronize changes in community translation of msgid黄涛2017-07-051-2/+2
|
* Added internationalization to commits listcommits-internationalisePhil Hughes2017-06-221-5/+33
| | | | Closes #32793
* Merge branch 'fix-i18n-helpers' into 'master'Douwe Maan2017-06-201-1/+10
|\ | | | | | | | | Fix some incorrect usage of translation helpers See merge request !12274
| * Fix some incorrect usage of translation helpersfix-i18n-helpersRuben Davila2017-06-191-1/+10
| | | | | | | | | | Conflicts: app/views/projects/pipeline_schedules/_form.html.haml
* | Disable fork button on project limitvanadium232017-06-161-0/+3
|/
* Small refactoring plus fixes for Spanish translations.Ruben Davila2017-06-151-7/+4
|
* Add translation for the verb 'Revert'Bob Van Landuyt2017-06-151-1/+4
|
* Add context to the `with_stage` stringsBob Van Landuyt2017-06-151-6/+7
|
* Add context for commit_box titleBob Van Landuyt2017-06-151-1/+4
|
* Remove HTML from translation keyBob Van Landuyt2017-06-151-9/+9
|
* Add some context to JS translationsBob Van Landuyt2017-06-151-7/+7
|
* Small update for Spanish translationRuben Davila2017-06-151-2/+2
|
* More updates for Spanish translationsRuben Davila2017-06-151-9/+9
|
* Update Spanish translations after code reviewRuben Davila2017-06-151-9/+55
|
* Complete Spanish translations for Pipeline SchedulesRuben Davila2017-06-151-32/+59
|
* Spanish translations for Pipelines Schedules index page.Ruben Davila2017-06-151-12/+27
|
* Generate as much of the Spanish translation as possibleBob Van Landuyt2017-06-151-7/+123
|
* Recover last working spanish translationbvl-revert-regenerating-translationsBob Van Landuyt2017-06-091-68/+590
|
* Revert "Regenerate po and js files"Bob Van Landuyt2017-06-091-0/+0
| | | | This reverts commit 9157c300b78314e04857c66dacdc732a8193d278.
* Regenerate po and js fileszj-i18n-pipeline-schedulesZ.J. van de Weg2017-06-081-0/+0
|
* Allow translation of Pipeline SchedulesZ.J. van de Weg2017-06-081-590/+68
|
* Translate project & repository pagesBob Van Landuyt2017-06-071-4/+619
|
* Change translation for 'coding' by 'desarrollo' for Spanishupdate-coding-translationRuben Davila2017-05-201-2/+2
|
* Some small updates for Spanish translations.Ruben Davila2017-05-041-9/+9
|
* More updates for translations plus small tweaks.Ruben Davila2017-05-041-17/+14
|
* More updates for translations plus some refactoring.Ruben Davila2017-05-031-17/+44
|
* More translations updates.Ruben Davila2017-05-031-31/+25
|
* Updated some JS translate methods to correctly take in contextPhil Hughes2017-05-031-8/+10
|
* First round of updates from the code review.Ruben Davila2017-05-021-27/+27
|
* Add more spanish translations.Ruben Davila2017-04-271-7/+30
|
* Adjust regex used in order to parse inline content.Ruben Davila2017-04-271-1/+7
| | | | | | | e.g: %h4 {{ __('foo') }} Problem was it was being parsed as: %h4 = _('foo') And the correct content should be: %h4= _('foo')
* Added some missing text that needs translatingPhil Hughes2017-04-271-0/+16
|
* Add more translation for Spanish.Ruben Davila2017-04-261-8/+36
|
* Add some translations for Spanish.Ruben Davila2017-04-261-19/+50
|
* Removed t filter from other placesPhil Hughes2017-04-261-24/+27
|
* Changed JS translation functionsPhil Hughes2017-04-261-16/+34
| | | | Added context function
* Merge remote-tracking branch ↵Phil Hughes2017-04-211-0/+36
| | | | 'origin/28433-internationalise-cycle-analytics-page' into js-translations
* Ignore some files required to the translation processRuben Davila2017-04-131-28/+0
|
* Set locale through controller filterRuben Davila2017-04-132-7/+25
|
* Setup gettext librariesRuben Davila2017-04-123-0/+37