Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgrippi <danielgrippi@gmail.com>2012-01-01 08:39:01 +0400
committerDennis Collinson <dennis.collective@gmail.com>2012-01-08 02:23:27 +0400
commit5bbe8bfccdc1aa47919bb3c10b9600cff336dbfd (patch)
tree48701b3d316087f1c13605b2e7f367889d3dd2f0 /config/locales/javascript/javascript.ko.yml
parent1e20ca0cf5888d538a6b3be605038e3107fe68fb (diff)
remove Mustache.js, use _.template as a replacement (we only want to use one js templating library)
Diffstat (limited to 'config/locales/javascript/javascript.ko.yml')
-rw-r--r--config/locales/javascript/javascript.ko.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/config/locales/javascript/javascript.ko.yml b/config/locales/javascript/javascript.ko.yml
index f7543a6cb..d742dc959 100644
--- a/config/locales/javascript/javascript.ko.yml
+++ b/config/locales/javascript/javascript.ko.yml
@@ -9,16 +9,16 @@ ko:
aspect_dropdown:
add_to_aspect: "애스펙에 넣기"
all_aspects: "모든 에스팩"
- error: "{{name}}님과 공유를 시작할 수 없습니다. 혹시 무시하고 있습니까?"
+ error: "<%= name %>님과 공유를 시작할 수 없습니다. 혹시 무시하고 있습니까?"
select_aspects: "에스팩 선택"
- started_sharing_with: "{{name}}님과의 공유를 시작합니다!"
- stopped_sharing_with: "{{name}}님과의 공유를 멈췄습니다."
+ started_sharing_with: "<%= name %>님과의 공유를 시작합니다!"
+ stopped_sharing_with: "<%= name %>님과의 공유를 멈췄습니다."
toggle:
- few: "애스펙 {{count}}개 안에 있습니다"
- many: "애스펙 {{count}}개 안에 있습니다"
+ few: "애스펙 <%= count %>개 안에 있습니다"
+ many: "애스펙 <%= count %>개 안에 있습니다"
one: "애스펙 한 개 안에 있습니다"
- other: "애스펙 {{count}}개 안에 있습니다"
- two: "{{count}}개의 에스팩에서"
+ other: "애스펙 <%= count %>개 안에 있습니다"
+ two: "<%= count %>개의 에스팩에서"
zero: "애스펙에 넣기"
aspect_navigation:
deselect_all: "선택 해제"
@@ -31,7 +31,7 @@ ko:
failed_to_like: "좋아요를 실패했습니다!"
failed_to_post_message: "메시지 게시를 실패하였습니다!"
getting_started:
- hey: "{{name}}님 안녕하세요?"
+ hey: "<%= name %>님 안녕하세요?"
no_tags: "태그를 팔로우하지 않았습니다. 그래도 계속하시겠습니까?"
preparing_your_stream: "개인화 스트림 준비중···"
infinite_scroll:
@@ -44,10 +44,10 @@ ko:
public: "공개 - 내 게시물을 누구나 볼 수 있고 검색 엔진으로 찾을 수 있습니다"
reshares:
duplicate: "이미 재공유된 게시물입니다!"
- search_for: "{{name}} 검색"
+ search_for: "<%= name %> 검색"
show_more: "더 보기"
tags:
- wasnt_that_interesting: "처리했습니다. #{{tagName}} 태그는 흥미롭지 않았군요?"
+ wasnt_that_interesting: "처리했습니다. #<%= tagName %> 태그는 흥미롭지 않았군요?"
timeago:
day: 하루
days: "%d일"
@@ -65,6 +65,6 @@ ko:
years: "%d년"
videos:
unknown: "알 수 없는 동영상 형식"
- watch: "동영상을 {{provider}}에서 보기"
+ watch: "동영상을 <%= provider %>에서 보기"
web_sockets:
disconnected: "웹소켓이 닫혔습니다. 앞으로는 게시물이 실시간으로 제공되지 않습니다." \ No newline at end of file