diff --git a/lib/src/l10n/app_es.arb b/lib/src/l10n/app_es.arb index aaa664ae..b49498bc 100644 --- a/lib/src/l10n/app_es.arb +++ b/lib/src/l10n/app_es.arb @@ -451,5 +451,21 @@ "readerSwipeChapterToggleDescription": "Deslizar para cambiar de capítulo en el lector", "@readerSwipeChapterToggleDescription": { "description": "Switch tile description for, toggle `swipe to change chapter` in reader screen" + }, + "readerOverlay": "Superposición inicial del lector", + "@readerOverlay": { + "description": "Toggle tile text for Initial Reader Overlay" + }, + "reload": "Recargar", + "@reload": { + "description": "Reload button text" + }, + "previousChapter": "Anterior: {chapterTitle}", + "@previousChapter": { + "description": "Text for Previous Chapter button in Manga Reader Screen" + }, + "nextChapter": "Siguiente: {chapterTitle}", + "@nextChapter": { + "description": "Text for Next Chapter button in Manga Reader Screen" } } diff --git a/lib/src/l10n/app_zh.arb b/lib/src/l10n/app_zh.arb index d7ff0003..00306a0f 100644 --- a/lib/src/l10n/app_zh.arb +++ b/lib/src/l10n/app_zh.arb @@ -850,5 +850,39 @@ "readerSwipeChapterToggleDescription": "滑动切换章节", "@readerSwipeChapterToggleDescription": { "description": "Switch tile description for, toggle `swipe to change chapter` in reader screen" + }, + "readerOverlay": "阅读器初始覆盖层", + "@readerOverlay": { + "description": "Toggle subtile text for Initial Reader Overlay" + }, + "selectInBetween": "选取区间", + "@selectInBetween": { + "description": "Toast Text for selecting chapters in between first and last Chapters" + }, + "readerOverlaySubtitle": "打开章节时显示标题和设置", + "@readerOverlaySubtitle": {}, + "quickSearchShowAllCommandTip": "提示:输入 '?' 查看所有指令", + "@quickSearchShowAllCommandTip": { + "description": "Quick Open Tip text for showing all commands by entering '?'" + }, + "reload": "刷新", + "@reload": { + "description": "Reload button text" + }, + "previousChapter": "上章:{chapterTitle}", + "@previousChapter": { + "description": "Text for Previous Chapter button in Manga Reader Screen" + }, + "nextChapter": "下章:{chapterTitle}", + "@nextChapter": { + "description": "Text for Next Chapter button in Manga Reader Screen" + }, + "selectNext10": "选取下 10 个", + "@selectNext10": { + "description": "Toast Text for selecting next 10 chapters" + }, + "selectUnread": "选取未读", + "@selectUnread": { + "description": "Popup Text for selecting unread chapters" } } diff --git a/lib/src/l10n/app_zh_Hant.arb b/lib/src/l10n/app_zh_Hant.arb index 24684724..21a0e91e 100644 --- a/lib/src/l10n/app_zh_Hant.arb +++ b/lib/src/l10n/app_zh_Hant.arb @@ -850,5 +850,39 @@ "type": "String" } } + }, + "readerOverlay": "閱讀器起始覆蓋層", + "@readerOverlay": { + "description": "Toggle tile text for Initial Reader Overlay" + }, + "reload": "重新整理", + "@reload": { + "description": "Reload button text" + }, + "previousChapter": "上章:{chapterTitle}", + "@previousChapter": { + "description": "Text for Previous Chapter button in Manga Reader Screen" + }, + "nextChapter": "下章:{chapterTitle}", + "@nextChapter": { + "description": "Text for Next Chapter button in Manga Reader Screen" + }, + "selectInBetween": "選取區間", + "@selectInBetween": { + "description": "Toast Text for selecting chapters in between first and last Chapters" + }, + "readerOverlaySubtitle": "打開章節時顯示標題和設定", + "@readerOverlaySubtitle": {}, + "quickSearchShowAllCommandTip": "提示:輸入 '?' 以查看所有指令", + "@quickSearchShowAllCommandTip": { + "description": "Quick Open Tip text for showing all commands by entering '?'" + }, + "selectNext10": "選取下 10 個", + "@selectNext10": { + "description": "Toast Text for selecting next 10 chapters" + }, + "selectUnread": "選取未讀", + "@selectUnread": { + "description": "Popup Text for selecting unread chapters" } }