Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 00da62d3
authored
Oct 13, 2018
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logalization
1 parent
5e34ac8b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
1 deletions
code/moya-angular/src/assets/i18n/en.json
code/moya-angular/src/assets/i18n/fi.json
code/moya-angular/src/assets/i18n/sv.json
code/moya-angular/src/assets/i18n/en.json
View file @
00da62d
...
@@ -2,6 +2,22 @@
...
@@ -2,6 +2,22 @@
"test"
:
{
"test"
:
{
"user"
:
"User"
"user"
:
"User"
},
},
"user"
:
{
"username"
:
"Username"
,
"password"
:
"Password"
},
"login"
:
{
"login"
:
"Login"
,
"error"
:
"Error on login"
,
"ok"
:
"Login success"
,
"title"
:
"Login"
,
"submitting"
:
"Loggin in"
,
"logout"
:
"Logout"
},
"general"
:
{
"general"
:
{
"yes"
:
"Yes"
,
"yes"
:
"Yes"
,
"no"
:
"No"
,
"no"
:
"No"
,
...
...
code/moya-angular/src/assets/i18n/fi.json
View file @
00da62d
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
"error"
:
"Virhe sisäänkirjautumisessa"
,
"error"
:
"Virhe sisäänkirjautumisessa"
,
"ok"
:
"Kirjautuminen onnistui"
,
"ok"
:
"Kirjautuminen onnistui"
,
"title"
:
"Kirjaudu"
,
"title"
:
"Kirjaudu"
,
"submitting"
:
"Kirjaudutaan"
"submitting"
:
"Kirjaudutaan"
,
"logout"
:
"Uloskirjaudu"
},
},
"general"
:
{
"general"
:
{
...
...
code/moya-angular/src/assets/i18n/sv.json
View file @
00da62d
...
@@ -2,6 +2,24 @@
...
@@ -2,6 +2,24 @@
"test"
:
{
"test"
:
{
"user"
:
"Användare"
"user"
:
"Användare"
},
},
"user"
:
{
"username"
:
"Användarnamn"
,
"password"
:
"Lösenord"
},
"login"
:
{
"login"
:
"Logga in"
,
"error"
:
"Fel vid inloggning"
,
"ok"
:
"Logga in framgång"
,
"title"
:
"Titel"
,
"submitting"
:
"Skicka in"
,
"logout"
:
"Logga ut"
},
"general"
:
{
"general"
:
{
"yes"
:
"Ja"
,
"yes"
:
"Ja"
,
"no"
:
"Nej"
,
"no"
:
"Nej"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment