Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugarcia committed Jun 6, 2018
1 parent 882c424 commit 45493a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/i18n/ca/select.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"uplaceApp": {
"Select" : {
"null": "",
"YES": "YES",
"NO": "NO",
"UNDEFINED": "UNDEFINED"
"YES": "Si",
"NO": "No",
"UNDEFINED": "No definit"
}
}
}
6 changes: 3 additions & 3 deletions src/main/webapp/i18n/en/select.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"uplaceApp": {
"Select" : {
"null": "",
"YES": "YES",
"NO": "NO",
"UNDEFINED": "UNDEFINED"
"YES": "Yes",
"NO": "No",
"UNDEFINED": "Not defined"
}
}
}
6 changes: 3 additions & 3 deletions src/main/webapp/i18n/es/select.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"uplaceApp": {
"Select" : {
"null": "",
"YES": "YES",
"NO": "NO",
"UNDEFINED": "UNDEFINED"
"YES": "Si",
"NO": "No",
"UNDEFINED": "No definido"
}
}
}

0 comments on commit 45493a1

Please sign in to comment.