Skip to content

Commit

Permalink
Merge branch 'Suwayomi:main' into volume-tap
Browse files Browse the repository at this point in the history
  • Loading branch information
DattatreyaReddy authored Oct 21, 2023
2 parents fe6bf49 + 859f1cc commit 3d7c4f5
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/src/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
34 changes: 34 additions & 0 deletions lib/src/l10n/app_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
34 changes: 34 additions & 0 deletions lib/src/l10n/app_zh_Hant.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 3d7c4f5

Please sign in to comment.