mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
i18n: Update zh-tw & refactor various strings (#1998)
* Fix incorrect tense in toast * Rename create_entity to emphasize past tense * Localize "Started XXX" toasts * Localize new zh-tw texts * Refactor "continue" into the "actions" group
This commit is contained in:
@@ -102,7 +102,9 @@ export const ImportDialog: React.FC<IImportDialogProps> = (
|
||||
file,
|
||||
});
|
||||
setIsRunning(false);
|
||||
Toast.success({ content: "Started importing" });
|
||||
Toast.success({
|
||||
content: intl.formatMessage({ id: "toast.started_importing" }),
|
||||
});
|
||||
} catch (e) {
|
||||
Toast.error(e);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user