@mundogamernetwork/shared-ui 1.1.73 → 1.1.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/locales/de.json
CHANGED
|
@@ -132,7 +132,8 @@
|
|
|
132
132
|
"rp_label": "Redeemed by",
|
|
133
133
|
"who_redeem": "Who redeemed",
|
|
134
134
|
"created_by": "Published by",
|
|
135
|
-
"no_data": "Campaign not found"
|
|
135
|
+
"no_data": "Campaign not found",
|
|
136
|
+
"title": "Kampagne"
|
|
136
137
|
},
|
|
137
138
|
"other_campaigns": "Andere Kampagnen",
|
|
138
139
|
"available": "verfügbar",
|
|
@@ -163,7 +164,8 @@
|
|
|
163
164
|
"cancelled": "Abgebrochen",
|
|
164
165
|
"expired": "Abgelaufen",
|
|
165
166
|
"revoked": "Widerrufen"
|
|
166
|
-
}
|
|
167
|
+
},
|
|
168
|
+
"status_label": "Status"
|
|
167
169
|
},
|
|
168
170
|
"materials": {
|
|
169
171
|
"title": "Submit material",
|
package/locales/en.json
CHANGED
|
@@ -132,7 +132,8 @@
|
|
|
132
132
|
"rp_label": "Redeemed by",
|
|
133
133
|
"who_redeem": "Who redeemed",
|
|
134
134
|
"created_by": "Published by",
|
|
135
|
-
"no_data": "Campaign not found"
|
|
135
|
+
"no_data": "Campaign not found",
|
|
136
|
+
"title": "Campaign"
|
|
136
137
|
},
|
|
137
138
|
"other_campaigns": "Other campaigns",
|
|
138
139
|
"available": "available",
|
|
@@ -163,7 +164,8 @@
|
|
|
163
164
|
"cancelled": "Cancelled",
|
|
164
165
|
"expired": "Expired",
|
|
165
166
|
"revoked": "Revoked"
|
|
166
|
-
}
|
|
167
|
+
},
|
|
168
|
+
"status_label": "Status"
|
|
167
169
|
},
|
|
168
170
|
"materials": {
|
|
169
171
|
"title": "Submit material",
|
package/locales/pt-BR.json
CHANGED
|
@@ -132,7 +132,8 @@
|
|
|
132
132
|
"rp_label": "Redeemed by",
|
|
133
133
|
"who_redeem": "Who redeemed",
|
|
134
134
|
"created_by": "Published by",
|
|
135
|
-
"no_data": "Campaign not found"
|
|
135
|
+
"no_data": "Campaign not found",
|
|
136
|
+
"title": "Campanha"
|
|
136
137
|
},
|
|
137
138
|
"other_campaigns": "Outras campanhas",
|
|
138
139
|
"available": "disponível",
|
|
@@ -163,7 +164,8 @@
|
|
|
163
164
|
"cancelled": "Cancelado",
|
|
164
165
|
"expired": "Expirado",
|
|
165
166
|
"revoked": "Revogado"
|
|
166
|
-
}
|
|
167
|
+
},
|
|
168
|
+
"status_label": "Status"
|
|
167
169
|
},
|
|
168
170
|
"materials": {
|
|
169
171
|
"title": "Submit material",
|
package/locales/ro.json
CHANGED
|
@@ -132,7 +132,8 @@
|
|
|
132
132
|
"rp_label": "Redeemed by",
|
|
133
133
|
"who_redeem": "Who redeemed",
|
|
134
134
|
"created_by": "Published by",
|
|
135
|
-
"no_data": "Campaign not found"
|
|
135
|
+
"no_data": "Campaign not found",
|
|
136
|
+
"title": "Campanie"
|
|
136
137
|
},
|
|
137
138
|
"other_campaigns": "Alte campanii",
|
|
138
139
|
"available": "disponibil",
|
|
@@ -163,7 +164,8 @@
|
|
|
163
164
|
"cancelled": "Anulat",
|
|
164
165
|
"expired": "Expirat",
|
|
165
166
|
"revoked": "Revocat"
|
|
166
|
-
}
|
|
167
|
+
},
|
|
168
|
+
"status_label": "Status"
|
|
167
169
|
},
|
|
168
170
|
"materials": {
|
|
169
171
|
"title": "Submit material",
|
package/package.json
CHANGED
|
@@ -1101,12 +1101,13 @@ onMounted(async () => {
|
|
|
1101
1101
|
display: flex;
|
|
1102
1102
|
padding: 8px 12px;
|
|
1103
1103
|
flex-direction: column;
|
|
1104
|
-
gap:
|
|
1104
|
+
gap: 4px;
|
|
1105
1105
|
background-color: var(--button-secondary-default-bg);
|
|
1106
|
-
font-size:
|
|
1106
|
+
font-size: 11px;
|
|
1107
|
+
font-weight: 400;
|
|
1107
1108
|
color: var(--secondary-info-fg);
|
|
1108
|
-
|
|
1109
|
-
span { color: var(--card-article-title); }
|
|
1109
|
+
flex: 1;
|
|
1110
|
+
span { color: var(--card-article-title); font-size: 13px; font-weight: 600; }
|
|
1110
1111
|
}
|
|
1111
1112
|
}
|
|
1112
1113
|
|
|
@@ -133,7 +133,7 @@ function goBack() {
|
|
|
133
133
|
<!-- Request info -->
|
|
134
134
|
<div v-if="requestData" class="info-grid">
|
|
135
135
|
<div class="info-row" v-if="requestData.status_request?.name">
|
|
136
|
-
<span class="info-label">{{ $t("keys.campaigns.
|
|
136
|
+
<span class="info-label">{{ $t("keys.campaigns.status_label") }}</span>
|
|
137
137
|
<span class="info-val">{{ requestData.status_request.name }}</span>
|
|
138
138
|
</div>
|
|
139
139
|
<div class="info-row" v-if="requestData.key?.name">
|