Arent-Jan Banck pushed to branch master at cms-community / 
hippo-cms-translations


Commits:
3110a392 by Arent-Jan Banck at 2018-02-15T23:28:11+01:00
CHANNELMGR-1734 Add Projects feedback message translation keys

- - - - -


2 changed files:

- channel-manager/resources/angular/hippo-cm/i18n/en.json
- channel-manager/resources/angular/hippo-cm/i18n/registry.json


Changes:

=====================================
channel-manager/resources/angular/hippo-cm/i18n/en.json
=====================================
--- a/channel-manager/resources/angular/hippo-cm/i18n/en.json
+++ b/channel-manager/resources/angular/hippo-cm/i18n/en.json
@@ -52,6 +52,7 @@
   "PICKER_TYPE_SITEMAP_ITEMS": "Pages (Sitemap Items)",
   "FEEDBACK_DEFAULT_TITLE": "Error",
   "TOOLBAR_MENU_CHANNEL_PUBLISH": "Publish",
+  "FEEDBACK_PART_OF_PROJECT_MESSAGE": "Document is linked to project 
'{{projectName}}' ({{projectState}})",
   "TOOLBAR_BUTTON_BACK": "Back",
   "ERROR_COMPONENT_DELETED": "Component '{{component}}' no longer exists",
   "TOOLBAR_MENU_CHANNEL_MANAGE_CHANGES": "Manage changes",
@@ -59,6 +60,7 @@
   "SUBPAGE_MENU_EDITOR_NO_LINK": "No link",
   "DISCARD_DOCUMENT": "Discard '{{documentName}}'?",
   "CANCEL": "Cancel",
+  "DOCUMENT_ADDED_TO_PROJECT": "Document added to project '{{name}}'",
   "FEEDBACK_NOT_FOUND_MESSAGE": "The requested content has not been found. It 
may have been deleted since the page was rendered.",
   "ERROR_PAGE_ADD_FAILED": "Failed to create a new page",
   "TOOLBAR_BUTTON_LEFT_SIDE_PANEL_CLOSE": "Close left side panel",
@@ -71,12 +73,15 @@
   "ERROR_MENU_SAVE_FAILED": "Failed to save menu",
   "EDIT_DOCUMENT": "Edit '{{displayName}}'",
   "SAVE_CHANGES_GENERIC": "'{{documentName}}' has unsaved changes. Do you want 
to save or discard these changes?",
+  "FEEDBACK_PROJECT_INVALID_STATE": "Document has project {{projectName}} in 
invalid state {{projectState}}",
   "TOOLBAR_BUTTON_CHANGES": "Changes",
   "CREATE_NEW_DOCUMENT_TYPE": "Create new {{documentType}}",
   "ERROR_DELETE_PAGE": "Failed to delete page",
   "CONFIRM_DISCARD_NEW_DOCUMENT": "This will delete the '{{documentName}}' 
document",
   "FEEDBACK_NOT_FOUND_TITLE": "Content not found",
   "ADVANCED_SETTINGS": "Advanced settings",
+  "FEEDBACK_HELD_BY_CORE_PROJECT_MESSAGE": "Document has been edited on core",
+  "FEEDBACK_PROJECT_NOT_FOUND": "Document has project id {{projectId}} which 
does not exist (any more)",
   "TOOLBAR_VIEW_AS_LABEL": "As viewed by:",
   "VIEWPORT_PHONE": "Phone",
   "FEEDBACK_NOT_EDITABLE_TITLE": "Document not editable",
@@ -198,6 +203,7 @@
   "ERROR_CHANGE_DISCARD_FAILED": "Failed to discard changes",
   "TOOLBAR_MENU_CHANNEL_SUBMIT": "Submit",
   "ERROR_PAGE_MOVE_FAILED": "Failed to move page",
+  "DOCUMENT_NOT_PART_OF_PROJECT": "Document is not part of project '{{name}}'. 
Add it to the project to be able to edit it here.",
   "NOT_ALL_MANDATORY_FIELDS_SHOWN": "Not all mandatory fields of this document 
are shown.",
   "ERROR_MENU_LOAD_FAILED": "Failed to load menu",
   "ERROR_SITEMAP_ITEM_RETRIEVAL_FAILED": "Failed to retrieve meta data for the 
current page",
@@ -223,6 +229,7 @@
   "NOTIFICATION_DOCUMENT_SAVED": "Document saved",
   "ERROR_UNKNOWN_VALIDATOR": "Failed to save document, it contains an 
unsupported validator",
   "ERROR_WORKFLOW_ERROR": "Failed to update, another user has changed the 
status of this document",
+  "ADD_TO_PROJECT": "Add to project",
   "SHOW_CONTENT": "Show content",
   "SUBPAGE_PAGE_NEW_TITLE": "New page"
 }
\ No newline at end of file


=====================================
channel-manager/resources/angular/hippo-cm/i18n/registry.json
=====================================
--- a/channel-manager/resources/angular/hippo-cm/i18n/registry.json
+++ b/channel-manager/resources/angular/hippo-cm/i18n/registry.json
@@ -1132,6 +1132,76 @@
         "zh" : "UNRESOLVED",
         "es" : "UNRESOLVED"
       }
+    },
+    "FEEDBACK_PART_OF_PROJECT_MESSAGE" : {
+      "status" : "ADDED",
+      "locales" : {
+        "de" : "UNRESOLVED",
+        "fr" : "UNRESOLVED",
+        "nl" : "UNRESOLVED",
+        "zh" : "UNRESOLVED",
+        "es" : "UNRESOLVED"
+      }
+    },
+    "DOCUMENT_ADDED_TO_PROJECT" : {
+      "status" : "ADDED",
+      "locales" : {
+        "de" : "UNRESOLVED",
+        "fr" : "UNRESOLVED",
+        "nl" : "UNRESOLVED",
+        "zh" : "UNRESOLVED",
+        "es" : "UNRESOLVED"
+      }
+    },
+    "FEEDBACK_PROJECT_INVALID_STATE" : {
+      "status" : "ADDED",
+      "locales" : {
+        "de" : "UNRESOLVED",
+        "fr" : "UNRESOLVED",
+        "nl" : "UNRESOLVED",
+        "zh" : "UNRESOLVED",
+        "es" : "UNRESOLVED"
+      }
+    },
+    "FEEDBACK_HELD_BY_CORE_PROJECT_MESSAGE" : {
+      "status" : "ADDED",
+      "locales" : {
+        "de" : "UNRESOLVED",
+        "fr" : "UNRESOLVED",
+        "nl" : "UNRESOLVED",
+        "zh" : "UNRESOLVED",
+        "es" : "UNRESOLVED"
+      }
+    },
+    "FEEDBACK_PROJECT_NOT_FOUND" : {
+      "status" : "ADDED",
+      "locales" : {
+        "de" : "UNRESOLVED",
+        "fr" : "UNRESOLVED",
+        "nl" : "UNRESOLVED",
+        "zh" : "UNRESOLVED",
+        "es" : "UNRESOLVED"
+      }
+    },
+    "DOCUMENT_NOT_PART_OF_PROJECT" : {
+      "status" : "ADDED",
+      "locales" : {
+        "de" : "UNRESOLVED",
+        "fr" : "UNRESOLVED",
+        "nl" : "UNRESOLVED",
+        "zh" : "UNRESOLVED",
+        "es" : "UNRESOLVED"
+      }
+    },
+    "ADD_TO_PROJECT" : {
+      "status" : "ADDED",
+      "locales" : {
+        "de" : "UNRESOLVED",
+        "fr" : "UNRESOLVED",
+        "nl" : "UNRESOLVED",
+        "zh" : "UNRESOLVED",
+        "es" : "UNRESOLVED"
+      }
     }
   }
 }
\ No newline at end of file



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-translations/commit/3110a392b7fee8ab6bfd40cf6c5c1230e09aefb5

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-translations/commit/3110a392b7fee8ab6bfd40cf6c5c1230e09aefb5
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to