mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 11:41:44 +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={() => {
|
onClick={() => {
|
||||||
setUIState('loading');
|
setUIState('loading');
|
||||||
toastRef.current = showToast({
|
toastRef.current = showToast({
|
||||||
text: t`Generating description. Please wait...`,
|
text: t`Generating description. Please wait…`,
|
||||||
duration: -1,
|
duration: -1,
|
||||||
});
|
});
|
||||||
// POST with multipart
|
// POST with multipart
|
||||||
|
@ -2499,7 +2499,7 @@ function MediaAttachment({
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setUIState('loading');
|
setUIState('loading');
|
||||||
toastRef.current = showToast({
|
toastRef.current = showToast({
|
||||||
text: t`Generating description. Please wait...`,
|
text: t`Generating description. Please wait…`,
|
||||||
duration: -1,
|
duration: -1,
|
||||||
});
|
});
|
||||||
// POST with multipart
|
// POST with multipart
|
||||||
|
|
|
@ -311,7 +311,7 @@ function MediaModal({
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setUIState('loading');
|
setUIState('loading');
|
||||||
toastRef.current = showToast({
|
toastRef.current = showToast({
|
||||||
text: t`Attempting to describe image. Please wait...`,
|
text: t`Attempting to describe image. Please wait…`,
|
||||||
duration: -1,
|
duration: -1,
|
||||||
});
|
});
|
||||||
(async function () {
|
(async function () {
|
||||||
|
|
|
@ -744,7 +744,7 @@ msgstr ""
|
||||||
|
|
||||||
#: src/components/compose.jsx:2453
|
#: src/components/compose.jsx:2453
|
||||||
#: src/components/compose.jsx:2502
|
#: src/components/compose.jsx:2502
|
||||||
msgid "Generating description. Please wait..."
|
msgid "Generating description. Please wait…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/compose.jsx:2473
|
#: src/components/compose.jsx:2473
|
||||||
|
@ -1128,7 +1128,7 @@ msgid "Open original media"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/media-modal.jsx:314
|
#: src/components/media-modal.jsx:314
|
||||||
msgid "Attempting to describe image. Please wait..."
|
msgid "Attempting to describe image. Please wait…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/media-modal.jsx:329
|
#: src/components/media-modal.jsx:329
|
||||||
|
|
|
@ -744,7 +744,7 @@ msgstr ""
|
||||||
|
|
||||||
#: src/components/compose.jsx:2453
|
#: src/components/compose.jsx:2453
|
||||||
#: src/components/compose.jsx:2502
|
#: src/components/compose.jsx:2502
|
||||||
msgid "Generating description. Please wait..."
|
msgid "Generating description. Please wait…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/compose.jsx:2473
|
#: src/components/compose.jsx:2473
|
||||||
|
@ -1128,7 +1128,7 @@ msgid "Open original media"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/media-modal.jsx:314
|
#: src/components/media-modal.jsx:314
|
||||||
msgid "Attempting to describe image. Please wait..."
|
msgid "Attempting to describe image. Please wait…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/media-modal.jsx:329
|
#: src/components/media-modal.jsx:329
|
||||||
|
|
Loading…
Reference in a new issue