From b08e244e2518b861a9204195aae7c8cc011a457b Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 2 Dec 2014 02:10:17 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/zh_CN.js | 6 ++++++ l10n/zh_CN.json | 6 ++++++ l10n/zh_CN.php | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index c8e283d8..aa5bdf81 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -5,8 +5,12 @@ OC.L10N.register( "Bookm." : "书签", "No file provided for import" : "未提供导入文件", "Unsupported file type for import" : "不支持导入的文件类型", + "Bookmark added. You can close the window now." : "书签添加成功。您现在可以关闭该窗口。", + "Bookmark added successfully" : "书签添加成功", + "Some Error happened." : "出错了。", "Error" : "错误", "Filter by tag" : "按标签过滤", + "Are you sure you want to remove this bookmark?" : "您确定要删除改书签吗?", "Warning" : "警告", "Tags" : "标签", "Are you sure you want to remove this tag from every entry?" : "确定要从所有条目中移除此标签?", @@ -14,6 +18,7 @@ OC.L10N.register( "Import completed successfully." : "导入成功完成。", "Uploading..." : "上传中……", "Add a bookmark" : "新增一个书签", + "This URL is already bookmarked! Overwrite?" : "当前地址已经存在!确认覆盖吗?", "The title of the page" : "页面名称", "The address of the page" : "页面地址", "Description of the page" : "页面描述", @@ -26,6 +31,7 @@ OC.L10N.register( "Address" : "地址", "Add" : "增加", "You have no bookmarks" : "您暂无书签", + "You can also import a bookmark file" : "您可以导入书签文件", "Bookmarklet" : "书签", "Export & Import" : "导入导出", "Export" : "导出", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 863156e4..ab7889c8 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -3,8 +3,12 @@ "Bookm." : "书签", "No file provided for import" : "未提供导入文件", "Unsupported file type for import" : "不支持导入的文件类型", + "Bookmark added. You can close the window now." : "书签添加成功。您现在可以关闭该窗口。", + "Bookmark added successfully" : "书签添加成功", + "Some Error happened." : "出错了。", "Error" : "错误", "Filter by tag" : "按标签过滤", + "Are you sure you want to remove this bookmark?" : "您确定要删除改书签吗?", "Warning" : "警告", "Tags" : "标签", "Are you sure you want to remove this tag from every entry?" : "确定要从所有条目中移除此标签?", @@ -12,6 +16,7 @@ "Import completed successfully." : "导入成功完成。", "Uploading..." : "上传中……", "Add a bookmark" : "新增一个书签", + "This URL is already bookmarked! Overwrite?" : "当前地址已经存在!确认覆盖吗?", "The title of the page" : "页面名称", "The address of the page" : "页面地址", "Description of the page" : "页面描述", @@ -24,6 +29,7 @@ "Address" : "地址", "Add" : "增加", "You have no bookmarks" : "您暂无书签", + "You can also import a bookmark file" : "您可以导入书签文件", "Bookmarklet" : "书签", "Export & Import" : "导入导出", "Export" : "导出", diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php index 81ff571a..101cfa36 100644 --- a/l10n/zh_CN.php +++ b/l10n/zh_CN.php @@ -4,8 +4,12 @@ $TRANSLATIONS = array( "Bookm." => "书签", "No file provided for import" => "未提供导入文件", "Unsupported file type for import" => "不支持导入的文件类型", +"Bookmark added. You can close the window now." => "书签添加成功。您现在可以关闭该窗口。", +"Bookmark added successfully" => "书签添加成功", +"Some Error happened." => "出错了。", "Error" => "错误", "Filter by tag" => "按标签过滤", +"Are you sure you want to remove this bookmark?" => "您确定要删除改书签吗?", "Warning" => "警告", "Tags" => "标签", "Are you sure you want to remove this tag from every entry?" => "确定要从所有条目中移除此标签?", @@ -13,6 +17,7 @@ $TRANSLATIONS = array( "Import completed successfully." => "导入成功完成。", "Uploading..." => "上传中……", "Add a bookmark" => "新增一个书签", +"This URL is already bookmarked! Overwrite?" => "当前地址已经存在!确认覆盖吗?", "The title of the page" => "页面名称", "The address of the page" => "页面地址", "Description of the page" => "页面描述", @@ -25,6 +30,7 @@ $TRANSLATIONS = array( "Address" => "地址", "Add" => "增加", "You have no bookmarks" => "您暂无书签", +"You can also import a bookmark file" => "您可以导入书签文件", "Bookmarklet" => "书签", "Export & Import" => "导入导出", "Export" => "导出",