You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/translations/en-US.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@
17
17
"close": "Close",
18
18
"overwriteConfirm": "Overwriting Confirmation",
19
19
"overwriteFile": "Overwrite file",
20
-
"overwriteFolder": "Overwrite folder"
20
+
"overwriteFolder": "Overwrite folder",
21
+
"updateInformation": "Update Information",
22
+
"later": "Later",
23
+
"download": "Download"
21
24
},
22
25
"model": {
23
26
"RealESRGAN": {
@@ -61,6 +64,7 @@
61
64
"invalidOutputFolderPath": "The output folder path is invalid.",
62
65
"overwriteFileConfirm": "The output file \"{}\" already exists.\nDo you really want to overwrite the file?",
63
66
"overwriteFolderConfirm": "The output folder \"{}\" already exists.\nFiles in the output folder may be overwritten. Do you really want to overwrite the folder?",
64
-
"noImageFilesInFolder": "No image files were found in the specified folder"
67
+
"noImageFilesInFolder": "No image files were found in the specified folder",
68
+
"updateInformation": "New version {} has been released.\nWould you like to download the update?"
0 commit comments