Fix some translation issues
- Interpolation issues - Wrong translations added during migration to lingui
This commit is contained in:
@@ -13,22 +13,6 @@ msgstr ""
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. placeholder {0}: serverSettings.flareSolverrSessionTtl
|
||||
#: src/features/settings/screens/ServerSettings.tsx
|
||||
msgid "{0, plural, one {# minute} other {# minutes}}"
|
||||
msgstr "{count} minute"
|
||||
|
||||
#. placeholder {0}: autoScroll.value
|
||||
#. placeholder {0}: serverSettings.flareSolverrTimeout
|
||||
#: src/features/reader/auto-scroll/settings/ReaderSettingAutoScroll.tsx
|
||||
#: src/features/settings/screens/ServerSettings.tsx
|
||||
msgid "{0, plural, one {# second} other {# seconds}}"
|
||||
msgstr "{count} second"
|
||||
|
||||
#: src/features/library/screens/LibrarySettings.tsx
|
||||
msgid "{categoryCount, plural, one {# category} other {# categories}}"
|
||||
msgstr "{count} category"
|
||||
|
||||
#: src/features/navigation-bar/NavigationBar.constants.ts
|
||||
msgid "{count} remaining"
|
||||
msgstr "{count}개 남음"
|
||||
@@ -2229,7 +2213,7 @@ msgstr "키 바인드 기록"
|
||||
#. placeholder {0}: recordedKeys.size ? <Hotkey keys={keys} /> : <Typography>{t`Press keys`}</Typography>
|
||||
#: src/features/reader/hotkeys/settings/components/RecordHotkey.tsx
|
||||
msgid "Recorded hotkeys: {0}"
|
||||
msgstr "기록된 키: <Keys/>"
|
||||
msgstr "기록된 키: {0}"
|
||||
|
||||
#: src/features/reader/filters/settings/components/ReaderSettingRGBA.tsx
|
||||
msgid "Red"
|
||||
@@ -2434,7 +2418,7 @@ msgstr "마지막으로 읽은 챕터에서 두 번째 전"
|
||||
|
||||
#: src/features/settings/screens/ServerSettings.tsx
|
||||
msgid "See <0>FlareSolverr</0> for information on how to set it up"
|
||||
msgstr "설정 방법에 대한 자세한 내용은 <2>FlareSolverr</2>를 참조하세요"
|
||||
msgstr "설정 방법에 대한 자세한 내용은 <0>FlareSolverr</0>를 참조하세요"
|
||||
|
||||
#: src/features/theme/components/CreateThemeDialog.tsx
|
||||
msgid "See the official <0>MUI documentation</0> for how to customize the theme.<1/>The palette API is not supported, you have to use the new <2>color schemes API</2>.<3/><4/>You can use theme creators like <5>MUI Theme Creator</5>, however, you have to adjust the created object according to the new color schemes API.<6/><7/>In case no background is defined, a background will be calculated based on the primary color."
|
||||
|
||||
Reference in New Issue
Block a user