Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fdf25e81
authored
Feb 05, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
i18n hotfix and working on #876
parent
c1634142
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
sails/src/assets/app/i18n/en-gb.json
sails/src/assets/app/i18n/es-es.json
sails/src/assets/scripts/modules/student/views/pictoconfig.html
sails/src/assets/scripts/modules/supervisor/views/header.html
sails/src/assets/app/i18n/en-gb.json
View file @
fdf25e81
...
@@ -182,6 +182,7 @@
...
@@ -182,6 +182,7 @@
"man"
:
"Man"
,
"man"
:
"Man"
,
"March"
:
"March"
,
"March"
:
"March"
,
"mark"
:
"Mark"
,
"mark"
:
"Mark"
,
"max_expression"
:
"Expression must be a maximun of 11-12 characters."
,
"max_licenses_reached"
:
"Maximum number of licenses reached by the office"
,
"max_licenses_reached"
:
"Maximum number of licenses reached by the office"
,
"May"
:
"May"
,
"May"
:
"May"
,
"method_name_duplicated"
:
"Template '{{method_name}}' already exists"
,
"method_name_duplicated"
:
"Template '{{method_name}}' already exists"
,
...
@@ -228,6 +229,7 @@
...
@@ -228,6 +229,7 @@
"own_instructions"
:
"Own method templates"
,
"own_instructions"
:
"Own method templates"
,
"own_labels"
:
"Your labels"
,
"own_labels"
:
"Your labels"
,
"own_pictos"
:
"Your pictograms"
,
"own_pictos"
:
"Your pictograms"
,
"tos"
:
"Your pictograms"
,
"pages"
:
"Pages"
,
"pages"
:
"Pages"
,
"password"
:
"Password"
,
"password"
:
"Password"
,
"password_changed"
:
"Password changed sucessfully"
,
"password_changed"
:
"Password changed sucessfully"
,
...
...
sails/src/assets/app/i18n/es-es.json
View file @
fdf25e81
...
@@ -182,6 +182,7 @@
...
@@ -182,6 +182,7 @@
"man"
:
"Hombre"
,
"man"
:
"Hombre"
,
"March"
:
"Marzo"
,
"March"
:
"Marzo"
,
"mark"
:
"Marcar"
,
"mark"
:
"Marcar"
,
"max_expression"
:
"La expresión debe tener un máximo de 11-12 caracteres."
,
"max_licenses_reached"
:
"Número de licencias máximo alcanzado por la oficina"
,
"max_licenses_reached"
:
"Número de licencias máximo alcanzado por la oficina"
,
"May"
:
"Mayo"
,
"May"
:
"Mayo"
,
"method_name_duplicated"
:
"La plantilla '{{method_name}}' ya existe"
,
"method_name_duplicated"
:
"La plantilla '{{method_name}}' ya existe"
,
...
@@ -227,8 +228,8 @@
...
@@ -227,8 +228,8 @@
"offices"
:
"Gabinetes"
,
"offices"
:
"Gabinetes"
,
"options"
:
"Opciones"
,
"options"
:
"Opciones"
,
"own_instructions"
:
"Plantillas de métodos propias"
,
"own_instructions"
:
"Plantillas de métodos propias"
,
"own_labels"
:
"
P
ropias"
,
"own_labels"
:
"
Etiquetas p
ropias"
,
"own_pictos"
:
"Propios"
,
"own_pictos"
:
"P
ictogramas p
ropios"
,
"pages"
:
"Páginas"
,
"pages"
:
"Páginas"
,
"password"
:
"Contraseña"
,
"password"
:
"Contraseña"
,
"password_changed"
:
"La clave ha sido modificada exitosamente."
,
"password_changed"
:
"La clave ha sido modificada exitosamente."
,
...
...
sails/src/assets/scripts/modules/student/views/pictoconfig.html
View file @
fdf25e81
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
</div>
</div>
</div>
</div>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6"
>
<div
class=
"alert alert-info"
style=
"margin: 0 auto;"
>
<div
class=
"alert alert-info"
style=
"margin: 0 auto;"
translate
>
<strong>
¡Atención!
</strong>
La expresión debe tener un máximo de 8-10 caracteres.
max_expression
</div>
</div>
</div>
</div>
</div>
</div>
...
...
sails/src/assets/scripts/modules/supervisor/views/header.html
View file @
fdf25e81
...
@@ -44,6 +44,12 @@
...
@@ -44,6 +44,12 @@
</a>
</a>
</li>
</li>
<li>
<li>
<a
class=
"pointer"
role=
"menuitem"
tabindex=
"0"
href=
""
>
<i
class=
"glyphicon glyphicon-picture"
aria-hidden=
"true"
></i>
{{ 'own_pictos' | translate }}
</a>
</li>
<li>
<a
class=
"pointer"
role=
"menuitem"
tabindex=
"0"
href=
"/app/#/setup"
>
<a
class=
"pointer"
role=
"menuitem"
tabindex=
"0"
href=
"/app/#/setup"
>
<i
class=
"glyphicon glyphicon-cog"
aria-hidden=
"true"
></i>
<i
class=
"glyphicon glyphicon-cog"
aria-hidden=
"true"
></i>
{{ 'setup' | translate }}
{{ 'setup' | translate }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment