-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from GiorgiB97/master
i18n added.
- Loading branch information
Showing
8 changed files
with
207 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"APP": { | ||
"GLOBAL":{ | ||
"DAY": "day", | ||
"DAYS": "days", | ||
"HR": "hr", | ||
"MIN": "min", | ||
"SEC": "sec", | ||
"AGO": "ago", | ||
"YESTERDAY": "Yesterday", | ||
"MONDAY": "Monday", | ||
"TUESDAY": "Tuesday", | ||
"WEDNESDAY": "Wednesday", | ||
"THURSDAY": "Thursday", | ||
"FRIDAY": "Friday", | ||
"SATURDAY": "Saturday", | ||
"SUNDAY": "Sunday", | ||
|
||
"JANUARY": "January", | ||
"FEBRUARY": "February", | ||
"MARCH": "March", | ||
"APRIL": "April", | ||
"MAY": "May", | ||
"JUNE": "June", | ||
"JULE": "Jule", | ||
"AUGUST": "August", | ||
"SEPTEMBER": "September", | ||
"OCTOBER": "October", | ||
"NOVEMBER": "November", | ||
"DECEMBER": "December" | ||
}, | ||
|
||
"TOOLBAR": { | ||
"SEARCH": "Search...", | ||
|
||
"PROFILE": "Profile", | ||
"TIMELINE": "Timeline", | ||
"MESSAGES": "Messages", | ||
"LOCK_SCREEN": "Lock screen", | ||
"LOG_OUT": "Log out", | ||
"CREATE_NEW": "Create new", | ||
"VIEW_ALL": "View All", | ||
|
||
"NOTIFICATIONS": "Notifications", | ||
"NOTIFICATIONS_INNER": { | ||
"FRIEND_REQUEST": "Friend request", | ||
"ACCEPT": "Accept", | ||
"DECLINE": "Decline", | ||
"VIEW_INVITATION": "View invitation", | ||
"ADD_TO_CALENDAR": "Add to calendar", | ||
"POSTED_A_COMMENT_ABOUT": "posted a comment about", | ||
"INVITED_YOU_TO_JOIN_THE_CONFERENCE": "invited you to join the conference", | ||
"LIKES_YOUR_PHOTO": "likes your photo", | ||
"HAS_ACCEPTED_YOUR_INVITATION": "has accepted your invitation", | ||
"HAS_JUST_SIGNED_UP": "has just signed up", | ||
"NEW_USER": "new user", | ||
"NEW_USERS": "new users" | ||
}, | ||
|
||
"ACTIVE_TASKS": "Active tasks", | ||
"CRITICAL": "Critical", | ||
"IMPORTANT": "Important", | ||
"NORMAL": "Normal", | ||
"WORKING_ON": "Working on", | ||
"DETAILS": "Details", | ||
"DONE": "Done" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"APP": { | ||
"GLOBAL":{ | ||
"DAY": "დღის", | ||
"DAYS": "დღის", | ||
"HR": "სთ", | ||
"MIN": "წთ", | ||
"SEC": "წმ", | ||
"AGO": "წინ", | ||
"YESTERDAY": "გუშინ", | ||
"MONDAY": "ორშაბათი", | ||
"TUESDAY": "სამშაბათი", | ||
"WEDNESDAY": "ოთხშაბათი", | ||
"THURSDAY": "ხუთშაბათი", | ||
"FRIDAY": "პარასკევი", | ||
"SATURDAY": "შაბათი", | ||
"SUNDAY": "კვირა", | ||
|
||
"JANUARY": "იანვარი", | ||
"FEBRUARY": "თებერვალი", | ||
"MARCH": "მარტი", | ||
"APRIL": "აპრილი", | ||
"MAY": "მაისი", | ||
"JUNE": "ივნისი", | ||
"JULE": "ივლისი", | ||
"AUGUST": "აგვისტო", | ||
"SEPTEMBER": "სექტემბერი", | ||
"OCTOBER": "ოქტომბერი", | ||
"NOVEMBER": "ნოემბერი", | ||
"DECEMBER": "დეკემბერი" | ||
}, | ||
|
||
"TOOLBAR": { | ||
"SEARCH": "ძიება...", | ||
|
||
"PROFILE": "პროფილი", | ||
"TIMELINE": "კედელი", | ||
"MESSAGES": "მესიჯები", | ||
"LOCK_SCREEN": "ეკრანის დაბლოკვა", | ||
"LOG_OUT": "გამოსვლა", | ||
"CREATE_NEW": "ახლის შექმნა", | ||
"VIEW_ALL": "ყველას ნახვა", | ||
|
||
"NOTIFICATIONS": "შეტყობინებები", | ||
"NOTIFICATIONS_INNER": { | ||
"FRIEND_REQUEST": "მეგობრობის შეთავაზება", | ||
"ACCEPT": "თანხმობა", | ||
"DECLINE": "უარი", | ||
"VIEW_INVITATION": "მოწვევის ნახვა", | ||
"ADD_TO_CALENDAR": "კალენდარში დამატება", | ||
"POSTED_A_COMMENT_ABOUT": "დააკომენტარა", | ||
"INVITED_YOU_TO_JOIN_THE_CONFERENCE": "მოგიწვიათ კონფერენციაზე", | ||
"LIKES_YOUR_PHOTO": "მოიწონა თქვენი ფოტო", | ||
"HAS_ACCEPTED_YOUR_INVITATION": "დათანხმდა თქვენს მოწვევას", | ||
"HAS_JUST_SIGNED_UP": "ახლახანს დარეგისტრირდა", | ||
"NEW_USER": "ახალი მომხმარებელი", | ||
"NEW_USERS": "ახალი მომხმარებელი" | ||
}, | ||
|
||
"ACTIVE_TASKS": "მიმდინარე დავალებები", | ||
"CRITICAL": "სასწრაფო", | ||
"IMPORTANT": "აუცილებელი", | ||
"NORMAL": "ნორმალური", | ||
"WORKING_ON": "პროცესში", | ||
"DETAILS": "დეტალურად", | ||
"DONE": "დასრულებული" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
'ui.router', | ||
'ui.bootstrap', | ||
'toastr', | ||
'pascalprecht.translate', | ||
|
||
'app.core', | ||
|
||
|
Oops, something went wrong.