mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 07:21:56 +03:00
Use real ellipsis
And see if these strings can sync up
This commit is contained in:
parent
e58f592470
commit
4918027c90
4 changed files with 7 additions and 7 deletions
|
@ -2450,7 +2450,7 @@ function MediaAttachment({
|
|||
onClick={() => {
|
||||
setUIState('loading');
|
||||
toastRef.current = showToast({
|
||||
text: t`Generating description. Please wait...`,
|
||||
text: t`Generating description. Please wait…`,
|
||||
duration: -1,
|
||||
});
|
||||
// POST with multipart
|
||||
|
@ -2499,7 +2499,7 @@ function MediaAttachment({
|
|||
onClick={() => {
|
||||
setUIState('loading');
|
||||
toastRef.current = showToast({
|
||||
text: t`Generating description. Please wait...`,
|
||||
text: t`Generating description. Please wait…`,
|
||||
duration: -1,
|
||||
});
|
||||
// POST with multipart
|
||||
|
|
|
@ -311,7 +311,7 @@ function MediaModal({
|
|||
onClick={() => {
|
||||
setUIState('loading');
|
||||
toastRef.current = showToast({
|
||||
text: t`Attempting to describe image. Please wait...`,
|
||||
text: t`Attempting to describe image. Please wait…`,
|
||||
duration: -1,
|
||||
});
|
||||
(async function () {
|
||||
|
|
|
@ -744,7 +744,7 @@ msgstr ""
|
|||
|
||||
#: src/components/compose.jsx:2453
|
||||
#: src/components/compose.jsx:2502
|
||||
msgid "Generating description. Please wait..."
|
||||
msgid "Generating description. Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2473
|
||||
|
@ -1128,7 +1128,7 @@ msgid "Open original media"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/media-modal.jsx:314
|
||||
msgid "Attempting to describe image. Please wait..."
|
||||
msgid "Attempting to describe image. Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/media-modal.jsx:329
|
||||
|
|
|
@ -744,7 +744,7 @@ msgstr ""
|
|||
|
||||
#: src/components/compose.jsx:2453
|
||||
#: src/components/compose.jsx:2502
|
||||
msgid "Generating description. Please wait..."
|
||||
msgid "Generating description. Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2473
|
||||
|
@ -1128,7 +1128,7 @@ msgid "Open original media"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/media-modal.jsx:314
|
||||
msgid "Attempting to describe image. Please wait..."
|
||||
msgid "Attempting to describe image. Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/media-modal.jsx:329
|
||||
|
|
Loading…
Reference in a new issue