What can I hold you with?
我拿什么才能留住你?

I offer you lean streets, desperate
sunsets, the moon of the

jagged suburbs.

我给你消瘦的街道、绝望的落日,参差不齐荒郊的月亮。

I offer you the bitterness of a man who has
looked long and

long 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, two

bullets through his lungs,

我父亲的父亲在布宜诺斯艾利斯的边境死去,肺叶被两颗子弹击穿,

bearded and dead, wrapped by his soldiers
in the hide of a cow;

蓄着胡子倒下,尸体被士兵们用牛皮裹起;

my mother's grandfather -just twentyfour-
heading a charge

of three hundred men in Perú,

我母亲的祖父——昔年二十四岁——在秘鲁率领三百人冲锋,

now ghosts on vanished horses.
如今是失落的马背上一般的魂灵。

I offer you whatever insight my books may
hold. whatever

manliness 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
with

dreams 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?》—— 博尔赫斯《英文诗两首》之一。的更多相关文章

  1. bzoj5106 [CodePlus2017]汀博尔 二分

    [CodePlus2017]汀博尔 Time Limit: 10 Sec  Memory Limit: 512 MBSubmit: 202  Solved: 75[Submit][Status][Di ...

  2. bzoj5106: [CodePlus2017]汀博尔(二分答案)

    5106: [CodePlus2017]汀博尔 题目:传送门 题解: 百题纪念!!! 原谅一下第一百题刷了到水题... 直接二分月份然后判断(注意上界大小) 代码: #include<cstdi ...

  3. [LOJ 6249]「CodePlus 2017 11 月赛」汀博尔

    Description 有 n 棵树,初始时每棵树的高度为 H_i,第 i 棵树每月都会长高 A_i.现在有个木料长度总量为 S 的订单,客户要求每块木料的长度不能小于 L,而且木料必须是整棵树(即不 ...

  4. Code+ B 汀博尔【二分答案】

    时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 262144K,其他语言524288K64bit IO Format: %lld 题目描述 有 n 棵树,初始时每棵树的高度为 Hi,第 ...

  5. [CodePlus2017]汀博尔

    Time Limit: 10 Sec  Memory Limit: 512 MBSubmit: 158  Solved: 61[Submit][Status][Discuss] Description ...

  6. BZOJ 5106 [CodePlus2017]汀博尔

    [题解] 二分答案.r要设好,不能随便设置为max(s,len),不然check的时候会爆long long #include<cstdio> #include<algorithm& ...

  7. BZOJ5106: [CodePlus2017]汀博尔

    [传送门:BZOJ5106] 简要题意: 给出n棵树,初始高度为h[i],每棵树每个月长高a[i] 现有一个客户,需要至少s长的总木材,而且每次截取的木材必须是一整颗树而且高度大于等于L 求出最少的月 ...

  8. [No00005F]读书与心智

    读千卷书,行万里路,不够…还得有个对谈者相伴,才更有意思.十月七号晚上,与友人谈读书,线上直播,三百观众相伴,四小时畅谈,不亦乐乎! Part1:读书的载体 散发出最浓郁的知识芬芳和铭刻下最隽永的历史 ...

  9. NSA互联网公开情报收集指南:迷宫中的秘密·下

    猫宁!!! 参考链接: https://www.nsa.gov/news-features/declassified-documents/assets/files/Untangling-the-Web ...

随机推荐

  1. CentOS下建立本地YUM源并自动更新

    1. 尽管有很多的免费镜像提供yum源服务,但是还是有必要建立自己的yum服务器,主要出于以下几点考虑: l 网络速度:访问互联网可能比较慢 l 节省带宽:如果有大量的服务器,架设自己的yum源可以有 ...

  2. Oracle 存储过程介绍

    存储过程 1 CREATE OR REPLACE PROCEDURE 存储过程名 2 IS 3 BEGIN 4 NULL; 5 END; 行1: CREATE OR REPLACE PROCEDURE ...

  3. MMDrawerController 使用遇到的问题及定制

    MMDrawerController 1,集成UIViewController * leftDrawer = [[UIViewController alloc] init]; UIViewContro ...

  4. 个人vim配置(.vimrc文件分享)

    syntax enable syntax on colorscheme desert set nu! set nowrap set nobackup set backspace= set tabsto ...

  5. Android UI 调试常用工具(Dump view UI hierarchy for Automator)

    UI调试时程序员比较头疼的问题:有时候经常会被1dp.2dp的问题,搞得无言以对(Android开发深有体会) 下面介绍一个在实际开发过程中常用的一个调试工具,可以精确到每个View在屏幕中的绝对位置 ...

  6. the smallest positive number

    2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any rema ...

  7. java疯狂演义----简单java IDE工具

    file:commons package org.crazyit.editor.commons; import org.crazyit.editor.EditorFrame; import org.c ...

  8. Qt全局热键(windows篇)(使用RegisterHotKey和句柄进行注册)

    转载:http://www.cuteqt.com/blog/?p=2088 Qt对于系统底层,一直没有很好的支持,例如串口并口通信,还有我们经常都会用到的全局热键,等等.既然Qt可能出于某种原因,不对 ...

  9. expect: spawn id exp4 not open

    spawn rsync -avH --delete /home/dwetl/bin dwetl@10.128.8.151:/home/dwetl/bin sending incremental fil ...

  10. 【HDOJ】1493 QQpet exploratory park

    超水的动态规划.最后要对概率求Sigma. #include <cstdio> #include <cstring> #include <cstdlib> #def ...