|
|
@@ -5,6 +5,7 @@
|
|
|
"Delete": "Delete",
|
|
|
"delete_all": "Delete all",
|
|
|
"Duplicate": "Duplicate",
|
|
|
+ "PathRecovery": "Path recovery",
|
|
|
"Copy": "Copy",
|
|
|
"preview":"Preview",
|
|
|
"desktop":"Desktop",
|
|
|
@@ -15,8 +16,6 @@
|
|
|
"Move/Rename": "Move/Rename",
|
|
|
"Redirected": "Redirected",
|
|
|
"Unlinked": "Unlinked",
|
|
|
- "Like!": "Like!",
|
|
|
- "Seen by": "Seen by",
|
|
|
"Done": "Done",
|
|
|
"Cancel": "Cancel",
|
|
|
"Create": "Create",
|
|
|
@@ -100,6 +99,7 @@
|
|
|
"Connected": "Connected",
|
|
|
"Show": "Show",
|
|
|
"Hide": "Hide",
|
|
|
+ "Loading": "Loading...",
|
|
|
"Disclose E-mail": "Disclose E-mail",
|
|
|
"page exists": "this page already exists",
|
|
|
"Error occurred": "Error occurred",
|
|
|
@@ -148,6 +148,8 @@
|
|
|
"Shareable link": "Shareable link",
|
|
|
"The whitelist of registration permission E-mail address": "The whitelist of registration permission E-mail address",
|
|
|
"Add tags for this page": "Add tags for this page",
|
|
|
+ "tag_list": "Tag list",
|
|
|
+ "popular_tags": "Popular tags",
|
|
|
"Check All tags": "check all tags",
|
|
|
"You have no tag, You can set tags on pages": "You have no tag, You can set tags on pages",
|
|
|
"Show latest": "Show latest",
|
|
|
@@ -184,9 +186,7 @@
|
|
|
"error_message": "Some values are incorrect",
|
|
|
"required": "%s is required",
|
|
|
"invalid_syntax": "The syntax of %s is invalid.",
|
|
|
- "title_required": "Title is required.",
|
|
|
- "slashed_are_not_yet_supported": "Titles containing slashes are not yet supported"
|
|
|
-
|
|
|
+ "title_required": "Title is required."
|
|
|
},
|
|
|
"not_found_page": {
|
|
|
"Create Page": "Create Page",
|
|
|
@@ -214,7 +214,7 @@
|
|
|
},
|
|
|
"form_help": {
|
|
|
"email": "You must have email address which listed below to sign up to this wiki.",
|
|
|
- "password": "Your password must be at least 8 characters long.",
|
|
|
+ "password": "Your password must be at least {{target}} characters long.",
|
|
|
"user_id": "The URL of pages you create will contain your User ID. Your User ID can consist of letters, numbers, and some symbols."
|
|
|
}
|
|
|
},
|
|
|
@@ -390,11 +390,12 @@
|
|
|
}
|
|
|
},
|
|
|
"page_comment": {
|
|
|
- "display_the_page_when_posting_this_comment": "Display the page when posting this comment"
|
|
|
+ "display_the_page_when_posting_this_comment": "Display the page when posting this comment",
|
|
|
+ "no_user_found": "No user found"
|
|
|
},
|
|
|
"page_api_error": {
|
|
|
"notfound_or_forbidden": "Original page is not found or forbidden.",
|
|
|
- "already_exists": "New page is already exists.",
|
|
|
+ "already_exists": "Page with the path already exists.",
|
|
|
"outdated": "Page is updated someone and now outdated.",
|
|
|
"user_not_admin": "Only admin user can delete"
|
|
|
},
|
|
|
@@ -438,11 +439,15 @@
|
|
|
"recursively": "Delete pages under this path recursively.",
|
|
|
"completely": "Delete completely instead of putting it into trash."
|
|
|
},
|
|
|
+ "deleted_page": "Moved to the trash",
|
|
|
"deleted_pages": "{{path}} has been deleted",
|
|
|
"deleted_pages_completely": "{{path}} has been deleted completely",
|
|
|
"renamed_pages": "{{path}} has been renamed",
|
|
|
+ "empty_trash": "The trash has been emptied",
|
|
|
"modal_empty":{
|
|
|
"empty_the_trash": "Empty The Trash",
|
|
|
+ "empty_the_trash_button": "Empty The Trash",
|
|
|
+ "not_deletable_notice": "Some pages cannot be removed due to lack of permission.",
|
|
|
"notice": "The pages deleted completely are unrecoverable."
|
|
|
},
|
|
|
"modal_duplicate": {
|
|
|
@@ -640,7 +645,8 @@
|
|
|
"private_legacy_pages": {
|
|
|
"bulk_operation": "Bulk operation",
|
|
|
"convert_all_selected_pages": "Convert all to new v5 compatible format",
|
|
|
- "alert_title": "You are viewing old v4 compatible private pages.",
|
|
|
+ "input_path_to_convert": "Input a path to convert pages",
|
|
|
+ "alert_title": "Old v4 compatible format private pages exist.",
|
|
|
"alert_desc1": "On this page, you can select pages with the checkbox and batch convert to the new v5 compatible format from the \"Bulk operation\" button at the top of the screen.",
|
|
|
"nopages_title": "Congratulations. Ready to use GROWI v5!",
|
|
|
"nopages_desc1": "Now all the pages you can manage seem to be in v5 compatible format.",
|
|
|
@@ -651,6 +657,23 @@
|
|
|
"convert_recursively_label": "Convert child pages recursively.",
|
|
|
"convert_recursively_desc": "Convert pages under this path recursively.",
|
|
|
"button_label": "Convert"
|
|
|
+ },
|
|
|
+ "toaster": {
|
|
|
+ "page_migration_succeeded": "Conversion of selected page to v5 has been successfully completed.",
|
|
|
+ "page_migration_failed_with_paths": "Conversion of {{paths}} to v5 has been failed.",
|
|
|
+ "page_migration_failed": "Conversion of page to v5 has been failed."
|
|
|
+ },
|
|
|
+ "by_path_modal": {
|
|
|
+ "title": "Convert to new v5 compatible format",
|
|
|
+ "alert": "This operation cannot be undone, and pages that the user cannot view are also subject to processing.",
|
|
|
+ "checkbox_label": "Understood",
|
|
|
+ "description": "Enter a path and all pages under that path will be converted to v5 compatible format.",
|
|
|
+ "button_label": "Convert",
|
|
|
+ "success": "Successfully requested conversion.",
|
|
|
+ "error": "Failed to request conversion.",
|
|
|
+ "error_grant_invalid": "Page permissions are incorrect. Please correct it and try again.",
|
|
|
+ "error_page_not_found": "Page not found.",
|
|
|
+ "error_duplicate_pages_found": "Multiple pages with the same path name were found. Please rename or delete and try again."
|
|
|
}
|
|
|
},
|
|
|
"security_setting": {
|
|
|
@@ -962,6 +985,7 @@
|
|
|
"application_already_installed": "Application already installed.",
|
|
|
"email_address_could_not_be_used": "This email address could not be used. (Make sure the allowed email address)",
|
|
|
"user_id_is_not_available":"This User ID is not available.",
|
|
|
+ "username_should_not_be_null":"Username should not be null. Please check Authentication Mechanism Settings on admin page",
|
|
|
"email_address_is_already_registered":"This email address is already registered.",
|
|
|
"can_not_register_maximum_number_of_users":"Can not register more than the maximum number of users.",
|
|
|
"failed_to_register":"Failed to register.",
|
|
|
@@ -1003,6 +1027,36 @@
|
|
|
"incorrect_token_or_expired_url": "The token is incorrect or the URL has expired. Please resend a password reset request via the link below.",
|
|
|
"password_and_confirm_password_does_not_match": "Password and confirm password does not match"
|
|
|
},
|
|
|
+ "emoji" :{
|
|
|
+ "title": "Pick an Emoji",
|
|
|
+ "search": "Search",
|
|
|
+ "clear": "Clear",
|
|
|
+ "notfound": "No Emoji Found",
|
|
|
+ "skintext": "Choose your default skin tone",
|
|
|
+ "categories": {
|
|
|
+ "search": "Search Results",
|
|
|
+ "recent": "Frequently Used",
|
|
|
+ "smileys": "Smileys & Emotion",
|
|
|
+ "people": "People & Body",
|
|
|
+ "nature": "Animals & Nature",
|
|
|
+ "foods": "Food & Drink",
|
|
|
+ "activity": "Activity",
|
|
|
+ "places": "Travel & Places",
|
|
|
+ "objects": "Objects",
|
|
|
+ "symbols": "Symbols",
|
|
|
+ "flags": "Flags",
|
|
|
+ "custom": "Custom"
|
|
|
+ },
|
|
|
+ "categorieslabel": "Emoji categories",
|
|
|
+ "skintones": {
|
|
|
+ "1": "Default Skin Tone",
|
|
|
+ "2": "Light Skin Tone",
|
|
|
+ "3": "Medium-Light Skin Tone",
|
|
|
+ "4": "Medium Skin Tone",
|
|
|
+ "5": "Medium-Dark Skin Tone",
|
|
|
+ "6": "Dark Skin Tone"
|
|
|
+ }
|
|
|
+ },
|
|
|
"maintenance_mode":{
|
|
|
"maintenance_mode": "Maintenance Mode",
|
|
|
"growi_is_under_maintenance": "GROWI is under maintenance. Please wait until it ends.",
|
|
|
@@ -1025,5 +1079,48 @@
|
|
|
"select_group": "Select group",
|
|
|
"belonging_to_no_group": "Could not find the groups you belong to.",
|
|
|
"manage_user_groups": "Manage user groups"
|
|
|
+ },
|
|
|
+ "fix_page_grant": {
|
|
|
+ "modal": {
|
|
|
+ "no_grant_available": "The list of selectable permissions could not be found. Please modify the permissions on the parent page first and try again.",
|
|
|
+ "need_to_fix_grant": "The permissions associated with this page must be modified in order to use the functionality correctly. <br> Please select from the options below to make the change.",
|
|
|
+ "grant_label": {
|
|
|
+ "isForbidden": "Authority not allowed to view",
|
|
|
+ "currentPageGrantLabel": "Authorization for this page: ",
|
|
|
+ "parentPageGrantLabel": "Authority of parent page: ",
|
|
|
+ "docLink": "For more information on modifying permissions, please refer to <a href='https://docs.growi.org/ja/admin-guide/admin-cookbook/integrate-with-hackmd.html'>こちらのリンク</a>"
|
|
|
+ },
|
|
|
+ "radio_btn": {
|
|
|
+ "restrected": "Only those who know the link",
|
|
|
+ "only_me": "only to oneself",
|
|
|
+ "grant_group": "Only specific groups"
|
|
|
+ },
|
|
|
+ "select_group_default_text": "Select Group",
|
|
|
+ "alert_message_select_group": "No group selected",
|
|
|
+ "btn_label": "Conversion",
|
|
|
+ "title": "Modify authority"
|
|
|
+ },
|
|
|
+ "alert": {
|
|
|
+ "description": "You need to modify the permission settings for this page.",
|
|
|
+ "btn_label": "Revision"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "tooltip": {
|
|
|
+ "like": "Like!",
|
|
|
+ "cancel_like": "Cancel Like",
|
|
|
+ "bookmark": "Bookmark",
|
|
|
+ "cancel_bookmark": "Cancel Bookmark",
|
|
|
+ "receive_notifications": "Receive Notifications",
|
|
|
+ "stop_notification": "Stop Notification",
|
|
|
+ "footprints": "Footprints",
|
|
|
+ "operation": {
|
|
|
+ "attention": {
|
|
|
+ "rename": "Renaming paths of descendant pages was not successful, please open the menu from the 3-point reader and select 'Path recovery'"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "page_operation":{
|
|
|
+ "paths_recovered": "Paths recovered successfully",
|
|
|
+ "path_recovery_failed":"Path recovery failed"
|
|
|
}
|
|
|
}
|