|
1781 | 1781 | "sportsCategoriesSubLabel": "要分配给与体育前缀匹配的频道的类别", |
1782 | 1782 | "kidsCategoriesSubLabel": "要分配给与儿童前缀匹配的频道的类别", |
1783 | 1783 | "notifications": "通知", |
1784 | | - "showNewItemNotificationTitle": "检查是否有新项目", |
| 1784 | + "showNewItemNotificationTitle": "媒体库项目通知", |
1785 | 1785 | "notificationChannelDescription": "新增项目的通知", |
1786 | 1786 | "notificationNewEpisodes": "新增剧集", |
1787 | 1787 | "notificationNewItems": "{count, plural, one{{count} 新项目} other{{count} 新项目}}", |
|
1796 | 1796 | "notificationTimerIOSWarning": " iOS 决定何时/是否实际执行更新,通知可能会延迟或根本不显示。", |
1797 | 1797 | "updateCheckInterval": "更新检查间隔", |
1798 | 1798 | "updateCheckIntervalDesc": "后台任务运行频率", |
1799 | | - "notificationsIntervalClientReminder": "已为所有用户设置通知间隔。" |
| 1799 | + "notificationsIntervalClientReminder": "已为所有用户设置通知间隔。", |
| 1800 | + "requestMore": "请求更多", |
| 1801 | + "seerrRequestNotifications": "Seerr 请求的通知", |
| 1802 | + "notificationNewRequests": "{count, plural, one{{count} 新请求} other{{count} 新请求}}", |
| 1803 | + "@notificationNewRequests": { |
| 1804 | + "description": "Plural for number of new Seerr requests in a notification", |
| 1805 | + "placeholders": { |
| 1806 | + "count": { |
| 1807 | + "type": "int" |
| 1808 | + } |
| 1809 | + } |
| 1810 | + }, |
| 1811 | + "lastUpdateAt": "最后更新于 {date},时间为 {time}", |
| 1812 | + "@lastUpdateAt": { |
| 1813 | + "description": "lastUpdateAt", |
| 1814 | + "placeholders": { |
| 1815 | + "time": { |
| 1816 | + "type": "DateTime", |
| 1817 | + "format": "jm" |
| 1818 | + }, |
| 1819 | + "date": { |
| 1820 | + "type": "DateTime", |
| 1821 | + "format": "yMd" |
| 1822 | + } |
| 1823 | + } |
| 1824 | + }, |
| 1825 | + "includeHiddenItems": "包含隐藏媒体库", |
| 1826 | + "includeHiddenItemsDesc": "包含控制台中隐藏的媒体库" |
1800 | 1827 | } |
0 commit comments