diff --git a/lib/src/l10n/app_es.arb b/lib/src/l10n/app_es.arb index b49498bc..d39fad09 100644 --- a/lib/src/l10n/app_es.arb +++ b/lib/src/l10n/app_es.arb @@ -467,5 +467,35 @@ "nextChapter": "Siguiente: {chapterTitle}", "@nextChapter": { "description": "Text for Next Chapter button in Manga Reader Screen" + }, + "selectInBetween": "Seleccionar entre", + "@selectInBetween": { + "description": "Toast Text for selecting chapters in between first and last Chapters" + }, + "readerOverlaySubtitle": "Muestra el título y los ajustes rápidos al abrir un capítulo", + "@readerOverlaySubtitle": {}, + "quickSearchShowAllCommandTip": "Consejo: Introduzca '?' para ver todos los comandos", + "@quickSearchShowAllCommandTip": { + "description": "Quick Open Tip text for showing all commands by entering '?'" + }, + "selectNext10": "Seleccionar los 10 siguientes", + "@selectNext10": { + "description": "Toast Text for selecting next 10 chapters" + }, + "selectUnread": "Seleccionar los no leídos", + "@selectUnread": { + "description": "Popup Text for selecting unread chapters" + }, + "readerVolumeTapInvert": "Invertir los botones de volumen", + "@readerVolumeTapInvert": { + "description": "Switch button text to invert Volume Tap " + }, + "readerVolumeTap": "Botones de volumen", + "@readerVolumeTap": { + "description": "Switch button text for Reader Page Navigation with Volume Tap" + }, + "readerVolumeTapSubtitle": "Navegar con los botones de volumen", + "@readerVolumeTapSubtitle": { + "description": "Switch button Subtitle text for Reader Page Navigation with Volume Tap" } } diff --git a/lib/src/l10n/app_zh.arb b/lib/src/l10n/app_zh.arb index 00306a0f..4e586933 100644 --- a/lib/src/l10n/app_zh.arb +++ b/lib/src/l10n/app_zh.arb @@ -884,5 +884,17 @@ "selectUnread": "选取未读", "@selectUnread": { "description": "Popup Text for selecting unread chapters" + }, + "readerVolumeTapInvert": "反转音量键", + "@readerVolumeTapInvert": { + "description": "Switch button text to invert Volume Tap " + }, + "readerVolumeTap": "音量键", + "@readerVolumeTap": { + "description": "Switch button text for Reader Page Navigation with Volume Tap" + }, + "readerVolumeTapSubtitle": "使用音量键操作", + "@readerVolumeTapSubtitle": { + "description": "Switch button Subtitle text for Reader Page Navigation with Volume Tap" } } diff --git a/lib/src/l10n/app_zh_Hant.arb b/lib/src/l10n/app_zh_Hant.arb index 21a0e91e..c6212e28 100644 --- a/lib/src/l10n/app_zh_Hant.arb +++ b/lib/src/l10n/app_zh_Hant.arb @@ -884,5 +884,17 @@ "selectUnread": "選取未讀", "@selectUnread": { "description": "Popup Text for selecting unread chapters" + }, + "readerVolumeTapInvert": "反轉音量按鈕", + "@readerVolumeTapInvert": { + "description": "Switch button text to invert Volume Tap " + }, + "readerVolumeTap": "音量按鈕", + "@readerVolumeTap": { + "description": "Switch button text for Reader Page Navigation with Volume Tap" + }, + "readerVolumeTapSubtitle": "使用音量按鈕操作", + "@readerVolumeTapSubtitle": { + "description": "Switch button Subtitle text for Reader Page Navigation with Volume Tap" } }