소스 검색

Merge pull request #435 from rleal/master

added spanish translations
Thomas 13 년 전
부모
커밋
c888aed6cf
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      Resources/translations/SonataAdminBundle.es.xliff

+ 8 - 0
Resources/translations/SonataAdminBundle.es.xliff

@@ -54,6 +54,10 @@
                 <source>link_list</source>
                 <target>Listar</target>
             </trans-unit>
+            <trans-unit id="link_action_show">
+                <source>link_action_show</source>
+                <target>Mostrar</target>
+            </trans-unit>
             <trans-unit id="link_reset_filter">
                 <source>link_reset_filter</source>
                 <target>Resetear</target>
@@ -112,6 +116,10 @@
                 <source>no_result</source>
                 <target>No hay resultados</target>
             </trans-unit>
+            <trans-unit id="confirm_msg">
+                <source>confirm_msg</source>
+                <target>¿Estás seguro?</target>
+            </trans-unit>
             <trans-unit id='flash_batch_empty'>
               <source>flash_batch_empty</source>
               <target>Acción cancelada. Ningún item seleccionado.</target>