Skip to content

Commit

Permalink
Added i18n for error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Dec 22, 2020
1 parent 6c0e619 commit 2e364a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/frontend/I18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ export default new VueI18n({
done: {
description:
"Successfully moved. You can delete the original files from your Google Drive - some of them may have been left behind as they cannot be removed automatically.",
errorHeader: {
text:
"While moving the files, some errors were encountered and the following files couldn't be moved. Please move these files manually and report these failures in {link} if you think they are caused by bugs in this tool.",
github: "GitHub",
},
file: "File",
message: "Error message",
},
folderSelector: {
myDrive: "My Drive",
Expand Down Expand Up @@ -103,6 +110,13 @@ export default new VueI18n({
done: {
description:
"Úspěšně přesunuto. Můžete smazat původní soubory ze svého Google Disku - některé soubory mohly být zanechány protože nemohly být smazány automaticky.",
errorHeader: {
text:
"Při přesunu některých souborů se stala chyba a soubory nemohly být přesunuty. Přesuňte prosím následující soubory ručně a problémy nahlašte na {link} pokud si myslíte, že jsou chybou tohoto nástroje.",
github: "GitHubu",
},
file: "Soubor",
message: "Chybová hláška",
},
folderSelector: {
myDrive: "Můj Disk",
Expand Down

0 comments on commit 2e364a2

Please sign in to comment.