Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #175

Merged
merged 7 commits into from
Feb 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
New translations en.json (Serbian (Latin))
akdasa committed Feb 26, 2023
commit c2bdaf9a7de955523aad2d6a533c968d1dd2b8fa
150 changes: 150 additions & 0 deletions src/locale/sr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
{
"cards": {
"grade": {
"forgot": "Forgot",
"hard": "Hard",
"good": "Good",
"easy": "Easy"
},
"questions": {
"number": "Verse number",
"text": "Text",
"translation": "Translation"
},
"memorized": "Card memorized",
"inbox": {
"finished": "Finished",
"inProgress": "In Progress"
},
"schedule": {
"inDays": "today | + {count} day | + {count} days",
"inMonths": "+ {count} month | + {count} months",
"inYears": "+ {count} year | + {count} years"
}
},
"common": {
"add": "Add",
"cancel": "Cancel",
"close": "Close",
"revert": "Revert",
"wait": "Please wait...",
"ok": "OK"
},
"decks": {
"inbox": {
"empty": "Your inbox is empty.",
"goToLibrary": "Go to the Library and add a verse.",
"title": "Inbox",
"verseAdded": "Verse {verseNumber} added to inbox"
},
"review": {
"empty": "Your have nothing to review today.",
"title": "Review",
"dueToTomorrow": "You have {count} card scheduled for tomorrow.|You have {count} cards scheduled for tomorrow."
}
},
"library": {
"title": "Library",
"search": "Search"
},
"settings": {
"title": "Settings",
"language": "Language",
"account": "Account",
"gradeButtons": "Show grade buttons",
"colorfulCards": "Colorful cards",
"contactUs": "Contact us"
},
"account": {
"welcomeBack": "Welcome back!",
"logIn": "Log In",
"signUp": "Sign Up",
"logOut": "Log Out",
"syncData": "Force Syncing",
"deleteAllData": "Delete all data",
"token": {
"refresh": "Refresh Token",
"validTill": "Token is valid till"
},
"email": "EMail",
"password": "Password",
"confirmEmail": "To complete your registration, please confirm that you have received the email that was sent to you. Thank you",
"name": "Name",
"syncTime": "Sync time",
"logInFailed": {
"title": "Login failed"
},
"loginFailed": {
"message": "Unable to log in using these credentials"
}
},
"tutorial": {
"inbox": {
"cards": {
"front": {
"text": "Each verse is divided into several cards. This makes them easier to memorize. Cards can be flipped and swiped.",
"action": "Tap"
},
"back": {
"text": "Swipe left or right to move to the next card.",
"action": "Swipe left"
}
},
"overall": {
"front": {
"text": "The 'Inbox' deck contains cards of the verses you are memorizing. It may take several days to master the card.",
"action": "Tap"
},
"back": {
"text": "When you have memorized a card, swipe it up.",
"action": "Swipe up"
}
},
"verse": {
"front": {
"text": "There are two cards in the Inbox for each verse: the text or the translation on the front and a word-for-word translation on the reverse side.",
"action": "Tap"
},
"back": {
"text": "You can add multiple verses and learn them simultaneously.",
"action": "Swipe up"
}
},
"final": {
"front": {
"text": "Memorized cards are transferred to the 'Review' deck for long-term memorization.",
"action": "Tap"
},
"back": {
"text": "A system of spaced repetitions is used for long-term memorization.",
"action": "Swipe up"
}
}
},
"review": {
"questionAnswer": {
"front": {
"text": "Each verse in this deck is divided into several cards, with a question on the front side and an answer on the other.",
"action": "Tap"
},
"back": {
"text": "The answer is on this side of the card. Now you can evaluate how well your answer was.",
"action": "Rate card"
}
},
"intervals": {
"front": {
"text": "If you answered “Good” or “Easy,” then the intervals between repetitions increase; otherwise, they decrease.",
"action": "Tap"
},
"back": {
"text": "This reduces the number of daily repetitions and the learning process becomes more efficient.",
"action": "Swipe"
}
}
}
},
"app": {
"name": "Shlokas"
}
}