nc-photos/app/lib/l10n/app_zh.arb
2023-08-12 12:56:38 +08:00

1041 lines
No EOL
43 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"appTitle": "相册",
"translator": "zerolin",
"@translator": {
"description": "Name of the translator(s) for this language"
},
"photosTabLabel": "照片",
"@photosTabLabel": {
"description": "Label of the tab that lists user photos"
},
"collectionsTooltip": "收藏库",
"@collectionsTooltip": {
"description": "Groups of photos, e.g., albums, trash bin, etc"
},
"zoomTooltip": "放大",
"@zoomTooltip": {
"description": "Tooltip of the zoom button"
},
"refreshMenuLabel": "刷新",
"@refreshMenuLabel": {
"description": "Label of the refresh entry in menu"
},
"settingsMenuLabel": "设置",
"@settingsMenuLabel": {
"description": "Label of the settings entry in menu"
},
"selectionAppBarTitle": "{count, plural, other{已选 {count} 项}}",
"@selectionAppBarTitle": {
"description": "Title of the contextual app bar that shows number of selected items",
"placeholders": {
"count": {
"example": "1"
}
}
},
"deleteSelectedProcessingNotification": "{count, plural, other{正在删除 {count} 个项目}}",
"@deleteSelectedProcessingNotification": {
"description": "Inform user that the selected items are being deleted",
"placeholders": {
"count": {
"example": "1"
}
}
},
"deleteSelectedSuccessNotification": "成功删除所有项目",
"@deleteSelectedSuccessNotification": {
"description": "Inform user that the selected items are deleted successfully"
},
"deleteSelectedFailureNotification": "{count, plural, other{未能删除 {count} 个项目}}",
"@deleteSelectedFailureNotification": {
"description": "Inform user that some/all the selected items cannot be deleted",
"placeholders": {
"count": {
"example": "1"
}
}
},
"archiveTooltip": "归档",
"@archiveTooltip": {
"description": "Archive selected items"
},
"archiveSelectedProcessingNotification": "{count, plural, other{正在归档 {count} 个项目}}",
"@archiveSelectedProcessingNotification": {
"description": "Archiving the selected items",
"placeholders": {
"count": {
"example": "1"
}
}
},
"archiveSelectedSuccessNotification": "成功归档所有项目",
"@archiveSelectedSuccessNotification": {
"description": "Archived all selected items successfully"
},
"archiveSelectedFailureNotification": "{count, plural, other{未能归档 {count} 个项目}}",
"@archiveSelectedFailureNotification": {
"description": "Cannot archive some of the selected items",
"placeholders": {
"count": {
"example": "1"
}
}
},
"unarchiveTooltip": "取消归档",
"@unarchiveTooltip": {
"description": "Unarchive selected items"
},
"unarchiveSelectedProcessingNotification": "{count, plural, other{正在取消归档 {count} 个项目}}",
"@unarchiveSelectedProcessingNotification": {
"description": "Unarchiving selected items",
"placeholders": {
"count": {
"example": "1"
}
}
},
"unarchiveSelectedSuccessNotification": "成功取消归档所有项目",
"@unarchiveSelectedSuccessNotification": {
"description": "Unarchived all selected items successfully"
},
"unarchiveSelectedFailureNotification": "{count, plural, other{未能取消归档 {count} 个项目}}",
"@unarchiveSelectedFailureNotification": {
"description": "Cannot unarchive some of the selected items",
"placeholders": {
"count": {
"example": "1"
}
}
},
"deleteTooltip": "删除",
"@deleteTooltip": {
"description": "Delete selected items"
},
"deleteProcessingNotification": "正在删除",
"@deleteProcessingNotification": {
"description": "Inform user that the item is being deleted"
},
"deleteSuccessNotification": "成功删除",
"@deleteSuccessNotification": {
"description": "Inform user that the item is deleted successfully"
},
"deleteFailureNotification": "未能删除",
"@deleteFailureNotification": {
"description": "Inform user that the item cannot be deleted"
},
"removeSelectedFromAlbumFailureNotification": "未能从相册中移除项目",
"@removeSelectedFromAlbumFailureNotification": {
"description": "Inform user that the selected items cannot be removed from an album"
},
"addServerTooltip": "添加服务器",
"@addServerTooltip": {
"description": "Tooltip of the button that adds a new server"
},
"removeServerSuccessNotification": "成功移除 {server}",
"@removeServerSuccessNotification": {
"description": "Inform user that a server is removed successfully",
"placeholders": {
"server": {
"example": "http://www.example.com"
}
}
},
"createAlbumTooltip": "新建相册",
"@createAlbumTooltip": {
"description": "Tooltip of the button that creates a new album"
},
"albumSize": "{count, plural, other{{count} 项内容}}",
"@albumSize": {
"description": "Number of items inside an album",
"placeholders": {
"count": {
"example": "1"
}
}
},
"albumArchiveLabel": "归档",
"@albumArchiveLabel": {
"description": "A collection containing all archived photos"
},
"connectingToServer": "正在连接\n{server}",
"@connectingToServer": {
"description": "(deprecated, may be removed in the future) Inform user that the app is connecting to a server",
"placeholders": {
"server": {
"example": "http://www.example.com"
}
}
},
"nameInputHint": "名称",
"@nameInputHint": {
"description": "Hint of the text field expecting name data"
},
"skipButtonLabel": "跳过",
"@skipButtonLabel": {
"description": "Label of the skip button"
},
"confirmButtonLabel": "确认",
"@confirmButtonLabel": {
"description": "Label of the confirm button"
},
"signInHeaderText": "登录 Nextcloud 服务器",
"@signInHeaderText": {
"description": "(deprecated, may be removed in the future)"
},
"signIn2faHintText": "若你的服务器使用双重认证,请使用应用程式密码登录",
"@signIn2faHintText": {
"description": "(deprecated, may be removed in the future)"
},
"serverAddressInputHint": "服务器地址",
"@serverAddressInputHint": {
"description": "Hint of the text field expecting server address data"
},
"serverAddressInputInvalidEmpty": "请输入服务器网址",
"@serverAddressInputInvalidEmpty": {
"description": "Inform user that the server address input field cannot be empty"
},
"usernameInputHint": "帐户名",
"@usernameInputHint": {
"description": "Hint of the text field expecting username data"
},
"usernameInputInvalidEmpty": "请输入帐户名",
"@usernameInputInvalidEmpty": {
"description": "Inform user that the username input field cannot be empty"
},
"passwordInputHint": "密码",
"@passwordInputHint": {
"description": "Hint of the text field expecting password data"
},
"passwordInputInvalidEmpty": "请输入密码",
"@passwordInputInvalidEmpty": {
"description": "Inform user that the password input field cannot be empty"
},
"rootPickerHeaderText": "请选择照片文件夹",
"@rootPickerHeaderText": {
"description": "Inform user what to do in root picker widget"
},
"rootPickerSubHeaderText": "App 只会显示已选取文件夹内的照片,如需包含所有文件夹,请按跳过",
"@rootPickerSubHeaderText": {
"description": "Inform user what to do in root picker widget"
},
"rootPickerNavigateUpItemText": "(返回上级目录)",
"@rootPickerNavigateUpItemText": {
"description": "Text of the list item to navigate up the directory tree"
},
"rootPickerUnpickFailureNotification": "未能取消选取文件夹",
"@rootPickerUnpickFailureNotification": {
"description": "Failed while unpicking an item in the root picker list"
},
"rootPickerListEmptyNotification": "请选取至少一个文件夹或按跳过",
"@rootPickerListEmptyNotification": {
"description": "Error when user pressing confirm without picking any folders"
},
"setupWidgetTitle": "开始使用",
"@setupWidgetTitle": {
"description": "Title of the introductory widget"
},
"setupSettingsModifyLaterHint": "你亦可稍后于设置页面中修改",
"@setupSettingsModifyLaterHint": {
"description": "Inform user that they can modify this setting after the setup process"
},
"setupHiddenPrefDirNoticeDetail": "本 App 将于你的 Nextcloud 服务器中添加一个文件夹以储存配置文档,除非你计划删除本 App否则请不要更改或删除文件夹的内容",
"@setupHiddenPrefDirNoticeDetail": {
"description": "Inform user about the preference folder created by this app"
},
"settingsWidgetTitle": "设置",
"@settingsWidgetTitle": {
"description": "Title of the Settings widget"
},
"settingsLanguageTitle": "语言",
"@settingsLanguageTitle": {
"description": "Set display language"
},
"settingsExifSupportTitle": "EXIF 支持",
"@settingsExifSupportTitle": {
"description": "Title of the EXIF support setting"
},
"settingsExifSupportTrueSubtitle": "需要额外的网络流量",
"@settingsExifSupportTrueSubtitle": {
"description": "Subtitle of the EXIF support setting when the value is true. The goal is to warn user about the possible side effects of enabling this setting"
},
"settingsMemoriesTitle": "回忆",
"@settingsMemoriesTitle": {
"description": "Memory albums contain photos taken in a specific time range in the past"
},
"settingsMemoriesSubtitle": "显示你过去的照片",
"@settingsMemoriesSubtitle": {
"description": "Memory albums contain photos taken in a specific time range in the past"
},
"settingsAccountTitle": "帐号",
"settingsIncludedFoldersTitle": "已选取的文件夹",
"@settingsIncludedFoldersTitle": {
"description": "Change the included folders of an account"
},
"settingsShareFolderTitle": "共享文件夹",
"@settingsShareFolderTitle": {
"description": "Set the share folder such that it matches the parameter in config.php"
},
"settingsShareFolderDialogTitle": "设置共享文件夹",
"@settingsShareFolderDialogTitle": {
"description": "Set the share folder such that it matches the parameter in config.php"
},
"settingsShareFolderDialogDescription": "此设置必需与你服务器上的设置一致,请参考服务器上 config.php 内的 share_folder 项目",
"@settingsShareFolderDialogDescription": {
"description": "Set the share folder such that it matches the parameter in config.php"
},
"settingsShareFolderPickerDescription": "请选择与 config.php 中 share_folder 路径一致的文件夹,若你从未更改服务器设置,请按默认",
"@settingsShareFolderPickerDescription": {
"description": "Set the share folder such that it matches the parameter in config.php"
},
"settingsServerAppSectionTitle": "服务器 App 支持",
"@settingsServerAppSectionTitle": {
"description": "Enable/disable various server apps"
},
"settingsViewerTitle": "查看器",
"settingsViewerDescription": "设置照片和视频查看器",
"settingsScreenBrightnessTitle": "屏幕亮度",
"settingsScreenBrightnessDescription": "覆盖系统亮度设置",
"settingsForceRotationTitle": "无视屏幕旋转锁定",
"settingsForceRotationDescription": "在系统锁定屏幕旋转时支持自动旋轉",
"settingsMapProviderTitle": "地图供应商",
"settingsShowDateInAlbumTitle": "显示日期分类",
"settingsShowDateInAlbumDescription": "只应用于以日期排序的相册",
"settingsThemeTitle": "主题",
"settingsThemeDescription": "设置 App 的外观",
"settingsFollowSystemThemeTitle": "跟随系统主题",
"@settingsFollowSystemThemeTitle": {
"description": "Respect the system dark mode settings introduced on Android 10"
},
"settingsUseBlackInDarkThemeTitle": "黑色主题",
"@settingsUseBlackInDarkThemeTitle": {
"description": "Make the dark theme darker"
},
"settingsUseBlackInDarkThemeTrueDescription": "深色主题中使用黑色背景",
"@settingsUseBlackInDarkThemeTrueDescription": {
"description": "When black in dark theme is set to true"
},
"settingsUseBlackInDarkThemeFalseDescription": "深色主题中使用深色背景",
"@settingsUseBlackInDarkThemeFalseDescription": {
"description": "When black in dark theme is set to false"
},
"settingsExperimentalTitle": "实验",
"settingsExperimentalDescription": "可能不稳定的实验性功能",
"settingsAboutSectionTitle": "关于",
"@settingsAboutSectionTitle": {
"description": "Title of the about section in settings widget"
},
"settingsVersionTitle": "版本",
"@settingsVersionTitle": {
"description": "Title of the version data item"
},
"settingsSourceCodeTitle": "源代码",
"@settingsSourceCodeTitle": {
"description": "Title of the source code item"
},
"settingsBugReportTitle": "问题反馈",
"@settingsBugReportTitle": {
"description": "Report issue"
},
"settingsCaptureLogsTitle": "收集 App 事件日志",
"@settingsCaptureLogsTitle": {
"description": "Capture app logs for bug report"
},
"settingsCaptureLogsDescription": "帮助开发者分析 bug",
"settingsTranslatorTitle": "翻译",
"@settingsTranslatorTitle": {
"description": "Title of the translator item"
},
"writePreferenceFailureNotification": "未能储存设置",
"@writePreferenceFailureNotification": {
"description": "Inform user that the preference file cannot be modified"
},
"enableButtonLabel": "启用",
"@enableButtonLabel": {
"description": "Label of the enable button"
},
"exifSupportDetails": "启用 EXIF 支持功能将使 App 可以读取照片中的中继数据 (metadata)例如拍照日期、相机型号等等而为了读取这些资料App 需要额外的网络流量从服务器下载完整的档案。App 只会在装置连接 WiFi 网络的时候才会下载。",
"@exifSupportDetails": {
"description": "Detailed description of the exif support feature"
},
"exifSupportConfirmationDialogTitle": "启用 EXIF 支持?",
"@exifSupportConfirmationDialogTitle": {
"description": "Title of the dialog to confirm enabling exif support"
},
"captureLogDetails": "如需记录事件日志以反馈问题:\n\n1. 启用本设置\n2. 重现一次你遇到的问题\n3. 禁用本设置\n4. 在装置的下载文件夹寻找 nc-photos.log 文件\n\n*此功能不支持使 App 强制关闭的问题,如遇此种情况,请直接联络开发者",
"@captureLogDetails": {
"description": "Detailed description on capturing logs"
},
"captureLogSuccessNotification": "成功储存事件日志",
"@captureLogSuccessNotification": {
"description": "Captured logs are successfully saved to the download directory"
},
"doneButtonLabel": "完成",
"@doneButtonLabel": {
"description": "Label of the done button"
},
"nextButtonLabel": "下一项",
"@nextButtonLabel": {
"description": "Label of the next button"
},
"connectButtonLabel": "连接",
"@connectButtonLabel": {
"description": "Label of the connect button"
},
"rootPickerSkipConfirmationDialogContent2": "你服务器上的所有文件将会被添加到 App这将提高内存用量并有机会影响 App 的性能",
"@rootPickerSkipConfirmationDialogContent2": {
"description": "Warn user not to include all files in their server"
},
"megapixelCount": "{count}百万像素",
"@megapixelCount": {
"description": "Resolution of an image in megapixel",
"placeholders": {
"count": {
"example": "1.3"
}
}
},
"secondCountSymbol": "{count}秒",
"@secondCountSymbol": {
"description": "Number of seconds",
"placeholders": {
"count": {
"example": "1"
}
}
},
"millimeterCountSymbol": "{count}毫米",
"@millimeterCountSymbol": {
"description": "Number of millimeters",
"placeholders": {
"count": {
"example": "1"
}
}
},
"detailsTooltip": "详情",
"@detailsTooltip": {
"description": "Tooltip of the details button"
},
"downloadTooltip": "下载",
"@downloadTooltip": {
"description": "Tooltip of the download button"
},
"downloadProcessingNotification": "正在下载文件",
"@downloadProcessingNotification": {
"description": "Inform user that the file is being downloaded"
},
"downloadSuccessNotification": "成功下载文件",
"@downloadSuccessNotification": {
"description": "Inform user that the file is downloaded successfully"
},
"downloadFailureNotification": "未能下载文件",
"@downloadFailureNotification": {
"description": "Inform user that the file cannot be downloaded"
},
"nextTooltip": "下一项",
"@nextTooltip": {
"description": "Tooltip of the next button"
},
"previousTooltip": "上一项",
"@previousTooltip": {
"description": "Tooltip of the previous button"
},
"webSelectRangeNotification": "按下 shit 键点击以选取两项目之间的所有项目",
"@webSelectRangeNotification": {
"description": "Inform web user how to select items in range"
},
"mobileSelectRangeNotification": "长按以选取两项目之间的所有项目",
"@mobileSelectRangeNotification": {
"description": "Inform mobile user how to select items in range"
},
"updateDateTimeDialogTitle": "修改日期和时间",
"@updateDateTimeDialogTitle": {
"description": "Dialog to modify the date & time of a file"
},
"dateSubtitle": "日期",
"timeSubtitle": "时间",
"dateYearInputHint": "年",
"dateMonthInputHint": "月",
"dateDayInputHint": "日",
"timeHourInputHint": "时",
"timeMinuteInputHint": "分",
"timeSecondInputHint": "秒",
"dateTimeInputInvalid": "输入错误",
"@dateTimeInputInvalid": {
"description": "Invalid date/time input (e.g., non-numeric characters)"
},
"updateDateTimeFailureNotification": "未能修改日期和时间",
"@updateDateTimeFailureNotification": {
"description": "Failed to set the date & time of a file"
},
"albumDirPickerHeaderText": "选取绑定的文件夹",
"@albumDirPickerHeaderText": {
"description": "Pick the folders for a folder based album"
},
"albumDirPickerSubHeaderText": "相册只会包含已绑定文件夹内的照片",
"@albumDirPickerSubHeaderText": {
"description": "Pick the folders for a folder based album"
},
"albumDirPickerListEmptyNotification": "请选取至少一个文件夹",
"@albumDirPickerListEmptyNotification": {
"description": "Error when user pressing confirm without picking any folders"
},
"importFoldersTooltip": "导入文件夹",
"@importFoldersTooltip": {
"description": "Menu entry in the album page to import folders as albums"
},
"albumImporterHeaderText": "导入文件夹为相册",
"@albumImporterHeaderText": {
"description": "Import folders as albums"
},
"albumImporterSubHeaderText": "于下表列出推荐的文件夹。若你的服务器包含大量文件夹,将可能增加所需的时间",
"@albumImporterSubHeaderText": {
"description": "Import folders as albums"
},
"importButtonLabel": "导入",
"albumImporterProgressText": "正在导入文件夹",
"@albumImporterProgressText": {
"description": "Message shown while importing"
},
"doneButtonTooltip": "完成",
"editTooltip": "修改",
"editAccountConflictFailureNotification": "已存在相同设置的帐号",
"@editAccountConflictFailureNotification": {
"description": "Error when user modified an account such that it's identical to another one"
},
"genericProcessingDialogContent": "请等候",
"@genericProcessingDialogContent": {
"description": "Generic dialog shown when the app is temporarily blocking user input to work on something"
},
"sortTooltip": "排序",
"sortOptionDialogTitle": "排序方式",
"@sortOptionDialogTitle": {
"description": "Select how the photos should be sorted"
},
"sortOptionTimeAscendingLabel": "由旧到新",
"@sortOptionTimeAscendingLabel": {
"description": "Sort by time, in ascending order"
},
"sortOptionTimeDescendingLabel": "由新到旧",
"@sortOptionTimeDescendingLabel": {
"description": "Sort by time, in descending order"
},
"sortOptionAlbumNameLabel": "相册名称",
"@sortOptionAlbumNameLabel": {
"description": "Sort by album name, in ascending order"
},
"sortOptionAlbumNameDescendingLabel": "相册名称(降序)",
"@sortOptionAlbumNameDescendingLabel": {
"description": "Sort by album name, in descending order"
},
"sortOptionManualLabel": "手动",
"@sortOptionManualLabel": {
"description": "Sort manually"
},
"albumEditDragRearrangeNotification": "长按拖曳项目以改变排序",
"@albumEditDragRearrangeNotification": {
"description": "Instructions on how to rearrange photos"
},
"albumAddTextTooltip": "添加文字",
"@albumAddTextTooltip": {
"description": "Add some text that display between photos to an album"
},
"shareTooltip": "分享",
"@shareTooltip": {
"description": "Share selected items to other apps"
},
"shareSelectedEmptyNotification": "请选取要分享的照片",
"@shareSelectedEmptyNotification": {
"description": "Shown when user pressed the share button with only non-sharable items (e.g., text labels) selected"
},
"shareDownloadingDialogContent": "正在下载",
"@shareDownloadingDialogContent": {
"description": "Downloading photos to be shared"
},
"searchTooltip": "搜寻",
"clearTooltip": "清除",
"@clearTooltip": {
"description": "Clear some sort of user input, typically a text field"
},
"listNoResultsText": "0 项内容",
"@listNoResultsText": {
"description": "When there's nothing in a list"
},
"listEmptyText": "0 项内容",
"@listEmptyText": {
"description": "When there's nothing in a list"
},
"albumTrashLabel": "回收站",
"@albumTrashLabel": {
"description": "Deleted photos"
},
"restoreTooltip": "还原",
"@restoreTooltip": {
"description": "Restore selected items from trashbin"
},
"restoreSelectedProcessingNotification": "{count, plural, other{正在还原 {count} 个项目}}",
"@restoreSelectedProcessingNotification": {
"description": "Restoring selected items from trashbin",
"placeholders": {
"count": {
"example": "1"
}
}
},
"restoreSelectedSuccessNotification": "成功还原所有项目",
"@restoreSelectedSuccessNotification": {
"description": "Restored all selected items from trashbin successfully"
},
"restoreSelectedFailureNotification": "{count, plural, other{未能还原 {count} 个项目}}",
"@restoreSelectedFailureNotification": {
"description": "Cannot restore some of the selected items from trashbin",
"placeholders": {
"count": {
"example": "1"
}
}
},
"restoreProcessingNotification": "正在还原",
"@restoreProcessingNotification": {
"description": "Restoring the opened item from trashbin"
},
"restoreSuccessNotification": "成功还原",
"@restoreSuccessNotification": {
"description": "Restored the opened item from trashbin successfully"
},
"restoreFailureNotification": "未能还原",
"@restoreFailureNotification": {
"description": "Cannot restore the opened item from trashbin"
},
"deletePermanentlyTooltip": "永久删除",
"@deletePermanentlyTooltip": {
"description": "Permanently delete selected items from trashbin"
},
"deletePermanentlyConfirmationDialogTitle": "永久删除",
"@deletePermanentlyConfirmationDialogTitle": {
"description": "Make sure the user wants to delete the items"
},
"deletePermanentlyConfirmationDialogContent": "将于你的服务器上永久删除所选的文件。\n\n此为不可逆操作",
"@deletePermanentlyConfirmationDialogContent": {
"description": "Make sure the user wants to delete the items"
},
"albumSharedLabel": "已分享",
"@albumSharedLabel": {
"description": "A small label placed next to a shared album"
},
"metadataTaskProcessingNotification": "正在背景读取照片的中继数据",
"@metadataTaskProcessingNotification": {
"description": "Shown when the app is reading image metadata"
},
"metadataTaskPauseNoWiFiNotification": "正在等候 WiFi 网络",
"@metadataTaskPauseNoWiFiNotification": {
"description": "Shown when the app has paused reading image metadata"
},
"configButtonLabel": "设置",
"useAsAlbumCoverTooltip": "设为相册封面",
"helpTooltip": "帮助",
"helpButtonLabel": "帮助",
"removeFromAlbumTooltip": "从相册中移除",
"@removeFromAlbumTooltip": {
"description": "Remove the opened photo from an album"
},
"changelogTitle": "更新日志",
"@changelogTitle": {
"description": "Title of the changelog page"
},
"serverCertErrorDialogTitle": "不安全的服务器证书",
"@serverCertErrorDialogTitle": {
"description": "Title of the dialog to warn user about an untrusted SSL certificate"
},
"serverCertErrorDialogContent": "此服务器可能遭到入侵或你的网络正被监听",
"@serverCertErrorDialogContent": {
"description": "Warn user about an untrusted SSL certificate"
},
"advancedButtonLabel": "进阶设置",
"@advancedButtonLabel": {
"description": "Label of the advanced button"
},
"whitelistCertDialogTitle": "把服务器证书添加白名单?",
"@whitelistCertDialogTitle": {
"description": "Title of the dialog to let user decide whether to whitelist an untrusted SSL certificate"
},
"whitelistCertDialogContent": "你可以把此服务器证书添加 App 的白名单。警告:此行为有可能构成安全风险,请确保此证书的来源可信\n\n主机: {host}\n指纹: {fingerprint}",
"@whitelistCertDialogContent": {
"description": "Let user decide whether to whitelist an untrusted SSL certificate",
"placeholders": {
"host": {
"example": "www.example.com"
},
"fingerprint": {
"example": "da39a3ee5e6b4b0d3255bfef95601890afd80709"
}
}
},
"whitelistCertButtonLabel": "明白风险并添加白名单",
"@whitelistCertButtonLabel": {
"description": "Label of the whitelist certificate button"
},
"fileSharedByDescription": "为此用户分享给你",
"@fileSharedByDescription": {
"description": "The app will show the owner of the file if it's being shared with you by others. The name of the owner is displayed above this line"
},
"emptyTrashbinTooltip": "清空回收站",
"@emptyTrashbinTooltip": {
"description": "Permanently delete all items from trashbin"
},
"emptyTrashbinConfirmationDialogTitle": "清空回收站",
"@emptyTrashbinConfirmationDialogTitle": {
"description": "Make sure the user wants to delete all items"
},
"emptyTrashbinConfirmationDialogContent": "将于你的服务器上永久删除所有文件。\n\n此为不可逆操作",
"@emptyTrashbinConfirmationDialogContent": {
"description": "Make sure the user wants to delete all items"
},
"unsetAlbumCoverTooltip": "取消设为相册封面",
"@unsetAlbumCoverTooltip": {
"description": "Unset the cover of the opened album"
},
"muteTooltip": "静音",
"@muteTooltip": {
"description": "Mute the video player"
},
"unmuteTooltip": "取消静音",
"@unmuteTooltip": {
"description": "Unmute the video player"
},
"collectionPeopleLabel": "人物",
"@collectionPeopleLabel": {
"description": "Browse photos grouped by person"
},
"slideshowTooltip": "幻灯片",
"@slideshowTooltip": {
"description": "A button to start a slideshow from the current collection"
},
"slideshowSetupDialogTitle": "设置幻燈片",
"@slideshowSetupDialogTitle": {
"description": "Setup slideshow before starting"
},
"slideshowSetupDialogDurationTitle": "照片时长 (MM:SS)",
"@slideshowSetupDialogDurationTitle": {
"description": "Set the duration of each image in MM:SS format. This setting is ignored for videos"
},
"slideshowSetupDialogShuffleTitle": "随机",
"@slideshowSetupDialogShuffleTitle": {
"description": "Whether to shuffle the collection"
},
"slideshowSetupDialogRepeatTitle": "重复",
"@slideshowSetupDialogRepeatTitle": {
"description": "Whether to restart the slideshow from the beginning after the last slide"
},
"linkCopiedNotification": "已复制链接",
"@linkCopiedNotification": {
"description": "Copied the share link to clipboard"
},
"shareMethodDialogTitle": "分享方式",
"@shareMethodDialogTitle": {
"description": "Let the user pick how they want to share"
},
"shareMethodPublicLinkTitle": "公开链接",
"@shareMethodPublicLinkTitle": {
"description": "Create a share link on server and share it"
},
"shareMethodPublicLinkDescription": "于服务器上建立新的公开链接,所有开启链接的人都能存取文件",
"shareMethodPasswordLinkTitle": "密码保护链接",
"@shareMethodPasswordLinkTitle": {
"description": "Create a password protected share link on server and share it"
},
"shareMethodPasswordLinkDescription": "于服务器上建立新的密码保护链接",
"collectionSharingLabel": "分享",
"@collectionSharingLabel": {
"description": "List items being shared by the current account"
},
"fileLastSharedDescription": "于 {date} 分享",
"@fileLastSharedDescription": {
"description": "The date when this file was last shared by you",
"placeholders": {
"date": {
"example": "Jan 1, 2021",
"description": "The date string is formatted according to the current locale"
}
}
},
"fileLastSharedByOthersDescription": "{user} 于 {date} 分享给你",
"@fileLastSharedByOthersDescription": {
"description": "The date when this file was shared with you",
"placeholders": {
"user": {
"example": "Alice"
},
"date": {
"example": "Jan 1, 2021",
"description": "The date string is formatted according to the current locale"
}
}
},
"albumLastSharedByOthersDescription": "{user} 于 {date} 分享相册给你",
"@albumLastSharedByOthersDescription": {
"description": "The date when this album was shared with you",
"placeholders": {
"user": {
"example": "Alice"
},
"date": {
"example": "Jan 1, 2021",
"description": "The date string is formatted according to the current locale"
}
}
},
"sharedWithLabel": "分享详情",
"@sharedWithLabel": {
"description": "A list of users or links where this file is sharing with"
},
"unshareTooltip": "取消分享",
"@unshareTooltip": {
"description": "Remove a share"
},
"unshareSuccessNotification": "已移除分享",
"@unshareSuccessNotification": {
"description": "Removed a share"
},
"locationLabel": "地点",
"@locationLabel": {
"description": "Show where the file is located"
},
"multipleFilesLinkShareDialogContent": "Nextcloud 并不支持建立多文件的分享链接App 将会复制选取的文件到一新的文件夹,并分享该文件夹",
"@multipleFilesLinkShareDialogContent": {
"description": "Dialog shown when sharing multiple files as link"
},
"folderNameInputHint": "文件夹名称",
"@folderNameInputHint": {
"description": "Input field for folder name"
},
"folderNameInputInvalidEmpty": "请输入文件夹名称",
"@folderNameInputInvalidEmpty": {
"description": "Folder name cannot be left empty"
},
"folderNameInputInvalidCharacters": "包含不支持的字母",
"@folderNameInputInvalidCharacters": {
"description": "Folder name contains characters that are not allowed"
},
"createShareProgressText": "正在建立分享",
"@createShareProgressText": {
"description": "Message shown when sharing files"
},
"copyItemsFailureNotification": "{count, plural, other{未能复制 {count} 个项目}}",
"@copyItemsFailureNotification": {
"description": "Error message shown when some files cannot be copied",
"placeholders": {
"count": {
"example": "1"
}
}
},
"unshareLinkShareDirDialogTitle": "删除文件夹?",
"@unshareLinkShareDirDialogTitle": {
"description": "Dialog shown after user unshared a dir originally created by the app to share multiple files"
},
"unshareLinkShareDirDialogContent": "此文件夹本是 App 为了分享多文件而建立的,而此文件夹现在已没有任何分享,你希望删除此文件夹吗?",
"@unshareLinkShareDirDialogContent": {
"description": "Dialog shown after user unshared a dir originally created by the app to share multiple files"
},
"addToCollectionsViewTooltip": "添加到收藏库",
"@addToCollectionsViewTooltip": {
"description": "Albums shared with you are not automatically added to the Collections view, unless you choose to do so, which is what this button does"
},
"shareAlbumDialogTitle": "分享给用户",
"@shareAlbumDialogTitle": {
"description": "Dialog to share an album with another user"
},
"shareAlbumSuccessWithErrorNotification": "成功分享相册给 {user},但部分照片未能分享",
"@shareAlbumSuccessWithErrorNotification": {
"description": "Shared an album with another user successfully, but some files inside the album cannot be shared",
"placeholders": {
"user": {
"example": "Alice"
}
}
},
"unshareAlbumSuccessWithErrorNotification": "成功取消分享相册给 {user},但部分照片未能取消分享",
"@unshareAlbumSuccessWithErrorNotification": {
"description": "Unshared an album with another user successfully, but some files inside the album cannot be unshared",
"placeholders": {
"user": {
"example": "Alice"
}
}
},
"fixSharesTooltip": "修复分享",
"@fixSharesTooltip": {
"description": "Fix file shares in an album. Due to limitation of the server API, album and its files are shared separately, but they are both needed for shared album to work correctly. This button will attempt to synchronize them"
},
"fixTooltip": "修复",
"@fixTooltip": {
"description": "Fix an issue"
},
"fixAllTooltip": "修复全部",
"@fixAllTooltip": {
"description": "Fix all listed issues"
},
"missingShareDescription": "未有分享到 {user}",
"@missingShareDescription": {
"description": "The album is shared with user but a file is NOT",
"placeholders": {
"user": {
"example": "Alice"
}
}
},
"extraShareDescription": "已分享到 {user}",
"@extraShareDescription": {
"description": "The album is NOT shared with user but a file is",
"placeholders": {
"user": {
"example": "Alice"
}
}
},
"defaultButtonLabel": "默认",
"addUserInputHint": "添加用户",
"@addUserInputHint": {
"description": "Input a user name to share this album with"
},
"sharedAlbumInfoDialogTitle": "关于共享相册",
"@sharedAlbumInfoDialogTitle": {
"description": "This dialog is shown when user first open a shared album"
},
"sharedAlbumInfoDialogContent": "共享相册容许同一服务器上的多名用户存取相同的相册,请于使用本功能前细阅说明和限制",
"@sharedAlbumInfoDialogContent": {
"description": "This dialog is shown when user first open a shared album"
},
"learnMoreButtonLabel": "更多说明",
"migrateDatabaseProcessingNotification": "正在更新数据库",
"@migrateDatabaseProcessingNotification": {
"description": "Migrate database to work with the updated app"
},
"migrateDatabaseFailureNotification": "未能更新数据库",
"memoryAlbumName": "{count, plural, other{{count} 年前}}",
"@memoryAlbumName": {
"description": "Memory albums are generated by the app and include photos in the past years",
"placeholders": {
"count": {
"example": "2"
}
}
},
"homeFolderNotFoundDialogTitle": "未找到用户文件夹",
"@homeFolderNotFoundDialogTitle": {
"description": "The app failed to scan the user's home folder on signing in"
},
"homeFolderNotFoundDialogContent": "请更正下面的 WebDAV 网址,你可以在 Nextcloud 网页界面中找到正确的网址",
"@homeFolderNotFoundDialogContent": {
"description": "Ask the user to provide us the correct WebDAV URL"
},
"homeFolderInputInvalidEmpty": "请输入用户文件夹的名称",
"@homeFolderInputInvalidEmpty": {
"description": "Home folder can't be left empty"
},
"createCollectionTooltip": "新建照片集",
"@createCollectionTooltip": {
"description": "Create a new collection. A collection can be an album, a folder, or something else in the future"
},
"createCollectionDialogAlbumLabel": "相册",
"@createCollectionDialogAlbumLabel": {
"description": "Create an album as collection"
},
"createCollectionDialogAlbumDescription": "显示你任意添加的照片",
"@createCollectionDialogAlbumDescription": {
"description": "Describe how an album collection works"
},
"createCollectionDialogFolderLabel": "文件夹",
"@createCollectionDialogFolderLabel": {
"description": "Create a folder as collection"
},
"createCollectionDialogFolderDescription": "显示文件夹内的照片",
"@createCollectionDialogFolderDescription": {
"description": "Describe how a folder collection works"
},
"collectionFavoritesLabel": "收藏",
"@collectionFavoritesLabel": {
"description": "Browse photos added to favorites"
},
"favoriteTooltip": "添加到收藏",
"@favoriteTooltip": {
"description": "Add photo to favorites"
},
"favoriteSuccessNotification": "成功添加到收藏",
"@favoriteSuccessNotification": {
"description": "Successfully added photos to favorites"
},
"favoriteFailureNotification": "未能添加到收藏",
"@favoriteFailureNotification": {
"description": "Failed adding photos to favorites"
},
"unfavoriteTooltip": "从收藏移除",
"@unfavoriteTooltip": {
"description": "Remove photo to favorites"
},
"unfavoriteSuccessNotification": "成功从收藏移除",
"@unfavoriteSuccessNotification": {
"description": "Successfully removed photos from favorites"
},
"unfavoriteFailureNotification": "未能从收藏移除",
"@unfavoriteFailureNotification": {
"description": "Failed removing photos from favorites"
},
"createCollectionDialogTagLabel": "标签",
"@createCollectionDialogTagLabel": {
"description": "Create a collection containing files with tags"
},
"createCollectionDialogTagDescription": "显示特定标签的文件",
"@createCollectionDialogTagDescription": {
"description": "Describe how a tag collection works"
},
"addTagInputHint": "添加标签",
"@addTagInputHint": {
"description": "Input a tag"
},
"tagPickerNoTagSelectedNotification": "请添加至少一个标签",
"@tagPickerNoTagSelectedNotification": {
"description": "At least 1 tag is required to create a tag collection. This error is shown when user try to create one without selecting any tags"
},
"backgroundServiceStopping": "正在停止后台服务",
"@backgroundServiceStopping": {
"description": "The background service is stopping itself"
},
"metadataTaskPauseLowBatteryNotification": "电量不足",
"@metadataTaskPauseLowBatteryNotification": {
"description": "Shown when the app has paused reading image metadata due to low battery"
},
"errorUnauthenticated": "未授权的存取,若问题持续请重新登录",
"@errorUnauthenticated": {
"description": "Error message when server responds with HTTP401"
},
"errorDisconnected": "无法建立连接,服务器可能正在维护或你的装置已离线",
"@errorDisconnected": {
"description": "Error message when the app can't connect to the server"
},
"errorLocked": "文件于服务器上被锁定,请稍候重试",
"@errorLocked": {
"description": "Error message when server responds with HTTP423"
},
"errorInvalidBaseUrl": "无法建立连接,请确认网址为你 Nextcloud 服务器的基底网址",
"@errorInvalidBaseUrl": {
"description": "Error message when the base URL is invalid"
},
"errorWrongPassword": "服务器授权失败,请确认你的帐户名和密码为正确",
"@errorWrongPassword": {
"description": "Error message when the username or password is wrong"
},
"errorServerError": "服务器错误,请确认服务器设置无误",
"@errorServerError": {
"description": "HTTP 500"
},
"errorAlbumDowngrade": "无法修改新版本 App 所储存的相册,请更新 App 后重试",
"@errorAlbumDowngrade": {
"description": "Album files are versioned. Overwriting a newer version is disallowed as it will lead to unexpected data loss"
},
"errorNoStoragePermission": "需要存取装置文件的权限",
"@errorNoStoragePermission": {
"description": "Missing permission on Android"
}
}