-
-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Chinese (Simplified) (zh))
Currently translated at 24.1% (7 of 29 strings) Translation: XWiki Platform/Attachment API Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-attachment/attachment-api/zh/
- Loading branch information
Showing
1 changed file
with
48 additions
and
1 deletion.
There are no files selected for viewing
49 changes: 48 additions & 1 deletion
49
...hment/xwiki-platform-attachment-api/src/main/resources/ApplicationResources_zh.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,48 @@ | ||
|
||
# --------------------------------------------------------------------------- | ||
# See the NOTICE file distributed with this work for additional | ||
# information regarding copyright ownership. | ||
# | ||
# This is free software; you can redistribute it and/or modify it | ||
# under the terms of the GNU Lesser General Public License as | ||
# published by the Free Software Foundation; either version 2.1 of | ||
# the License, or (at your option) any later version. | ||
# | ||
# This software is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public | ||
# License along with this software; if not, write to the Free | ||
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
# 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
# --------------------------------------------------------------------------- | ||
attachment.move.nonExisting=\u8BE5\u9644\u4EF6\u4E0D\u5B58\u5728\u3002 | ||
attachment.move.emptyName=\u8BF7\u8F93\u5165\u6B63\u786E\u7684\u9644\u4EF6\u540D\u79F0\u3002 | ||
attachment.move.alreadyExists=\u540D\u4E3A\uFF08{0}\uFF09\u7684\u9644\u4EF6\u5DF2\u5B58\u5728\u4E8E<a href="{2}">{1}</a>\u3002\u8BF7\u63D0\u4F9B\u4E00\u4E2A\u4E0D\u540C\u7684\u540D\u79F0\u3002 | ||
attachment.move.title=\u4ECE<a href="{2}">{1}</a>\u79FB\u52A8\u5230{0} | ||
attachment.move.source.label=\u6E90 | ||
attachment.move.source.hint=\u5373\u5C06\u79FB\u52A8\u7684\u9644\u4EF6\u3002 | ||
attachment.move.links.label=\u66F4\u65B0\u94FE\u63A5 | ||
### Missing: attachment.move.links.hint=Update the target of {0} {0,choice,0#incoming links|1#incoming link|1<incoming links} to this page and preserve the target of relative outgoing links from this page in the new location | ||
### Missing: attachment.move.autoRedirect.label=Create an automatic redirect | ||
### Missing: attachment.move.autoRedirect.hint=Redirect the user to the new attachment when accessing the old attachment. Select this option if you don't want to break external links to the old attachment. | ||
### Missing: attachment.move.newName.label=New Attachment Name | ||
### Missing: attachment.move.newName.hint=The new name of the attachment. | ||
### Missing: attachment.move.newLocation.label=New Attachment Location | ||
### Missing: attachment.move.newLocation.hint=The new location of the attachment. | ||
### Missing: attachment.move.newName.placeholder=NewAttachmentName | ||
### Missing: attachment.move.targetNotWritable=You don't have the right to create or edit the target page. | ||
### Missing: attachment.move.submit=Submit | ||
### Missing: attachment.move.status.notFound=The requested attachment move status could not be found. | ||
### Missing: attachment.move.status.label=Attachment Move Status | ||
### Missing: attachment.move.status.hint=The following attachment move operation has been started by {0} on {1}. | ||
### Missing: attachment.move.targetLocation.modal.title=Select New Attachment Location | ||
### Missing: attachment.move.targetLocation.modal.selectButton=Select | ||
### Missing: attachment.move.targetLocation.modal.closeButton=Close | ||
### Missing: attachment.job.saveDocument.inPlace=Attachment {0} moved to {1}. | ||
### Missing: attachment.job.saveDocument.source=Attachment moved to {0}. | ||
### Missing: attachment.job.saveDocument.target=Attachment moved from {0}. | ||
### Missing: attachment.job.rollbackDocument.target=Rollback because moving [{0}] to [{1}] failed. | ||
### Missing: attachment.job.creation.error=Failed to create a move attachment job. | ||
### Missing: attachment.listener.attachmentAdded.removeRedirection=Remove outdated automatic redirect for attachment {0} |