翻译:《What can I hold you with?》—— 博尔赫斯《英文诗两首》之一。
What can I hold you with?
我拿什么才能留住你?I offer you lean streets, desperate
sunsets, the moon of thejagged suburbs.
我给你消瘦的街道、绝望的落日,参差不齐荒郊的月亮。
I offer you the bitterness of a man who has
looked long andlong at the lonely moon.
我给你一个久久望着孤月的人的悲哀。
I offer you my ancestors, my dead men, the ghosts that living
men have honoured
in marble:我给你我的祖先,我那被生者用大理石祭奠的死者:
my father's father killed in the frontier
of Buenos Aires, twobullets through his lungs,
我父亲的父亲在布宜诺斯艾利斯的边境死去,肺叶被两颗子弹击穿,
bearded and dead, wrapped by his soldiers
in the hide of a cow;蓄着胡子倒下,尸体被士兵们用牛皮裹起;
my mother's grandfather -just twentyfour-
heading a chargeof three hundred men in Perú,
我母亲的祖父——昔年二十四岁——在秘鲁率领三百人冲锋,
now ghosts on vanished horses.
如今是失落的马背上一般的魂灵。I offer you whatever insight my books may
hold. whatevermanliness or humour my life.
我给你我的书中也许有的一切领悟,生活之中有的一切的男子气概与幽默。I offer you the loyalty of a man who has
never been loyal.
我给你一个从未有过信仰的人的忠诚。I offer you that kernel of myself that I
have saved somehow-the central heart that deals not in words, traffics not
withdreams and is untouched by time, by joy, by adversities.
我给你我所设法保全的我的真心——不营词造句,不与梦交易,不被时间、欢乐或逆境改变的衷心。I offer you the memory of a yellow rose
seen at sunset,years before you were born.
我给你,在你出生多年以前,我在薄暮邂逅那朵黄玫瑰的记忆。I offer you explanations of yourself,
theories about yourself,authentic and surprising news of yourself.
我给你你的解释,你的本来,你真实而惊人的存在。I can give you my loneliness, my darkness,
the hunger of my heart;I am trying to bribe you with uncertainty, with danger,
with defeat.我能给你我的寂寞、我的黑暗、我心的饥渴;我正竭力用犹豫不决、危险、失败来贿赂你。
2016.9.16修改
2015.7.4修改。
翻译:《What can I hold you with?》—— 博尔赫斯《英文诗两首》之一。的更多相关文章
- bzoj5106 [CodePlus2017]汀博尔 二分
[CodePlus2017]汀博尔 Time Limit: 10 Sec Memory Limit: 512 MBSubmit: 202 Solved: 75[Submit][Status][Di ...
- bzoj5106: [CodePlus2017]汀博尔(二分答案)
5106: [CodePlus2017]汀博尔 题目:传送门 题解: 百题纪念!!! 原谅一下第一百题刷了到水题... 直接二分月份然后判断(注意上界大小) 代码: #include<cstdi ...
- [LOJ 6249]「CodePlus 2017 11 月赛」汀博尔
Description 有 n 棵树,初始时每棵树的高度为 H_i,第 i 棵树每月都会长高 A_i.现在有个木料长度总量为 S 的订单,客户要求每块木料的长度不能小于 L,而且木料必须是整棵树(即不 ...
- Code+ B 汀博尔【二分答案】
时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 262144K,其他语言524288K64bit IO Format: %lld 题目描述 有 n 棵树,初始时每棵树的高度为 Hi,第 ...
- [CodePlus2017]汀博尔
Time Limit: 10 Sec Memory Limit: 512 MBSubmit: 158 Solved: 61[Submit][Status][Discuss] Description ...
- BZOJ 5106 [CodePlus2017]汀博尔
[题解] 二分答案.r要设好,不能随便设置为max(s,len),不然check的时候会爆long long #include<cstdio> #include<algorithm& ...
- BZOJ5106: [CodePlus2017]汀博尔
[传送门:BZOJ5106] 简要题意: 给出n棵树,初始高度为h[i],每棵树每个月长高a[i] 现有一个客户,需要至少s长的总木材,而且每次截取的木材必须是一整颗树而且高度大于等于L 求出最少的月 ...
- [No00005F]读书与心智
读千卷书,行万里路,不够…还得有个对谈者相伴,才更有意思.十月七号晚上,与友人谈读书,线上直播,三百观众相伴,四小时畅谈,不亦乐乎! Part1:读书的载体 散发出最浓郁的知识芬芳和铭刻下最隽永的历史 ...
- NSA互联网公开情报收集指南:迷宫中的秘密·下
猫宁!!! 参考链接: https://www.nsa.gov/news-features/declassified-documents/assets/files/Untangling-the-Web ...
随机推荐
- Python3 如何优雅地使用正则表达式(详解四)
更多强大的功能 到目前为止,我们只是介绍了正则表达式的一部分功能.在这一篇中,我们会学习到一些新的元字符,然后再教大家如何使用组来获得被匹配的部分文本. 更多元字符 还有一些元字符我们没有讲到,接下来 ...
- 第几天 switch做法 杭电
第几天? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submi ...
- IOS NSUserDefaults 讲解 用法
IOS NSUserDefaults 讲解 用法 NSUserDefaults适合存储轻量级的本地数据,比如要保存一个登陆界面的数据,用户名.密码之类的,个人觉得使用NSUserDefaults ...
- Swift—final关键字-b
在类的定义中使用final关键字声明类.属性.方法和下标.final声明的类不能被继承,final声明的属性.方法和下标不能被重写. 下面看一个示例: final class Person { //声 ...
- Notepad++ Java开发环境配置
1. 安装JDK 下载JDK 6下载 http://developers.sun.com.cn/download/java_se.html 运行安装程序,按照屏幕提示完成JDK 6的安装,下面为安装路 ...
- 无递归 A星寻路算法
整理硬盘的时候,发现我早些年写的A星寻路算法.特放上来,待有缘人拿去,无递归噢,性能那是杠杠的. 码上伺候 public class Node { public int X { get; set; } ...
- LeetCode _ Gas Station
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You ...
- MVC通俗演义系列开篇
最近在读<世界史通俗演义>,发现这本书非常好,比从小上大的历史书好的多.读的开心之余,也不敢跟别人说,怕被说成“通俗”.这跟英文的技术类文章很像.英文中的IT类文章几乎是通俗形象 ...
- NCPC 2015 - Problem A - Adjoin the Networks
题目链接 : http://codeforces.com/gym/100781/attachments 题意 : 有n个编号为0-n-1的点, 给出目前已经有的边(最多n-1条), 问如何添加最少的边 ...
- [LeetCode] 128. Longest Consecutive Sequence 解题思路
Given an unsorted array of integers, find the length of the longest consecutive elements sequence. F ...