no message

Former-commit-id: 708022d8ed27b8dbed4986b81b525d4eb262b37f
Former-commit-id: e3315651fbf8629ced255f3a459a0fd5840f64bb
Former-commit-id: 681a5c631f8cb8154f9dbac6aca7ab860568769d
This commit is contained in:
李杨
2018-02-14 13:14:23 +08:00
parent 42ff7e58a8
commit 0f64732040
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<template>
<div>
<p>{{$t('subtitle')}}</p>
<el-tag>{{$t('hello')}}</el-tag>
<p>{{$t('vue')}}</p>
<p>{{$t('check.title')}}</p>

View File

@@ -1,5 +1,6 @@
{
"cn": {
"subtitle": "你可以在两个示例页面之间切换,检查语言变化",
"hello": "你好",
"vue": "Vue (读音 /vjuː/,类似于 view) 是一套用于构建用户界面的渐进式框架。与其它大型框架不同的是Vue 被设计为可以自底向上逐层应用。Vue 的核心库只关注视图层不仅易于上手还便于与第三方库或既有项目整合。另一方面当与现代化的工具链以及各种支持类库结合使用时Vue 也完全能够为复杂的单页应用提供驱动。",
"check": {
@@ -12,6 +13,7 @@
}
},
"en": {
"subtitle": "You can switch between two sample pages to check language changes",
"hello": "hello",
"vue": "Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.",
"check": {
@@ -24,6 +26,7 @@
}
},
"ja": {
"subtitle": "あなたは2つの例のページの間で切り替えて、言語の変化を検査することができます",
"hello": "こんにちは",
"vue": "Vue (発音は /vjuː/、view と同様)はユーザーインターフェイスを構築するためのプログレッシブフレームワークです。他の一枚板(モノリシック: monolithic)なフレームワークとは異なり、Vue は少しずつ適用していけるように設計されています。中核となるライブラリは view 層だけに焦点を当てています。そのため、使い始めるのも、他のライブラリや既存のプロジェクトに統合するのも、とても簡単です。また、モダンなツールやサポートライブラリと併用することで、洗練されたシングルページアプリケーションの開発も可能です。",
"check": {