Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: locale warnings in console(#85zrmjxyu) #165

Merged
merged 2 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/JobConfiguration.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<section>
<ion-item lines="none">
<h1>{{ $t(title) }}</h1>
<h1>{{ title }}</h1>
<ion-badge slot="end" color="dark" v-if="job?.runTime">{{ $t("running") }} {{ timeTillJob(job.runTime) }}</ion-badge>
</ion-item>

Expand Down
8 changes: 7 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,15 @@
"reset": "reset",
"retry": "retry",
"rule name": "rule name",
"Rule name": "Rule name",
"running": "running",
"Running": "Running",
"Run time": "Run time",
"Save changes": "Save changes",
"Schedule": "Schedule",
"Search time zones": "Search time zones",
"Select time zone": "Select time zone",
"Service updated successfully": "Service updated successfully",
"Results": "Results",
"Safety stock": "Safety stock",
"Save": "Save",
Expand Down Expand Up @@ -113,11 +116,13 @@
"store name": "store name",
"Stores": "Stores",
"stores selected": "stores selected",
"Sorry, your username or password is incorrect. Please try again.": "Sorry, your username or password is incorrect. Please try again.",
"The timezone you select is used to ensure automations you schedule are always accurate to the time you select.": "The timezone you select is used to ensure automations you schedule are always accurate to the time you select.",
"There are no jobs pending right now": "There are no jobs pending right now",
"There are no jobs running right now": "There are no jobs running right now",
"Tags": "Tags",
"This is the name of the OMS you are connected to right now. Make sure that you are connected to the right instance before proceeding.": "This is the name of the OMS you are connected to right now. Make sure that you are connected to the right instance before proceeding.",
"This job schedule cannot be skipped": "This job schedule cannot be skipped",
"threshold": "threshold",
"Threshold": "Threshold",
"Threshold management": "Threshold management",
Expand All @@ -137,5 +142,6 @@
"Username": "Username",
"virtual, ": "virtual, ",
"variants": "variants",
"You can also download the products, locations and safety stock you selected in a CSV to upload in other systems": "You can also download the products, locations and safety stock you selected in a CSV to upload in other systems"
"You can also download the products, locations and safety stock you selected in a CSV to upload in other systems": "You can also download the products, locations and safety stock you selected in a CSV to upload in other systems",
"You do not have permission to access the app.": "You do not have permission to access the app."
}