Sleeping Beauty,摘自iOS应用Snow White and more stories
Once upon a time, there lived a king and queen.
从前,有个国王和王后。
They had a beautiful daughter.
他们有一个漂亮的女儿。
One day an angry bad witch appeared on her birthday.
一天,一位生气的坏巫婆出现在她生日那天。
"I'm going to cast a spell on the princess. She will prick herself on a needle and die!" shouted the witch.
“我要向公主施咒。她会被针刺到自己,并死去!”巫婆呼喊道。
The queen was very upset.
王后非常难过。
When the bad witch left, a good witch changed the spell.
当坏巫婆离开后,一个好巫婆更改了咒语。
"She will prick her finger and fall asleep. She will wake up if she is kissed by a prince," said the good witch.
“她会刺到自己的手指,并睡着。如果她被一位王子亲一下,就会醒来。”
The king later got rid of all the needles in the country.
后来国外下令把这个国家的所有针都丢掉。
The beautiful princess lived a happy life.
漂亮的公主过着快乐的生活。
On her eighteenth birthday, she found a hidden door in the caslte.
在18岁生日那天,她在城堡里发现一扇隐蔽的门。
She opened it and found an old lady sewing.
她打开了们,发现一位老妇人在做针线活。
"That looks like fun! What are you doing?" asked the princess.
“看上去很有趣!你在做什么呢?”公主问。
Sha had never seen anyone sew before because the king did not allow people to have needles.
之前她从未见过任何人做针线活,因为国王不许人们有针。
"I am sewing a dress. Would you like to try?" asked the old lady.
“我在织一件衣服。你要试试吗?”老夫人问。
The princess took the needle in her hand.
公主把针拿到了自己手上。
Then she pricked herself.
接着她刺到了自己。
At that moment, the entire castle - including the animals - fell asleep.
在那一刻,整座城堡,包括动物,都睡着了。
Everyone in the castle slept for one hundred years.
城堡里的每个人都沉睡了100年。
During that time, plants grew and hid the castle.
在那段时间,植物不断生长,遮住了城堡。
One day a prince was lost.
一天,一位王子迷路了。
And he saw the thick woods.
他看到了茂密的树林。
He used his sword to cut through the plants.
他用刀从树林里砍出一条路。
The prince was surprised to discover that there was a castle underneath.
王子惊讶地发现下面有座城堡。
He went inside and found everyone asleep.
他走了进去,发现每个人都在睡觉。
He walked around the castle and saw the beautiful sleeping princess.
他绕着城堡走着,看到了美丽的睡公主。
The prince held her hand and kissed it.
王子握住她的手,亲了一下。
At that moment the princess and the rest of the castle woke up.
在那一刻,公主以及城堡的其他事物,都醒了过来。
The princess brought the prince to her parents.
公主把王子带到了她的父母前。
They were soon married.
不久后,他们结婚了。
The prince and the princess lived happily ever after.
从此,王子和公主过着快乐的生活。
Sleeping Beauty,摘自iOS应用Snow White and more stories的更多相关文章
- Snow White,摘自iOS应用Snow White and more stories
Once upon a time, there was a land. 从前,有个国度. It was ruled by an evil queen. 它被一位邪恶的女王统治. Every day t ...
- The Princess and the Pea,摘自iOS应用Snow White and more stories
Once upon a time there was a prince who wanted to marry a real princess.从前,有个王子想和真正的公主结婚. He looked ...
- The Little Match Girl,摘自iOS应用Snow White and more stories
Many years ago on a cold and snowy New Year's Eve, a poor little girl was wandering arround on the s ...
- Thumbelina,摘自iOS应用Snow White and more stories
Once upon a time there was a woman who wanted to have a child. 从前,有个想要个孩子的女人. A witch heard her wish ...
- IOS委托设计模式(摘自IOS开发指南)
- Xamarin Studio在Mac环境下的配置和Xamarin.iOS常用控件的示例
看过好多帖子都是Win环境装XS,Mac只是个模拟器,讲解在Mac环境下如何配置Xamarin Studio很少,也是一点点找资料,东拼西凑才把Xamarin Studio装在Mac上跑起来,如下: ...
- Daily record-October
October 11. Hope is a good thing, maybe the best of things, and no good thing ever dies. 希望是美好的,也许是人 ...
- 五、Pandas玩转数据
Series的简单运算 import numpy as np import pandas as pd s1=pd.Series([1,2,3],index=['A','B','C']) print(s ...
- “设计之变”--从iPhone应用到iPad应用
在做APP的iPad版本设计时,我们常常需要考虑:如何在延续iPhone版本设计特色和优点同时,充分利用iPad的特性更好地进行设计.本文从iPad和iPhone的差异性入手,试图总结这一设计过程中需 ...
随机推荐
- wpf GridControl selectAll UnSelect
<Window x:Class="WpfApplication1.GridControlView" xmlns="http://schemas.microsoft. ...
- 从 React Router 谈谈路由的那些事
React Router 是专为 React 设计的路由解决方案,在使用 React 来开发 SPA (单页应用)项目时,都会需要路由功能,而 React Router 应该是目前使用率最高的. Re ...
- 关于微信浏览器不支持offset()的兼容性处理
问题的背景: 在手机触屏版中,当页面向上滑动的时候,导航条可以固定在顶部,通过判断offset().top的值来实现这个功能,其他的浏览器都可以,只有微信浏览器中出现问题(向上滑动的时候,导航条就会直 ...
- js中cookie、sessionStorage、localStorage
一.cookie <!DOCTYPE html> <html> <head> <meta charset="utf-8"> < ...
- Codeforces Gym101502 A.Very Hard Question
2017 JUST Programming Contest 3.0 昨天的训练赛,打的好难过,因为被暴打了,写了8题,他们有的写了9题,差了一道dp,博客上写7道题的题解. 因为有一道是套板子过的,并 ...
- Java 基础【04】数组内存分配
可能Java 数组大家都很熟悉,最近我遇到了一个关于Java 数组内存分配的问题. 突然发现许多书上“基本数据类型存储在栈内存当中,对象则保存在堆内存”这句话完全是错误的.下面是个简单的例子代码: p ...
- unity3d Resources.Load动态加载资源
初步整理并且学习unity3d资源加载方法,预计用时两天完成入门学习Unity3d常用两种加载资源方案:Resources.Load和AssetBundle Resources.Load就是从一个缺省 ...
- Java调用Python程序
最近,需要在应用中,需要使用Java程序去调用Python代码,主要有两种实现方式. 一.使用Jython架包 因为调用的Python代码中需要使用Json对象,开始使用jython2.5.2,发现不 ...
- Web地图服务、WMS 请求方式、网络地图服务(WMS)的三大操作
转自奔跑的熊猫原文 Web地图服务.WMS 请求方式.网络地图服务(WMS)的三大操作 1.GeoServer(地理信息系统服务器) GeoServer是OpenGIS Web 服务器规范的 J2EE ...
- java 图片加水印,设置透明度。说明非常具体
package com.yidao.common; import java.awt.AlphaComposite; import java.awt.Graphics2D; import java.aw ...