-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add locale strings (and some missing strings) for group view #6816
Open
MangaOtaku
wants to merge
5
commits into
requarks:vega
Choose a base branch
from
MangaOtaku:add-locale-strings
base: vega
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -329,9 +329,17 @@ | |
"admin.groups.importSuccess": "Rules imported successfully!", | ||
"admin.groups.info": "Group Info", | ||
"admin.groups.name": "Group Name", | ||
"admin.groups.nameInvalidChars": "The group name contains invalid characters.", | ||
"admin.groups.nameHint": "Name of the group", | ||
"admin.groups.overview": "Overview", | ||
"admin.groups.permissions": "Permissions", | ||
"admin.groups.permissions.adminHint": "Can access the administration area.", | ||
"admin.groups.permissions.userHint": "Can create / manage users (but not users with administrative permissions)", | ||
"admin.groups.permissions.groupHint": "Can create / manage groups and assign permissions (but not manage:system) / page rules", | ||
"admin.groups.permissions.navigationHint": "Can manage site navigation", | ||
"admin.groups.permissions.themeHint": "Can modify site theme settings", | ||
"admin.groups.permissions.sitesHint": "Can create / manage sites", | ||
"admin.groups.permissions.systemHint": "Can manage and access everything. Root administrator.", | ||
"admin.groups.redirectOnFirstLogin": "First-time Login Redirect", | ||
"admin.groups.redirectOnFirstLoginHint": "Optionally redirect the user to a specific page when he/she login for the first time. Leave empty to use the site-defined value.", | ||
"admin.groups.redirectOnLogin": "Redirect on Login", | ||
|
@@ -343,15 +351,47 @@ | |
"admin.groups.ruleDeny": "Deny", | ||
"admin.groups.ruleForceAllow": "Force Allow", | ||
"admin.groups.ruleLocales": "Locale(s)", | ||
"admin.groups.ruleMatch": "Match", | ||
"admin.groups.ruleMatchEnd": "Path Ends With...", | ||
"admin.groups.ruleMatchExact": "Path Is Exactly...", | ||
"admin.groups.ruleMatchRegex": "Path Matches Regex...", | ||
"admin.groups.ruleMatchStart": "Path Starts With...", | ||
"admin.groups.ruleMatchTag": "Has Any Tag...", | ||
"admin.groups.ruleMatchTagAll": "Has All Tags...", | ||
"admin.groups.rulePath": "Path", | ||
"admin.groups.ruleSites": "Site(s)", | ||
"admin.groups.ruleUntitled": "Untitled Rule", | ||
"admin.groups.rules": "Rules", | ||
"admin.groups.rules.read.pages.hint": "Can view and search pages.", | ||
"admin.groups.rules.read.pages.title": "Read Pages", | ||
"admin.groups.rules.write.pages.hint": "Can create and edit pages.", | ||
"admin.groups.rules.write.pages.title": "Write Pages", | ||
"admin.groups.rules.review.pages.hint": "Can review and approve edits submitted by users.", | ||
"admin.groups.rules.review.pages.title": "Review Pages", | ||
"admin.groups.rules.manage.pages.hint": "Can move existing pages to other locations the user has write access to.", | ||
"admin.groups.rules.manage.pages.title": "Manage Pages", | ||
"admin.groups.rules.delete.pages.hint": "Can delete existing pages.", | ||
"admin.groups.rules.delete.pages.title": "Delete Pages", | ||
"admin.groups.rules.write.styles.hint": "Can insert CSS styles in pages.", | ||
"admin.groups.rules.write.styles.title": "Use CSS", | ||
"admin.groups.rules.write.scripts.hint": "Can insert JavaScript in pages.", | ||
"admin.groups.rules.write.scripts.title": "Use JavaScript", | ||
"admin.groups.rules.read.source.hint": "Can view pages source.", | ||
"admin.groups.rules.read.source.title": "View Page Source", | ||
"admin.groups.rules.read.history.hint": "Can view previous versions of pages.", | ||
"admin.groups.rules.read.history.title": "View Page History", | ||
"admin.groups.rules.read.assets.hint": "Can view / use assets (such as images and files) in pages.", | ||
"admin.groups.rules.read.assets.title": "View Assets", | ||
"admin.groups.rules.write.assets.hint": "Can upload new assets (such as images and files).", | ||
"admin.groups.rules.write.assets.title": "Upload Assets", | ||
"admin.groups.rules.manage.assets.hint": "Can edit and delete existing assets (such as images and files).", | ||
"admin.groups.rules.manage.assets.title": "Manage Assets", | ||
"admin.groups.rules.read.comments.hint": "Can view page comments.", | ||
"admin.groups.rules.read.comments.title": "Read Comments", | ||
"admin.groups.rules.write.comments.hint": "Can post new comments on pages.", | ||
"admin.groups.rules.write.comments.title": "Write Comments", | ||
"admin.groups.rules.manage.comments.hint": "Can edit and delete existing page comments.", | ||
"admin.groups.rules.manage.comments.title": "Manage Comments", | ||
Comment on lines
+365
to
+394
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above. use camelCase instead of dots, e.g. |
||
"admin.groups.rulesNone": "This group doesn't have any rules yet.", | ||
"admin.groups.selectedLocales": "Any Locale | {n} locale only | {count} locales selected", | ||
"admin.groups.selectedSites": "Any Site | 1 site selected | {count} sites selected", | ||
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't add sub-keys to a key that already has a value.
Subsequent keys should instead use the format
admin.groups.permissionsAdminHint