fix(i18n): typos
This commit is contained in:
@@ -19,7 +19,7 @@ let timeline: gsap.core.Timeline | null = null;
|
|||||||
|
|
||||||
const text = computed(() => {
|
const text = computed(() => {
|
||||||
const project = store.projects[store.currentProject]!;
|
const project = store.projects[store.currentProject]!;
|
||||||
return $t("projects.linkConformationPopup.text", {
|
return $t("projects.linkConfirmationPopup.text", {
|
||||||
url: project.link.replace(/^https?:\/\//, ""),
|
url: project.link.replace(/^https?:\/\//, ""),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -155,13 +155,13 @@ onRender((ctx) => {
|
|||||||
|
|
||||||
drawTextWithShadow(
|
drawTextWithShadow(
|
||||||
ctx,
|
ctx,
|
||||||
$t("projects.linkConformationPopup.yes").toUpperCase(),
|
$t("projects.linkConfirmationPopup.yes").toUpperCase(),
|
||||||
207,
|
207,
|
||||||
YES_Y - 3,
|
YES_Y - 3,
|
||||||
);
|
);
|
||||||
drawTextWithShadow(
|
drawTextWithShadow(
|
||||||
ctx,
|
ctx,
|
||||||
$t("projects.linkConformationPopup.no").toUpperCase(),
|
$t("projects.linkConfirmationPopup.no").toUpperCase(),
|
||||||
207,
|
207,
|
||||||
NO_Y - 3,
|
NO_Y - 3,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -129,7 +129,7 @@
|
|||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"title": "User",
|
"title": "User",
|
||||||
"description": "Enter user informations.",
|
"description": "Enter user information.",
|
||||||
"color": {
|
"color": {
|
||||||
"title": "Color",
|
"title": "Color",
|
||||||
"description": "Select your favorite color.",
|
"description": "Select your favorite color.",
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
"backToHome": "Back to Home"
|
"backToHome": "Back to Home"
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"linkConformationPopup": {
|
"linkConfirmationPopup": {
|
||||||
"yes": "yes",
|
"yes": "yes",
|
||||||
"no": "no",
|
"no": "no",
|
||||||
"text": "Open {url}?"
|
"text": "Open {url}?"
|
||||||
|
|||||||
Reference in New Issue
Block a user