trmnl-i18n 0.1.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +8 -10
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
- data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
- data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
- data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
- data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
- data/trmnl-i18n.gemspec +3 -3
- data.tar.gz.sig +0 -0
- metadata +28 -19
- metadata.gz.sig +0 -0
@@ -1,12 +1,13 @@
|
|
1
|
+
---
|
1
2
|
ko:
|
2
|
-
|
3
|
+
locale_name: 한국어
|
3
4
|
add: 추가하기
|
4
5
|
add_new: 새로 추가하기
|
5
|
-
ago: ago
|
6
|
-
already_have_account: 이미 계정이 있음
|
6
|
+
ago: ago
|
7
|
+
already_have_account: 이미 계정이 있음
|
7
8
|
back: 뒤로가기
|
8
|
-
back_to_all_blog_posts:
|
9
|
-
blog:
|
9
|
+
back_to_all_blog_posts: 모든 포스트 보기로 돌아가기
|
10
|
+
blog: 블로그
|
10
11
|
buy_now: 바로 구매
|
11
12
|
cancel: 취소
|
12
13
|
change_password: 비밀번호 변경
|
@@ -15,140 +16,159 @@ ko:
|
|
15
16
|
close: 닫기
|
16
17
|
confirm_change_password: 비밀번호 변경하기
|
17
18
|
confirm_password: 새 비밀번호 확인
|
18
|
-
copy:
|
19
|
-
copied_to_clipboard:
|
20
|
-
copy_to_clipboard:
|
21
|
-
created:
|
22
|
-
create_an_account: 계정 만들기
|
19
|
+
copy: 복사하기
|
20
|
+
copied_to_clipboard: 복사완료!
|
21
|
+
copy_to_clipboard: 클립보드로 복사하기
|
22
|
+
created: 생성됨
|
23
|
+
create_an_account: 계정 만들기
|
23
24
|
current_device: 현재 기기
|
24
25
|
days: 일
|
25
26
|
delete: 삭제하기
|
26
|
-
developer_edition_required:
|
27
|
+
developer_edition_required: 이 기능을 사용하기 위해서는 계발자 에디션이 필요합니다.
|
27
28
|
device_id: 기기 ID
|
28
29
|
edit: 수정
|
29
30
|
email_address: 이메일 주소
|
30
|
-
export:
|
31
|
-
fetching:
|
31
|
+
export: 추출하기
|
32
|
+
fetching: 가져오는 중
|
32
33
|
first_name: 이름
|
33
|
-
forgot_password: 비밀번호를 잊어버렸어요
|
34
|
-
forgot_password_title: 자, 다시 갑시다
|
34
|
+
forgot_password: 비밀번호를 잊어버렸어요
|
35
|
+
forgot_password_title: 자, 다시 갑시다
|
35
36
|
get_started: 시작할께요!
|
36
37
|
identify: 확인하기
|
37
|
-
import:
|
38
|
-
import_new:
|
39
|
-
integrations:
|
38
|
+
import: 불러오기
|
39
|
+
import_new: 새로 불러오기
|
40
|
+
integrations: 연동 앱
|
40
41
|
keep_me_signed_in: 로그인 상태 유지하기
|
41
42
|
knowledge_base: 설명서
|
42
43
|
last_name: 성
|
44
|
+
learn_more: 더 알아보기
|
43
45
|
loading: 로딩중
|
44
46
|
login: 로그인
|
45
47
|
log_out: 로그아웃
|
46
|
-
minimum_characters: 최소 글자 수
|
47
|
-
mins: mins
|
48
|
-
my_playlist:
|
48
|
+
minimum_characters: 최소 글자 수
|
49
|
+
mins: mins
|
50
|
+
my_playlist: 내 플레이리스트
|
49
51
|
new_password: 새 비밀번호
|
50
52
|
password: 비밀번호
|
51
|
-
please_wait:
|
52
|
-
plugin_not_found:
|
53
|
-
refresh_rates_hint:
|
53
|
+
please_wait: 잠시만 기다려주세요...
|
54
|
+
plugin_not_found: 플러그인을 찾을 수 없음
|
55
|
+
refresh_rates_hint: 리프레시률이 어떻게 작용되는지 알아보려면 __여기__를 누르세요.
|
54
56
|
reset_password: 비밀번호 재설정
|
55
57
|
save: 저장
|
56
|
-
section:
|
57
|
-
sign_in: 로그인하기
|
58
|
-
sign_up: 가입하기
|
59
|
-
something_went_wrong:
|
60
|
-
|
58
|
+
section: 섹션
|
59
|
+
sign_in: 로그인하기
|
60
|
+
sign_up: 가입하기
|
61
|
+
something_went_wrong: 바르게 작동되지 않음
|
62
|
+
tech_support: 도움
|
61
63
|
update: 새로 저장
|
62
64
|
view: 보기
|
63
|
-
welcome: 환영합니다
|
64
|
-
|
65
|
-
|
65
|
+
welcome: 환영합니다
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 0
|
66
70
|
account:
|
67
71
|
index:
|
68
72
|
title: 내 계정
|
69
73
|
tagline: 내 계정 설정 관리하기
|
74
|
+
api_key_confirm: 당신의 API 키를 다시 생성하기를 원하는게 맞습니까? 이전에 사용하던 것은 사용 불가해집니다.
|
75
|
+
api_key_hint: 당신의 로컬 환경에서 어떻게 설정할 수 있는지 이 __문서__를 통해 알아보세요.
|
76
|
+
api_key_label: The credential for authenticating local development tools
|
77
|
+
api_key_reset: 다시 생성하기
|
78
|
+
api_key: API Key
|
70
79
|
email_address: 이메일 주소
|
71
|
-
refer_and_earn:
|
72
|
-
refer_and_earn_hint:
|
73
|
-
refer_and_earn_redemptions: Redemptions
|
74
|
-
refer_and_earn_request_code:
|
75
|
-
device_invoice:
|
76
|
-
device_invoice_label:
|
77
|
-
device_invoice_hint:
|
80
|
+
refer_and_earn: 추천하고 보상받기
|
81
|
+
refer_and_earn_hint: 개인 맞춤형 쿠폰으로 TRMNL을 선물하세요. 사용 횟수 당 보상이 주어지고 월별 지급됩니다.
|
82
|
+
refer_and_earn_redemptions: Redemptions
|
83
|
+
refer_and_earn_request_code: 코드 주문하기
|
84
|
+
device_invoice: 기기 인보이스
|
85
|
+
device_invoice_label: 당신의 회계사를 위한 상업적인 문서 또는 (이상한) PDF 컬렉션을 다운받기.
|
86
|
+
device_invoice_hint: 택배 조회 페이지 또는 배송 알림 이메일에서 이를 찾아보세요.
|
78
87
|
email_address_hint: TRMNL에 가입할 때 쓰였고 시스템 메세지들을 받는 이메일.
|
79
88
|
first_name_hint: 당신이 TRMNL 인터페이스를 더 편안하게 쓸 수 있도록 당신의 이름을 사용합니다.
|
80
89
|
last_name_hint: 당신이 TRMNL 인터페이스를 더 편안하게 쓸 수 있도록 당신의 이름을 사용합니다.
|
81
90
|
password_hint: 당신의 TRMNL 계정을 보호하는데 쓰입니다.
|
82
|
-
enable_2fa:
|
83
|
-
enable_2fa_hint:
|
84
|
-
disable_2fa:
|
85
|
-
disable_2fa_hint:
|
91
|
+
enable_2fa: 2단계 보안인증을 사용하시겠습니까?
|
92
|
+
enable_2fa_hint: OTP 사용을 하시려면 __여기를 누르세요__.
|
93
|
+
disable_2fa: 2단계 보안인증 비활성화하기
|
94
|
+
disable_2fa_hint: 이 기능을 비활성화하려면 유효한 OTP와 현재 비밀번호를 입력하세요.
|
86
95
|
session: 세션
|
87
96
|
session_hint: 현재 %{user}로 로그인 되어있습니다.
|
88
97
|
time_zone: 시간대
|
89
98
|
time_zone_hint: 기기 새로 고침 비율과 절전 모드를 결정하는데 쓰입니다.
|
90
|
-
locale:
|
91
|
-
locale_hint:
|
92
|
-
|
93
|
-
# toast messages
|
99
|
+
locale: 로컬라이징
|
100
|
+
locale_hint: 어떤 언어와 로컬라이제이션를 선호하십니까? __여기서 확인하세요__.
|
94
101
|
update:
|
95
102
|
success: 프로필 정보가 업데이트 되었습니다.
|
103
|
+
reset_api_key:
|
104
|
+
success: API 키가 성공적으로 재생성되었습니다.
|
96
105
|
dashboard:
|
97
106
|
index:
|
98
107
|
title: 대시보드
|
99
|
-
morning_salutation: 좋은 아침
|
100
|
-
afternoon_salutation: Good afternoon
|
101
|
-
evening_salutation: Good evening
|
102
108
|
last_7_days: 지난 7일
|
103
109
|
last_30_days: 지난 30일
|
104
110
|
last_90_days: 지난 90일
|
105
111
|
today: 오늘
|
106
112
|
yesterday: 어제
|
107
|
-
health:
|
113
|
+
health:
|
108
114
|
bad: 현재 플러그인들에 오류가 있습니다
|
109
115
|
good: 플러그인 모두 정상
|
110
116
|
next_steps: 어떤 변화가 있다면 알림 드리겠습니다
|
111
|
-
news:
|
117
|
+
news:
|
112
118
|
title: 뉴스
|
113
119
|
cta: 모두 보기
|
114
|
-
|
120
|
+
playlist_items:
|
115
121
|
title: 플레이리스트
|
116
122
|
cta: 플레이리스트 더보기
|
117
123
|
pieces_of_content_displayed: 개의 콘텐츠 화면에 보여짐
|
118
|
-
plugins:
|
124
|
+
plugins:
|
119
125
|
title: 플러그인
|
120
126
|
cta: 플러그인 더보기
|
121
127
|
connected: 연결
|
122
128
|
new_and_popular: 인기 급상승 & 새 플러그인
|
123
129
|
shop:
|
124
130
|
title: 쇼핑
|
125
|
-
time_saved:
|
131
|
+
time_saved:
|
126
132
|
title: 절약한 시간
|
127
133
|
cta: 더 알아보기
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: 좋은 아침
|
136
|
+
afternoon_salutation: 안녕
|
137
|
+
evening_salutation: 안녕
|
128
138
|
devices:
|
129
139
|
edit:
|
130
|
-
accepts_beta_firmware: 새로 출시된 펌웨어
|
140
|
+
accepts_beta_firmware: 새로 출시된 펌웨어
|
131
141
|
accepts_beta_firmware_hint: 다른 사용자들보다 먼저 새로 나온 디바이스 펌웨어를 사용하려면 버튼을 눌러주세요.
|
132
142
|
back_to_devices: 기기 관리 화면으로 돌아가기
|
133
143
|
battery_consumption: 배터리 소모
|
134
144
|
battery_consumption_hint: 기기 절전 모드 설정을 하시면 더 오랫동안 배터리 수명을 유지할 수 있습니다.
|
135
|
-
developer_perks: 개발자 버전 특혜
|
145
|
+
developer_perks: 개발자 버전 특혜
|
136
146
|
developer_perks_hint: 아래는 __개발자 옵션을 추가한 경우__ 사용 가능합니다.
|
137
|
-
device_credentials:
|
138
|
-
device_credentials_hint:
|
147
|
+
device_credentials: 기기 정보
|
148
|
+
device_credentials_hint: 이 정보들로 무엇을 할 수 있는지 __여기서__ 확인하세요.
|
139
149
|
device_name: 기기 이름
|
140
150
|
device_name_hint: 당신이 TRMNL 인터페이스를 더 편안하게 쓸 수 있도록 합니다.
|
151
|
+
device_model: 디바이스 모델
|
152
|
+
device_model_hint: 당신의 하드웨어 디바이스 모델
|
153
|
+
device_model_switch_warning: 이 작업은 위험합니다. 더 알아보려면 __여기__를 누르세요.
|
141
154
|
edit_device: 기기 수정
|
155
|
+
guest_mode: 게스트 모드
|
156
|
+
guest_mode_hint: 게스트 모드로 전환될 때 무엇을 화면에 띄우고 얼마나 오래 띄울지 고르세요.
|
157
|
+
guest_mode_item_placeholder: 아이템을 고르세요
|
158
|
+
guest_mode_duration_placeholder: 얼마나 오래 띄울지 고르세요
|
142
159
|
identify: 확인하기
|
143
160
|
identify_device: 기기 확인하기
|
144
161
|
identify_device_hint: 어떤 기기인지 더 쉽게 확인하기 위해 아래 버튼을 눌러 어떤 스크린이 보여지고 있는지 확인하세요.
|
145
|
-
logs:
|
146
|
-
logs_hint:
|
162
|
+
logs: 기록
|
163
|
+
logs_hint: 에러 기록의 라이브 피드로 당신의 디바이스와 플러그인을 디버그 하세요.
|
164
|
+
low_battery_email_notification: 낮은 베터리 이메일 알림
|
147
165
|
mirror: 거울모드
|
148
166
|
mirror_device: 다른 기기에 거울모드
|
149
167
|
mirror_device_hint: 같은 플레이리스트를 띄우려면 (공유가능) 기기 ID를 알려주세요. 당신의 플레이리스트는 변함없이 보여질 것입니다.
|
150
|
-
|
151
|
-
|
168
|
+
mirror_stop: 미러링 연결 끊기
|
169
|
+
mirror_sync: 스크린 싱크하기
|
170
|
+
ota_enabled: OTA 업데이트 활성화됨
|
171
|
+
ota_enabled_hint: 새로운 펌웨어를 자동으로 설치하기. 당신의 펌웨어 사용을 비활성화하기.
|
152
172
|
sleep_mode: 절전 모드
|
153
173
|
sleep_mode_hint: 당신의 집중력과 배터리 수명을 최적화하기 위해 새로 고침 비율을 조정합니다.
|
154
174
|
sleep_screen: 절전 화면
|
@@ -156,8 +176,10 @@ ko:
|
|
156
176
|
special_function_hint: 당신 기기 뒷편의 버튼의 더블 클릭 기능을 셋팅하세요.
|
157
177
|
special_function_learn_more: __여기__를 눌러 특별 기능에 대해 더 알아보세요.
|
158
178
|
unlink: 연결 해지
|
179
|
+
unlink_confirm: 확실하신가요? 디바이스가 새로운 계정에 추가될 수 있도록 모든 플러그인 세팅과 플레이리스트 아이템이 삭제될 것 입니다.
|
159
180
|
unlink_device: 기기 연결 해지하기
|
160
181
|
unlink_device_hint: TRMNL 기기 연결을 해지하면 기기를 되팔거나 선물할 때 더 안전합니다.
|
182
|
+
unlink_device_learn_more: __여기__에 있는 모든 가이드를 따라하세요.
|
161
183
|
visibility: 공유 설정
|
162
184
|
visibility_hint: 아래 설정을 통해 당신의 TRMNL 기기가 거울모드가 가능합니다.
|
163
185
|
your_device: 당신의 TRMNL
|
@@ -170,8 +192,6 @@ ko:
|
|
170
192
|
title: 새 기기 추가하기
|
171
193
|
description: 새로운 TRMNL 기기를 계정에 추가하려면 기기 ID를 입력하세요.
|
172
194
|
add_device: 새 기기 추가
|
173
|
-
|
174
|
-
# toast messages
|
175
195
|
associate:
|
176
196
|
error: 기기 연결 오류
|
177
197
|
success: 기기가 성공적으로 연결되었습니다
|
@@ -186,7 +206,7 @@ ko:
|
|
186
206
|
error_not_shared: 제공하신 디바이스 ID가 공유 가능 상태가 아닙니다
|
187
207
|
error_oneself: 거울모두 사용 불가
|
188
208
|
success: "%{friendly_id} 기기가 성공적으로 거울모드 되었습니다"
|
189
|
-
success_removed:
|
209
|
+
success_removed: 미러링 제거됨
|
190
210
|
switch:
|
191
211
|
error: 기기 변경 오류
|
192
212
|
success: 성공적으로 기기가 변경되었습니다
|
@@ -194,61 +214,68 @@ ko:
|
|
194
214
|
error: 기기 업데이트 오류
|
195
215
|
success: "%{device} 기기 설정이 성공적으로 업데이트 되었습니다"
|
196
216
|
invoices:
|
197
|
-
rate_limit:
|
198
|
-
invoice_not_found:
|
217
|
+
rate_limit: 너무 많이 시도되었습니다. 잠시만 기다렸다가 다시 해주세요.
|
218
|
+
invoice_not_found: 인보이스를 찾을 수 없음
|
199
219
|
logs:
|
200
220
|
index:
|
201
|
-
title:
|
202
|
-
all:
|
203
|
-
device:
|
204
|
-
dump: Dump
|
221
|
+
title: 기록
|
222
|
+
all: 모두
|
223
|
+
device: 디바이스
|
224
|
+
dump: Dump
|
205
225
|
id: ID
|
206
|
-
private_plugins:
|
207
|
-
source:
|
208
|
-
time:
|
226
|
+
private_plugins: 프라이빗 플러그인
|
227
|
+
source: 소스
|
228
|
+
time: 시간
|
209
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
210
232
|
form:
|
211
|
-
back_to_plugin_settings:
|
212
|
-
design_system:
|
213
|
-
design_system_docs:
|
214
|
-
dirty_confirm:
|
215
|
-
edit_markup:
|
216
|
-
edit_markup_for_plugin:
|
217
|
-
edit_markup_please_save_first:
|
218
|
-
edit_markup_without_preview:
|
219
|
-
error_rendering_markup:
|
220
|
-
fix_indentation:
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
233
|
+
back_to_plugin_settings: 플러그인 설정으로 돌아가기
|
234
|
+
design_system: 기존 디자인 시스템을 이용하기
|
235
|
+
design_system_docs: 디자인 시스템 문서
|
236
|
+
dirty_confirm: 저장되지 않은 것들이 있습니다. 이 페이지를 나가시겠습니까?
|
237
|
+
edit_markup: 마크업 고치기
|
238
|
+
edit_markup_for_plugin: "%{plugin_setting_name}의 마크업을 고치기"
|
239
|
+
edit_markup_please_save_first: 마크업을 고치기 전 저장해주세요
|
240
|
+
edit_markup_without_preview: 마크업 고치기 (미리보기 없이)
|
241
|
+
error_rendering_markup: 마크업 렌더링 오류
|
242
|
+
fix_indentation: 들여쓰기 고치기
|
243
|
+
go_to_preview: 미리보기로 가기
|
244
|
+
live_preview: 실시간 미리보기
|
245
|
+
no_changes_to_save: 저장할 것이 없습니다
|
246
|
+
pop_out_preview: 미리보기 열기
|
247
|
+
quickstart_examples: 예시 빠르게 시작하기
|
248
|
+
quickstart_example_applied: 적용됨!
|
249
|
+
quickstart_use_this_example: 이 예시 사용하기
|
250
|
+
revert: 되돌아가기
|
251
|
+
revert_confirm: 되돌아가시겠습니까? 모든 저장된 변화들이 사라집니다.
|
252
|
+
save_changes: 저장하기 (⌘﹢S)
|
253
|
+
separate_preview: 새 창에서 미리보기가 열립니다
|
229
254
|
merge_variables:
|
230
|
-
your_variables:
|
255
|
+
your_variables: 내 변수
|
231
256
|
no_merge_variables:
|
232
|
-
force_refresh:
|
233
|
-
no_variables_detected:
|
257
|
+
force_refresh: 변수를 제공하였는데도 찾아지지 않는다면, __강제 리프레시__를 시도하세요.
|
258
|
+
no_variables_detected: 변수를 찾을 수 없음.
|
234
259
|
mfa:
|
235
260
|
disable_otp:
|
236
|
-
success:
|
237
|
-
invalid_otp:
|
238
|
-
invalid_password:
|
239
|
-
invalid_otp_and_password:
|
261
|
+
success: 2단계 보안인증 비활성화
|
262
|
+
invalid_otp: 유효하지 않은 OTP
|
263
|
+
invalid_password: 유효하지 않은 비밀번호
|
264
|
+
invalid_otp_and_password: 유효하지 않은 OTP와 비밀번
|
240
265
|
enable_otp:
|
241
|
-
input_otp:
|
242
|
-
submit:
|
243
|
-
already_enabled:
|
266
|
+
input_otp: OTP 입력하기
|
267
|
+
submit: 인증하고 활성화하기
|
268
|
+
already_enabled: 2단계 보안인증이 이미 활성화되어 있습니다
|
244
269
|
enable_otp_verify:
|
245
|
-
success:
|
246
|
-
error:
|
270
|
+
success: 2단계 보안인증 활성화 됨
|
271
|
+
error: 유효하지 않은 OTP 코드
|
247
272
|
verify_otp:
|
248
|
-
verify:
|
273
|
+
verify: 인증하기
|
274
|
+
reset: MFA 리셋하기
|
275
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
249
276
|
success: 2FA successful
|
250
277
|
error: Invalid OTP code
|
251
|
-
|
278
|
+
playlist_items:
|
252
279
|
index:
|
253
280
|
title: 플레이리스트
|
254
281
|
tagline: 화면에 보여질 것을 고르세요
|
@@ -262,20 +289,35 @@ ko:
|
|
262
289
|
display_period_from: Display from
|
263
290
|
display_period_to: to
|
264
291
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
265
|
-
every:
|
266
|
-
|
292
|
+
every: Every
|
293
|
+
never_skip: Never skip screens
|
294
|
+
smart_playlist: Smart Playlist
|
295
|
+
smart_playlist_hint: Automatically skip screens whose contents haven't changed in a while.
|
296
|
+
skip_after:
|
297
|
+
one: Skip stale screens after 1 day
|
298
|
+
other: Skip stale screens after %{count} days
|
299
|
+
playlist_item:
|
300
|
+
adjust_schedule: Adjust schedule
|
267
301
|
delete: 해당 플러그인을 삭제하는 것이 맞습니까? 플러그인의 연결은 지속되지만 당신의 기기에 보여지지는 않을 것입니다.
|
268
302
|
displayed_now: 지금 화면에 보여짐
|
269
303
|
not_displayed_yet: 아직 화면에 보여지지 않음
|
270
304
|
remove_from_playlist: 플레이리스트에서 삭제
|
271
|
-
|
272
|
-
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
273
307
|
create:
|
274
308
|
error: 플레이리스트 업데이트 실패
|
275
309
|
success: 플레이리스트가 업데이트 되었습니다
|
276
310
|
destroy:
|
277
311
|
error: 플레이리스트 속 프러그인 삭제 오류
|
278
312
|
success: 해당 플러그인이 플레이리스트에서 삭제되었습니다.
|
313
|
+
toggle_visibility:
|
314
|
+
success: Playlist item %{change}
|
315
|
+
duplicate:
|
316
|
+
success: Playlist duplicated
|
317
|
+
sort:
|
318
|
+
success: Playlist order updated
|
319
|
+
set_preferences:
|
320
|
+
success: Smart playlist preference updated
|
279
321
|
update:
|
280
322
|
success: 새 플레이리스트 순서가 업데이트 되었습니다
|
281
323
|
plugins:
|
@@ -286,7 +328,7 @@ ko:
|
|
286
328
|
connected: 연결됨
|
287
329
|
recipes: Recipes
|
288
330
|
recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
|
289
|
-
search:
|
331
|
+
search:
|
290
332
|
placeholder: 플러그인 검색하기
|
291
333
|
my:
|
292
334
|
index:
|
@@ -302,10 +344,13 @@ ko:
|
|
302
344
|
tagline: Enable other user to install your plugin.
|
303
345
|
name: Name
|
304
346
|
category: Category
|
347
|
+
category_hint: Hold cmd or ctrl to choose up to 3
|
348
|
+
refresh_every: Supported Refresh Interval
|
349
|
+
refresh_every_hint: The fastest refresh interval your plugin can support.
|
305
350
|
description: Description
|
306
351
|
description_hint: Maximum 50 characters
|
307
352
|
icon: Icon
|
308
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512px recommended
|
309
354
|
installation_url: Installation URL
|
310
355
|
installation_url_hint: Learn more about the installation flow __here__.
|
311
356
|
installation_success_webhook_url: Installation Success Webhook URL
|
@@ -314,6 +359,8 @@ ko:
|
|
314
359
|
management_url_hint: Learn more about the management flow __here__.
|
315
360
|
markup_url: Plugin Markup URL
|
316
361
|
markup_url_hint: Learn more about screen generation __here__.
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
317
364
|
uninstallation_webhook_url: Uninstallation Webhook URL
|
318
365
|
edit:
|
319
366
|
title: Edit Plugin
|
@@ -322,6 +369,12 @@ ko:
|
|
322
369
|
description: Description
|
323
370
|
plugin_recipes:
|
324
371
|
connected: Recipe connected
|
372
|
+
connections:
|
373
|
+
one: Connection
|
374
|
+
other: Connections
|
375
|
+
forks:
|
376
|
+
one: Fork
|
377
|
+
other: Forks
|
325
378
|
new:
|
326
379
|
error: Recipe not found
|
327
380
|
plugin_settings:
|
@@ -330,14 +383,20 @@ ko:
|
|
330
383
|
delete_are_you_sure: Are you sure you want to delete this setting?
|
331
384
|
delete: 플러그인의 설정을 완전히 지웁니다. 단순히 디바이스에서 해당 플러그인을 숨기고 싶다면, 플레이리스트에서 삭제하세요.
|
332
385
|
inactive: 활동정지
|
333
|
-
no_plugin_settings_found: 플러그인이 없습니다.
|
386
|
+
no_plugin_settings_found: 플러그인이 없습니다.
|
334
387
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
335
388
|
reset_credentials: "%{plugin_name} account reset successfully"
|
336
389
|
form:
|
337
390
|
active_hint: 당신의 기기에 이 플러그인 인스턴스 숨기거나 보이기
|
391
|
+
advanced_settings: Advanced Settings
|
338
392
|
back_to_plugin: "%{plugin}으로 돌아가기"
|
339
393
|
back_to_plugins: 플러그인 관리로 돌아가기
|
340
394
|
connect_with: "%{plugin} 연결하기"
|
395
|
+
debug_logs: Debug Logs
|
396
|
+
debug_logs_click_here: Click here
|
397
|
+
debug_logs_click_here_hint: to enable debug logs for this plugin instance.
|
398
|
+
debug_logs_enabled: Debug logs enabled for %{hours} hours.
|
399
|
+
debug_logs_enabled_link: View logs
|
341
400
|
disconnect_account: Disconnect Account
|
342
401
|
manage_plugin: Configure %{plugin}
|
343
402
|
force_refresh: 강제 새로 고침
|
@@ -345,6 +404,11 @@ ko:
|
|
345
404
|
force_refresh_click_here: 여길 누르세요
|
346
405
|
force_refresh_click_here_hint: 바로 새로운 화면을 재생함
|
347
406
|
learn_more: 이 플러그인에 대해 더 알고싶다면 우리의 설명서를 참고하세요
|
407
|
+
learn_more_fork: This plugin was forked from a Recipe.
|
408
|
+
learn_more_fork_original: See Original
|
409
|
+
learn_more_recipe_author: Need help? Contact %{recipe_author} on Discord.
|
410
|
+
learn_more_recipe_long: This plugin is a community Recipe and is not maintained by TRMNL.
|
411
|
+
learn_more_recipe_short: 'Note: this plugin is a Recipe.'
|
348
412
|
linked_account: Linked Account
|
349
413
|
linked_account_success: Successfully linked with %{plugin_name}
|
350
414
|
link_oauth: 계정 연결
|
@@ -355,6 +419,13 @@ ko:
|
|
355
419
|
plugin_uuid: 플러그인 UUID
|
356
420
|
plugin_uuid_hint: Webhook API 요청을 위해 사용합니다
|
357
421
|
preview: 미리보기 - 당신의 기기에서 실제 데이터를 보여줍니다
|
422
|
+
recipe_cta_heading_published: This plugin is a Recipe
|
423
|
+
recipe_cta_heading_in_review: Recipe in review
|
424
|
+
recipe_cta_heading_not_published: Publish as a Recipe?
|
425
|
+
recipe_cta_body_published: Changes will be reflected on existing installs and future installs/forks.
|
426
|
+
recipe_cta_body_in_review: This plugin has been submitted to our team. Stand by.
|
427
|
+
recipe_cta_body_not_published: Submit this plugin for others to install. __Learn more__.
|
428
|
+
recipe_cta_confirm: Are you sure? Our team will review and get back to you within a couple days. You may continue making changes.
|
358
429
|
refresh_rate: 새로고침 비율
|
359
430
|
refresh_rate_hint: 이 플러그인 인스턴스가 얼마나 자주 새 데이터를 불러올지 정합니다
|
360
431
|
refreshed: 새로고침됨
|
@@ -365,16 +436,15 @@ ko:
|
|
365
436
|
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
366
437
|
refresh_paused_mashup: Refreshing Mashups
|
367
438
|
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
439
|
+
refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
|
368
440
|
visit_docs: 문서열기
|
369
441
|
import:
|
370
442
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
371
443
|
missing_entry: The ZIP file does not contain %{filename}
|
372
444
|
entry_too_large: "%{filename} is too large"
|
373
445
|
malformed: "%{filename} is malformed"
|
374
|
-
|
375
|
-
# toast messages
|
376
446
|
create:
|
377
|
-
success:
|
447
|
+
success: '플러그인이 생성되었습니다. 여기서 확인하세요:'
|
378
448
|
playlist: 플레이리스트
|
379
449
|
destroy:
|
380
450
|
success: 플러그인 삭제됨
|
@@ -383,17 +453,29 @@ ko:
|
|
383
453
|
success: 플러그인 구성이 성공적으로 업데이트 되었습니다.
|
384
454
|
add_to_playlist:
|
385
455
|
success: Plugin added to Playlist
|
386
|
-
|
387
456
|
referral_code:
|
388
457
|
create:
|
389
458
|
request_received: Request received, check your inbox
|
459
|
+
recipes:
|
460
|
+
index:
|
461
|
+
newest_to_oldest: Newest to Oldest
|
462
|
+
oldest_to_newest: Oldest to Newest
|
463
|
+
most_popular: Most Popular
|
464
|
+
install: Install
|
465
|
+
fork: Fork
|
466
|
+
schedules:
|
467
|
+
form:
|
468
|
+
add: Add a custom schedule
|
469
|
+
append: And during…
|
470
|
+
no_schedule: This screen will be shown at all times.
|
471
|
+
some_schedule: Only show this screen during…
|
472
|
+
to: to
|
473
|
+
copy_prompt: Copy schedule from…
|
390
474
|
upgrade:
|
391
475
|
index:
|
392
|
-
title:
|
476
|
+
title: '기기 업그레이드:'
|
393
477
|
tagline: Unlock custom plugins and __more__.
|
394
|
-
pay: Pay
|
478
|
+
pay: Pay
|
395
479
|
error: Device %{device_name} is already upgraded, switch to another device
|
396
|
-
|
397
|
-
# toast messages
|
398
480
|
confirm:
|
399
481
|
success: Developer edition add-on is now enabled
|