Skip to content

Commit

Permalink
feat(default-theme): change 404 translation (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilowicz committed Oct 17, 2022
1 parent 64f92f4 commit ad488bc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/default-theme/src/components/views/error.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import SwButton from "@/components/atoms/SwButton.vue"
import SwImage from "@/components/atoms/SwImage.vue"
const customMessageDictionary = {
404: "We can't find what you are looking for. Are you lost?",
404: "We can't find what you are looking for.",
408: "The API is taking to long to respond",
500: "Oops, something went terribly wrong :(",
502: "Server couldn't complete your request. Please try again in few seconds.",
Expand Down
3 changes: 2 additions & 1 deletion packages/default-theme/src/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
"Leave a review!": "Hinterlassen Sie eine Bewertung!",
"Share your experiences with other customers.": "Teilen Sie Ihre Erfahrungen mit anderen Kunden.",
"No comments yet": "Noch keine Kommentare",
"We can't find what you are looking for. Are you lost?": "Wir können nicht finden, wonach Sie suchen. Sind Sie verloren?",
"We can't find what you are looking for. Are you lost?": "Wir können nicht finden, wonach Sie suchen. Haben Sie sich verirrt?",
"We can't find what you are looking for.": "Wir können nicht finden, wonach Sie suchen.",
"No subcategories": "Keine Unterkategorien",
"Name A-Z": "Name A-Z",
"Name Z-A": "Name Z-A",
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
"Share your experiences with other customers.": "Share your experiences with other customers.",
"No comments yet": "No comments yet",
"We can't find what you are looking for. Are you lost?": "We can't find what you are looking for. Are you lost?",
"We can't find what you are looking for.": "We can't find what you are looking for.",
"No subcategories": "No subcategories",
"Name A-Z": "Name A-Z",
"Name Z-A": "Name Z-A",
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
"Share your experiences with other customers.": "Condividi le tue esperienze con altri clienti.",
"No comments yet": "Ancora nessun commento",
"We can't find what you are looking for. Are you lost?": "Non riusciamo a trovare quello che stai cercando. Ti sei perso?",
"We can't find what you are looking for.": "Non riusciamo a trovare quello che stai cercando.",
"No subcategories": "Nessuna sottocategoria",
"Name A-Z": "nome A-Z",
"Name Z-A": "nome Z-A",
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
"Share your experiences with other customers.": "Deel je ervaring met andere klanten.",
"No comments yet": "Geen reacties",
"We can't find what you are looking for. Are you lost?": "We kunnen niet vinden wat je zoekt, ben je verdwaald?",
"We can't find what you are looking for.": "We kunnen niet vinden wat je zoekt.",
"No subcategories": "Geen subcategorieën",
"Name A-Z": "Naam A-Z",
"Name Z-A": "Naam Z-A",
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
"Share your experiences with other customers.": "Podziel się swoimi wrażeniami z innymi.",
"No comments yet": "Nie ma jeszcze żadnych komentarzy",
"We can't find what you are looking for. Are you lost?": "Nie odnaleźliśmy tego, czego czukasz. Zgubiłeś się?",
"We can't find what you are looking for.": "Nie odnaleźliśmy tego, czego czukasz.",
"No subcategories": "Brak podkategorii",
"Name A-Z": "Nazwy A-Z",
"Name Z-A": "Nazwy Z-A",
Expand Down

0 comments on commit ad488bc

Please sign in to comment.