문제

I have an IOS app I intend to localize into a bunch of languages at a point. Instead of going to a translation service and translate everything from scratch, I wonder if there are any resources to get the very basics translated? Resources such as open source localized strings (does that exist?), databases, web services (not Google translate which doesn't work very well for some languages and technology terms).

In my case, I don't have too many sentences, so it's more a question of single words. I imagine words such as the below are very frequently translated for mobile apps:

camera roll, cancel, delete, double-tap, swipe, notification, home, share, ok etc.

도움이 되었습니까?

해결책

Ray has some good examples.

And so does Apple

You can also use translating services such as this one

And this jkublcek wrote a decent translater that use Google's API for auto translation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top