menu
Tatoeba
language
Registrarse Identificarse
language Español
menu
Tatoeba

chevron_right Registrarse

chevron_right Identificarse

Navegar

chevron_right Mostrar oración aleatoriamente

chevron_right Navegar por idioma

chevron_right Navegar por lista

chevron_right Navegar por etiqueta

chevron_right Navegar por oraciones con voz

Comunidad

chevron_right Muro

chevron_right Lista de todos los miembros

chevron_right Idiomas de los miembros

chevron_right Hablantes nativos

search
clear
swap_horiz
search

Muro (7.148 hilos de mensajes)

Consejos

Antes de preguntar, asegúrese de leer FAQ.

Nuestro objetivo es mantener una atmósfera saludable para las discusiones civilizadas. Por favor, lea nuestras reglas contra el mal comportamiento.

Últimos mensajes feedback

gillux

ayer

feedback

sharptoothed

ayer

subdirectory_arrow_right

frpzzd

hace 11 días

subdirectory_arrow_right

EugeneGS

hace 11 días

subdirectory_arrow_right

frpzzd

hace 11 días

subdirectory_arrow_right

EugeneGS

hace 12 días

subdirectory_arrow_right

frpzzd

hace 12 días

subdirectory_arrow_right

gillux

hace 13 días

feedback

frpzzd

hace 14 días

feedback

sharptoothed

hace 16 días

blay_paul blay_paul 20 de marzo de 2010 20 de marzo de 2010, 19:20:37 UTC flag Report link Enlace permanente

Translation suggestions

There are now 100 translation suggestions waiting to be checked at
https://translations.launchpad..../ja/+translate

I would urge people who understand Japanese to check them and either confirm or correct them.

blay_paul blay_paul 19 de marzo de 2010 19 de marzo de 2010, 18:02:52 UTC flag Report link Enlace permanente

Source Code?

In order to better determine possible translations for
https://translations.launchpad..../ja/+translate
it would help if I could view the source code.

Also, some translation items require code reworking as well. e.g. "linked to" should probably be "linked to » %s" (where %s is the sentence number) so that the Japanese could be something like "%s とつながる".

{{vm.hiddenReplies[363] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
TRANG TRANG 20 de marzo de 2010 20 de marzo de 2010, 13:09:59 UTC flag Report link Enlace permanente

Normally the path of the file should be enough of a hint for you to figure out on which page of the website the string can be found.

If the path is something like /views/<something>/file.ctp file, then you would usually (not always) need to go to http://tatoeba.org/<something>/file

If the path is /controllers/<something>_controller.php, then the string is a bit harder to find, but it can be found somewhere in the pages that start with http://tatoeba.org/<something>/

I don't know how comfortable you are looking at source code, but it could be simpler if you just translated what you can first. We have a "test" version of Tatoeba where we test things before we update the "real" version of Tatoeba. As soon as you have your translations done (even partially), we can update the "test" version and you can then browse around in there to check if the translations fit or not. I'll give you the link in a private message.

Other than that, the source code can be found here:
http://subversion.assembla.com/...ba2/trunk/app/
Just note that the strings in Launchpad are not always exactly synchronized with the code source.

{{vm.hiddenReplies[364] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
blay_paul blay_paul 20 de marzo de 2010 20 de marzo de 2010, 14:34:06 UTC flag Report link Enlace permanente

> I don't know how comfortable you are looking at source code

Reasonably. I'm familiar with Visual Basic, Javascript and Visual Basic - PhP is like the bastard offspring of all of those.

Without looking at the code it's very difficult to correctly translate things like

<b>Share</b> your knowledge.

because they are handled as _two strings_ and the order needs to be reversed in Japanese.

<b>知識</b>を共有する

{{vm.hiddenReplies[365] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
TRANG TRANG 20 de marzo de 2010 20 de marzo de 2010, 14:40:22 UTC flag Report link Enlace permanente

Ah yes, forgot to mention, like you noted, there are some strings that we forgot to make more "compliant" for internationalization.

You can send me an email to list those you find. I'll fix it in the code and update the strings in Launchpad.

saeb saeb 18 de marzo de 2010 18 de marzo de 2010, 19:21:25 UTC flag Report link Enlace permanente

Question, which places more strain on the server: generating sentences using a keyword query or using the random sentence generator?

{{vm.hiddenReplies[361] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
sysko sysko 19 de marzo de 2010 19 de marzo de 2010, 9:45:52 UTC flag Report link Enlace permanente

random sentences for sure, mysql doesn't like random at all ^^ we're on the way to try to make it faster

jaystarkey jaystarkey 15 de marzo de 2010 15 de marzo de 2010, 21:58:23 UTC flag Report link Enlace permanente

Would be really cool if we could add audio someday to the example sentences ;-)

{{vm.hiddenReplies[358] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
sysko sysko 16 de marzo de 2010 16 de marzo de 2010, 11:38:59 UTC flag Report link Enlace permanente

We plan to do so, you will have more details and maybe a proof of concet at the beginning of April :)

{{vm.hiddenReplies[359] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
Swift Swift 28 de marzo de 2010 28 de marzo de 2010, 11:30:09 UTC flag Report link Enlace permanente

Looking forward to that!

Wolf Wolf 15 de marzo de 2010 15 de marzo de 2010, 0:25:42 UTC flag Report link Enlace permanente

Did you change something with the database dump? This Saturday's jpn_indices contain invalid utf8 characters and the affected lines seem to be truncated.

The following sentence ids have problems: 83767, 91272, 140460, 146080, 152054, 190707, 195118, 199753, 205628, 211131, 213530, 235850

{{vm.hiddenReplies[356] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
TRANG TRANG 15 de marzo de 2010 15 de marzo de 2010, 18:46:14 UTC flag Report link Enlace permanente

Ah, indeed, indeed. I had changed the 'text' field from varchar to varbinary, but kept the length to 500. That's why those entries were truncated. I've fixed it and did a new export of the jpn_indices.


> This Saturday's jpn_indices [...]

How do you know about that by the way? I don't remember making it official yet, that the download files would be upadted on Saturdays. (or did I? o.o)

saeb saeb 13 de marzo de 2010 13 de marzo de 2010, 17:34:18 UTC flag Report link Enlace permanente

1000+ sentences in arabic.

I'd like 2 thank everyone that has ever thanked everyone. On behalf of all of us you've thanked I say thank u for thanking us.

lol dane cook is brilliant :D

{{vm.hiddenReplies[354] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
MUIRIEL MUIRIEL 14 de marzo de 2010 14 de marzo de 2010, 11:51:42 UTC flag Report link Enlace permanente

:D thank you^^.

saeb saeb 13 de marzo de 2010 13 de marzo de 2010, 17:30:57 UTC flag Report link Enlace permanente

I believe in ghosts. I believe in aliens. But theres no way u will ever persuade me into believing in alien ghosts. Ridiculous.

I believe in the sentence method. I believe in language websites. But theres no way u will ever persuade me into believing in sentence websites. Ridiculous

yay! first tatoeba joke :P (hmm I wonder if I can consider this a wall abuse..)

{{vm.hiddenReplies[351] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
saeb saeb 13 de marzo de 2010 13 de marzo de 2010, 17:49:21 UTC flag Report link Enlace permanente

TRANG says:

omg you're so funny, stop "abusing" the wall :D

{{vm.hiddenReplies[352] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
TRANG TRANG 14 de marzo de 2010 14 de marzo de 2010, 12:04:42 UTC flag Report link Enlace permanente

I should just mention I never said that :P
But I do think it. Well, especially the "abusing the wall" part, because now I'm working on figuring out how to paginate this wall. Certainly there will be more abuse.

TRANG TRANG 13 de marzo de 2010 13 de marzo de 2010, 12:17:34 UTC flag Report link Enlace permanente

Just wanted to let everyone know, Tatoeba has been updated.

http://blog.tatoeba.org/2010/03...13th-2010.html

Enjoy :)

saeb saeb 13 de marzo de 2010 13 de marzo de 2010, 2:38:49 UTC flag Report link Enlace permanente

*shock* just figured out TRANG is a she, he he.

{{vm.hiddenReplies[347] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
TRANG TRANG 13 de marzo de 2010 13 de marzo de 2010, 12:15:41 UTC flag Report link Enlace permanente

Ah, who told on me, that was supposed to be a secret.

{{vm.hiddenReplies[348] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
saeb saeb 13 de marzo de 2010 13 de marzo de 2010, 12:45:30 UTC flag Report link Enlace permanente

lol, I never said this before but I actually stalked this website for quite a while before I finally decided to join, and I always imagined that you'd be like these programmers who like anime and have studied japanese for 5 yrs in their university..you know..with a cool blog about every obsessive detail of their life...and eyeglasses...you know the whole shabang... :D

P.S. guys like that do really exist :D

saeb saeb 13 de marzo de 2010 13 de marzo de 2010, 1:30:16 UTC flag Report link Enlace permanente

@blay_paul
There's a lot of english sentences that are grammatically correct but I don't think anyone will ever say them, use them, or even see them in any english media...you know they're just "out of this world". What do you think we should do with these? Should we just ignore them for the moment, and focus on those that are totally wrong?

my take is, I'm gonna stay away from translating these and stop reporting them as wrong. I'm just hoping arabic natives can use sentences I'm translating to learn english.

what do you guys think? trang? sysko?

{{vm.hiddenReplies[344] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
blay_paul blay_paul 13 de marzo de 2010 13 de marzo de 2010, 8:53:55 UTC flag Report link Enlace permanente

> There's a lot of english sentences that are grammatically
> correct but I don't think anyone will ever say them, use
> them, or even see them in any english media.

I think that it's more correct to say "any _current_ English media". The Tanaka corpus is old, and it used even older sources of sentences. Quite a few of them would not be out of place in books published before 1940, but are rather confusing to those of us in 2010.

I think those that are old-fashioned or highly idiomatic should be kept as demonstrating historical usage but should not be used as guides to writing English (or for translating into English). I think they are good candidates for an [Old-fashioned] tag or something. ;-)

Another problem is those that are written like dictionary entries (lots of 'one' usage) and those that are not really whole sentences. I think these are worth improving, as time permits, but are probably not a high priority for translation into other languages.

{{vm.hiddenReplies[345] ? 'expand_more' : 'expand_less'}} ocultar respuestas mostrar respuestas
sysko sysko 13 de marzo de 2010 13 de marzo de 2010, 16:27:28 UTC flag Report link Enlace permanente

I agree to tag them in the future as "old fashioned" "40's english" "book-style" etc... rather than just "modernize"/"oralize" them