Site Notice

hello, world

Difference between revisions of "MediaWiki:InPageEdit-v2/i18n.json"

From Project-EPB Commons
(Created page with "{ "en": { "foo": "bar - this is test string" } }")
 
Line 1: Line 1:
 
{
 
{
 
     "en": {
 
     "en": {
         "foo": "bar - this is test string"
+
         "foo": "bar - this is English test string",
 +
        "notify-editing-history": "You are editing old version of this page"
 +
    },
 +
    "zh-hans": {
 +
        "foo": "bar - 这是一条简体中文测试信息",
 +
        "confirm": "确定",
 +
        "cancel": "取消",
 +
        "ok": "好的",
 +
        "notify-success": "成功",
 +
        "notify-info": "注意",
 +
        "notify-error": "警告",
 +
        "notify-editing-history": "你正在编辑此页面的历史版本",
 +
        "editor-title-editRevision": "历史版本",
 +
        "editor-summary-rivision": "编辑自",
 +
        "editor-title-editSection": "第$1部分",
 +
        "editor-title-editing": "正在编辑",
 +
        "editSummary": "编辑摘要",
 +
        "markAsMinor": "标记为小编辑",
 +
        "editor-button-save": "保存编辑",
 +
        "editor-confirm-save": "确定要保存编辑吗?",
 +
        "editor-button-preview": "查看预览",
 +
        "editor-button-diff": "显示差异",
 +
        "editor-button-findAndReplace": "查找替换",
 +
        "window-leave-confirm": "确定离开页面吗?您的编辑不会被保存。",
 +
        "notify-no-right": "权限不足",
 +
        "editor-no-right": "您没有编辑此页面的权限,您可以在讨论页提交修改建议。",
 +
        "editor-title-editNotice": "编辑提示",
 +
        "editor-has-editNotice": "此页面有编辑提示,点击查看",
 +
        "editor-leave-confirm": "确定离开编辑器吗?您的编辑不会被保存。",
 +
        "notify-no-change": "没有进行任何操作",
 +
        "editor-title-saving": "正在保存……",
 +
        "notify-save-success": "保存成功,正在刷新页面……",
 +
        "editor-save-error": "保存时出现错误"
 
     }
 
     }
 
}
 
}

Revision as of 00:04, 26 March 2020

en
foo"bar - this is English test string"
notify-editing-history"You are editing old version of this page"
zh-hans
foo"bar - 这是一条简体中文测试信息"
confirm"确定"
cancel"取消"
ok"好的"
notify-success"成功"
notify-info"注意"
notify-error"警告"
notify-editing-history"你正在编辑此页面的历史版本"
editor-title-editRevision"历史版本"
editor-summary-rivision"编辑自"
editor-title-editSection"第$1部分"
editor-title-editing"正在编辑"
editSummary"编辑摘要"
markAsMinor"标记为小编辑"
editor-button-save"保存编辑"
editor-confirm-save"确定要保存编辑吗?"
editor-button-preview"查看预览"
editor-button-diff"显示差异"
editor-button-findAndReplace"查找替换"
window-leave-confirm"确定离开页面吗?您的编辑不会被保存。"
notify-no-right"权限不足"
editor-no-right"您没有编辑此页面的权限,您可以在讨论页提交修改建议。"
editor-title-editNotice"编辑提示"
editor-has-editNotice"此页面有编辑提示,点击查看"
editor-leave-confirm"确定离开编辑器吗?您的编辑不会被保存。"
notify-no-change"没有进行任何操作"
editor-title-saving"正在保存……"
notify-save-success"保存成功,正在刷新页面……"
editor-save-error"保存时出现错误"