Skip to content

Commit

Permalink
Update intl string assets to include statistics page strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kprist committed Oct 12, 2018
1 parent 4255de9 commit d0e0690
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 40 deletions.
37 changes: 32 additions & 5 deletions intl/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"AddDeck.form.label_terms2": "terms and conditions",
"AddDeck.form.label_terms3": "and that content I upload, create and edit can be published under a Creative Commons ShareAlike license.",
"AddDeck.form.label_termsimages": "I agree that images within my imported slides are in the public domain or made available under a Creative Commons Attribution (CC-BY or CC-BY-SA) license.",
"header.cookieBanner": "This website uses cookies to ensure you get the best experience on our website.",
"header.cookieBanner": "This website uses cookies.",
"CountryDropdown.placeholder": "Select your country",
"CountryDropdown.Afghanistan": "Afghanistan",
"CountryDropdown.Albania": "Albania",
Expand Down Expand Up @@ -469,7 +469,6 @@
"editpanel.table": "Table",
"editpanel.Maths": "Maths",
"editpanel.Code": "Code",
"editpanel.removeBackground": "Remove background",
"editpanel.HTMLeditor": "HTML editor",
"editpanel.embedCode": "Code to embed content:",
"editpanel.embedCodeMissingError": "missing embed code",
Expand Down Expand Up @@ -500,6 +499,8 @@
"editpanel.templateVMU": "VMU template - Title page",
"editpanel.slideTitleButton": "Change slide name",
"editpanel.slideSize": "Slide size (dimension and resolution)",
"editpanel.changeBackgroundColor": "Change Background Colour",
"editpanel.removeBackground": "Remove background",
"editpanel.titleMissingError": "Error: Slide name can not be empty",
"editpanel.slideTitle": "Change slide name:",
"editpanel.slideSizeStandard": "Standard (4:3) low",
Expand All @@ -522,18 +523,31 @@
"editpanel.Help": "Help",
"CollectionDecksReorder.moveup": "Move Up",
"CollectionDecksReorder.movedown": "Move Down",
"CollectionDecksReorder.remove": "Remove",
"CollectionDecksReorder.noDescription": "No description provided",
"CollectionPanel.error.reorder": "An error occurred while updating deck order in the playlist...",
"CollectionPanel.title": "Playlist",
"CollectionPanel.creator": "Creator",
"CollectionPanel.date": "Date",
"CollectionPanel.decks.title": "Decks in Playlist",
"CollectionPanel.decks.reorder": "Reorder Decks",
"CollectionPanel.decks.edit": "Edit",
"CollectionPanel.decks.edit.header": "Edit Playlist",
"CollectionPanel.save.reorder": "Save",
"CollectionPanel.cancel.reorder": "Close",
"CollectionPanel.cancel.reorder": "Cancel",
"CollectionPanel.sort.default": "Default Order",
"CollectionPanel.sort.lastUpdated": "Last updated",
"CollectionPanel.sort.date": "Creation date",
"CollectionPanel.sort.title": "Title",
"UserCollections.collections.subscribe": "Subscribe to this playlist",
"UserCollections.collections.unsubscribe": "You are subscribed to this playlist, click to unsubscribe",
"AddDecksToCollectionModal.title": "Add decks to playlist",
"AddDecksToCollectionModal.fromMyDecks": "From My Decks",
"AddDecksToCollectionModal.fromSlidewiki": "From Slidewiki",
"AddDecksToCollectionModal.button.add": "Add",
"AddDecksToCollectionModal.button.close": "Close",
"DecksList.loading": "Loading",
"DecksList.error": "An unexpected error occurred while fetching more decks",
"DecksList.noResults": "No results found",
"NewCollectionModal.title": "Create a new Playlist",
"NewCollectionModal.field.title": "Title",
"NewCollectionModal.field.title.placeholder": "Playlist Title",
Expand Down Expand Up @@ -1065,6 +1079,7 @@
"CategoryBox.profile": "Profile",
"CategoryBox.account": "Account",
"CategoryBox.authorizedAccounts": "Authorized Accounts",
"CategoryBox.userStats": "User Stats",
"CategoryBox.groups": "Groups",
"CategoryBox.myGroups": "My Groups",
"ChangePassword.passwordMismatch": "Your passwords do not match",
Expand Down Expand Up @@ -1141,6 +1156,7 @@
"UserMenu.collections": "Playlists",
"UserMenu.ownedCollections": "Owned Playlists",
"UserMenu.recommendedDecks": "Recommended Decks",
"UserMenu.stats": "User Stats",
"UserGroupEdit.error": "Error",
"UserGroupEdit.unknownError": "Unknown error while saving.",
"UserGroupEdit.close": "Close",
Expand Down Expand Up @@ -1182,6 +1198,17 @@
"UserProfile.changePassword": "Change password",
"UserProfile.deactivateAccount": "Deactivate Account",
"UserProfile.notImplemented": "This feature is curently not implemented. Please wait for future releases of SlideWiki",
"Stats.activityTimelineTitle": "Activity Timeline",
"Stats.tagCloudTitle": "Popular Tags",
"Stats.period.last7Days": "Last 7 days",
"Stats.period.last30Days": "Last 30 days",
"Stats.period.last2Months": "Last 2 months",
"Stats.period.last6Months": "Last 6 months",
"Stats.period.last1Year": "Last 1 year",
"Stats.period.last2Years": "Last 2 years",
"Stats.activityType.edits": "Edits",
"Stats.activityType.likes": "Likes",
"Stats.activityType.views": "Views",
"UserRegistration.firstName_prompt": "Please enter your first name",
"UserRegistration.lastName_prompt": "Please enter your last name",
"UserRegistration.userName_prompt": "Please select your username",
Expand Down Expand Up @@ -1253,4 +1280,4 @@
"UserRegistrationSocial.signup": "Sign Up",
"UserRegistrationSocial.account": "I can not access my account",
"UserRegistrationSocial.cancel": "Cancel"
}
}
Loading

0 comments on commit d0e0690

Please sign in to comment.