PMCORE-3041: List of different PO labels from Version PMCORE_3.6.3 against version PMCORE_3.3.0

This commit is contained in:
Rodrigo Quelca
2021-06-02 14:47:56 +00:00
parent e1a17d1617
commit f5b732b41a
9 changed files with 79 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ export default {
filterHeader: "STARTED_BY_ME",
headers: [],
newCase: {
title: "New Case",
title: this.$i18n.t("ID_NEW_CASE"),
class: "btn-success",
onClick: () => {
this.$refs["newRequest"].show();
@@ -149,6 +149,15 @@ export default {
duration: this.$i18n.t("ID_DURATION"),
actions: "",
},
texts: {
count:this.$i18n.t("ID_SHOWING_FROM_RECORDS_COUNT"),
first: this.$i18n.t("ID_FIRST"),
last: this.$i18n.t("ID_LAST"),
filter: this.$i18n.t("ID_FILTER") + ":",
limit: this.$i18n.t("ID_RECORDS") + ":",
page: this.$i18n.t("ID_PAGE") + ":",
noResults: this.$i18n.t("ID_NO_MATCHING_RECORDS")
},
selectable: {
mode: "single",
only: function(row) {