trmnl-i18n 0.2.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.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +4 -4
  3. data/README.adoc +4 -4
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +14 -0
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +14 -0
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +14 -0
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +14 -0
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +14 -0
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +14 -0
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +14 -0
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +14 -0
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +16 -2
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +14 -0
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +14 -0
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +14 -0
  16. data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
  17. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +14 -0
  18. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +14 -0
  19. data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
  20. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +14 -0
  21. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +14 -0
  22. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +14 -0
  23. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +172 -0
  24. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +199 -27
  25. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +199 -27
  26. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +172 -0
  27. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +172 -0
  28. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +172 -0
  29. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +172 -0
  30. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +172 -0
  31. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +203 -31
  32. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +172 -0
  33. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +172 -0
  34. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +172 -0
  35. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +172 -0
  36. data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
  37. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +172 -0
  38. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +172 -0
  39. data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
  40. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +172 -0
  41. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +172 -0
  42. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +172 -0
  43. data/lib/trmnl/i18n/locales/web_ui/da.yml +94 -9
  44. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +202 -117
  45. data/lib/trmnl/i18n/locales/web_ui/de.yml +202 -117
  46. data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
  47. data/lib/trmnl/i18n/locales/web_ui/en.yml +95 -12
  48. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +170 -85
  49. data/lib/trmnl/i18n/locales/web_ui/fr.yml +94 -9
  50. data/lib/trmnl/i18n/locales/web_ui/he.yml +95 -10
  51. data/lib/trmnl/i18n/locales/web_ui/id.yml +94 -9
  52. data/lib/trmnl/i18n/locales/web_ui/it.yml +150 -65
  53. data/lib/trmnl/i18n/locales/web_ui/ja.yml +94 -9
  54. data/lib/trmnl/i18n/locales/web_ui/ko.yml +177 -92
  55. data/lib/trmnl/i18n/locales/web_ui/nl.yml +94 -9
  56. data/lib/trmnl/i18n/locales/web_ui/no.yml +94 -9
  57. data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
  58. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +94 -9
  59. data/lib/trmnl/i18n/locales/web_ui/raw.yml +92 -9
  60. data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
  61. data/lib/trmnl/i18n/locales/web_ui/uk.yml +94 -9
  62. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +94 -9
  63. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +93 -8
  64. data/trmnl-i18n.gemspec +2 -2
  65. data.tar.gz.sig +0 -0
  66. metadata +10 -3
  67. metadata.gz.sig +0 -0
@@ -1,12 +1,13 @@
1
1
  ---
2
2
  ko:
3
+ locale_name: 한국어
3
4
  add: 추가하기
4
5
  add_new: 새로 추가하기
5
6
  ago: ago
6
7
  already_have_account: 이미 계정이 있음
7
8
  back: 뒤로가기
8
- back_to_all_blog_posts: Back to all posts
9
- blog: Blog
9
+ back_to_all_blog_posts: 모든 포스트 보기로 돌아가기
10
+ blog: 블로그
10
11
  buy_now: 바로 구매
11
12
  cancel: 취소
12
13
  change_password: 비밀번호 변경
@@ -15,93 +16,95 @@ ko:
15
16
  close: 닫기
16
17
  confirm_change_password: 비밀번호 변경하기
17
18
  confirm_password: 새 비밀번호 확인
18
- copy: Copy
19
- copied_to_clipboard: Copied!
20
- copy_to_clipboard: Copy to clipboard
21
- created: Created
19
+ copy: 복사하기
20
+ copied_to_clipboard: 복사완료!
21
+ copy_to_clipboard: 클립보드로 복사하기
22
+ created: 생성됨
22
23
  create_an_account: 계정 만들기
23
24
  current_device: 현재 기기
24
25
  days: 일
25
26
  delete: 삭제하기
26
- developer_edition_required: Developer edition is required to enable this feature.
27
+ developer_edition_required: 기능을 사용하기 위해서는 계발자 에디션이 필요합니다.
27
28
  device_id: 기기 ID
28
29
  edit: 수정
29
30
  email_address: 이메일 주소
30
- export: Export
31
- fetching: Fetching
31
+ export: 추출하기
32
+ fetching: 가져오는 중
32
33
  first_name: 이름
33
34
  forgot_password: 비밀번호를 잊어버렸어요
34
35
  forgot_password_title: 자, 다시 갑시다
35
36
  get_started: 시작할께요!
36
37
  identify: 확인하기
37
- import: Import
38
- import_new: Import new
39
- integrations: 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
48
  minimum_characters: 최소 글자 수
47
49
  mins: mins
48
- my_playlist: My Playlist
50
+ my_playlist: 플레이리스트
49
51
  new_password: 새 비밀번호
50
52
  password: 비밀번호
51
- please_wait: Please Wait...
52
- plugin_not_found: Plugin not found
53
- refresh_rates_hint: Learn how refresh rates work __here__.
53
+ please_wait: 잠시만 기다려주세요...
54
+ plugin_not_found: 플러그인을 찾을 수 없음
55
+ refresh_rates_hint: 리프레시률이 어떻게 작용되는지 알아보려면 __여기__를 누르세요.
54
56
  reset_password: 비밀번호 재설정
55
57
  save: 저장
56
- section: Section
58
+ section: 섹션
57
59
  sign_in: 로그인하기
58
60
  sign_up: 가입하기
59
- something_went_wrong: Something went wrong
60
- support: Support
61
+ something_went_wrong: 바르게 작동되지 않음
62
+ tech_support: 도움
61
63
  update: 새로 저장
62
64
  view: 보기
63
65
  welcome: 환영합니다
66
+ time:
67
+ formats:
68
+ shorter: "%-H:%M"
69
+ start_of_week: 0
64
70
  account:
65
71
  index:
66
72
  title: 내 계정
67
73
  tagline: 내 계정 설정 관리하기
68
- api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
69
- api_key_hint: See __the docs__ to learn how to configure your local environment.
74
+ api_key_confirm: 당신의 API 키를 다시 생성하기를 원하는게 맞습니까? 이전에 사용하던 것은 사용 불가해집니다.
75
+ api_key_hint: 당신의 로컬 환경에서 어떻게 설정할 있는지 __문서__를 통해 알아보세요.
70
76
  api_key_label: The credential for authenticating local development tools
71
- api_key_reset: Regenerate
77
+ api_key_reset: 다시 생성하기
72
78
  api_key: API Key
73
79
  email_address: 이메일 주소
74
- refer_and_earn: Refer and Earn
75
- refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
80
+ refer_and_earn: 추천하고 보상받기
81
+ refer_and_earn_hint: 개인 맞춤형 쿠폰으로 TRMNL 선물하세요. 사용 횟수 보상이 주어지고 월별 지급됩니다.
76
82
  refer_and_earn_redemptions: Redemptions
77
- refer_and_earn_request_code: Request a Code
78
- device_invoice: Device Invoice
79
- device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
80
- device_invoice_hint: Find this on your package tracking page or shipment notification email.
83
+ refer_and_earn_request_code: 코드 주문하기
84
+ device_invoice: 기기 인보이스
85
+ device_invoice_label: 당신의 회계사를 위한 상업적인 문서 또는 (이상한) PDF 컬렉션을 다운받기.
86
+ device_invoice_hint: 택배 조회 페이지 또는 배송 알림 이메일에서 이를 찾아보세요.
81
87
  email_address_hint: TRMNL에 가입할 때 쓰였고 시스템 메세지들을 받는 이메일.
82
88
  first_name_hint: 당신이 TRMNL 인터페이스를 더 편안하게 쓸 수 있도록 당신의 이름을 사용합니다.
83
89
  last_name_hint: 당신이 TRMNL 인터페이스를 더 편안하게 쓸 수 있도록 당신의 이름을 사용합니다.
84
90
  password_hint: 당신의 TRMNL 계정을 보호하는데 쓰입니다.
85
- enable_2fa: Enable 2FA?
86
- enable_2fa_hint: __Click here__ to enable OTP.
87
- disable_2fa: Disable 2FA
88
- disable_2fa_hint: Provide valid OTP and current password above to disable this feature.
91
+ enable_2fa: 2단계 보안인증을 사용하시겠습니까?
92
+ enable_2fa_hint: OTP 사용을 하시려면 __여기를 누르세요__.
93
+ disable_2fa: 2단계 보안인증 비활성화하기
94
+ disable_2fa_hint: 기능을 비활성화하려면 유효한 OTP와 현재 비밀번호를 입력하세요.
89
95
  session: 세션
90
96
  session_hint: 현재 %{user}로 로그인 되어있습니다.
91
97
  time_zone: 시간대
92
98
  time_zone_hint: 기기 새로 고침 비율과 절전 모드를 결정하는데 쓰입니다.
93
- locale: Locale
94
- locale_hint: What language and localization do you prefer? __Go here__.
99
+ locale: 로컬라이징
100
+ locale_hint: 어떤 언어와 로컬라이제이션를 선호하십니까? __여기서 확인하세요__.
95
101
  update:
96
102
  success: 프로필 정보가 업데이트 되었습니다.
97
103
  reset_api_key:
98
- success: API key was regenerated successfully
104
+ success: API 키가 성공적으로 재생성되었습니다.
99
105
  dashboard:
100
106
  index:
101
107
  title: 대시보드
102
- morning_salutation: 좋은 아침
103
- afternoon_salutation: Good afternoon
104
- evening_salutation: Good evening
105
108
  last_7_days: 지난 7일
106
109
  last_30_days: 지난 30일
107
110
  last_90_days: 지난 90일
@@ -114,7 +117,7 @@ ko:
114
117
  news:
115
118
  title: 뉴스
116
119
  cta: 모두 보기
117
- playlists:
120
+ playlist_items:
118
121
  title: 플레이리스트
119
122
  cta: 플레이리스트 더보기
120
123
  pieces_of_content_displayed: 개의 콘텐츠 화면에 보여짐
@@ -128,6 +131,10 @@ ko:
128
131
  time_saved:
129
132
  title: 절약한 시간
130
133
  cta: 더 알아보기
134
+ welcome_message:
135
+ morning_salutation: 좋은 아침
136
+ afternoon_salutation: 안녕
137
+ evening_salutation: 안녕
131
138
  devices:
132
139
  edit:
133
140
  accepts_beta_firmware: 새로 출시된 펌웨어
@@ -137,21 +144,31 @@ ko:
137
144
  battery_consumption_hint: 기기 절전 모드 설정을 하시면 더 오랫동안 배터리 수명을 유지할 수 있습니다.
138
145
  developer_perks: 개발자 버전 특혜
139
146
  developer_perks_hint: 아래는 __개발자 옵션을 추가한 경우__ 사용 가능합니다.
140
- device_credentials: Device Credentials
141
- device_credentials_hint: See what you can do with these credentials __here__
147
+ device_credentials: 기기 정보
148
+ device_credentials_hint: 정보들로 무엇을 있는지 __여기서__ 확인하세요.
142
149
  device_name: 기기 이름
143
150
  device_name_hint: 당신이 TRMNL 인터페이스를 더 편안하게 쓸 수 있도록 합니다.
151
+ device_model: 디바이스 모델
152
+ device_model_hint: 당신의 하드웨어 디바이스 모델
153
+ device_model_switch_warning: 이 작업은 위험합니다. 더 알아보려면 __여기__를 누르세요.
144
154
  edit_device: 기기 수정
155
+ guest_mode: 게스트 모드
156
+ guest_mode_hint: 게스트 모드로 전환될 때 무엇을 화면에 띄우고 얼마나 오래 띄울지 고르세요.
157
+ guest_mode_item_placeholder: 아이템을 고르세요
158
+ guest_mode_duration_placeholder: 얼마나 오래 띄울지 고르세요
145
159
  identify: 확인하기
146
160
  identify_device: 기기 확인하기
147
161
  identify_device_hint: 어떤 기기인지 더 쉽게 확인하기 위해 아래 버튼을 눌러 어떤 스크린이 보여지고 있는지 확인하세요.
148
- logs: Logs
149
- logs_hint: Debug your device and plugins with a live feed of raw error logs.
162
+ logs: 기록
163
+ logs_hint: 에러 기록의 라이브 피드로 당신의 디바이스와 플러그인을 디버그 하세요.
164
+ low_battery_email_notification: 낮은 베터리 이메일 알림
150
165
  mirror: 거울모드
151
166
  mirror_device: 다른 기기에 거울모드
152
167
  mirror_device_hint: 같은 플레이리스트를 띄우려면 (공유가능) 기기 ID를 알려주세요. 당신의 플레이리스트는 변함없이 보여질 것입니다.
153
- ota_enabled: OTA Updates Enabled
154
- ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
168
+ mirror_stop: 미러링 연결 끊기
169
+ mirror_sync: 스크린 싱크하기
170
+ ota_enabled: OTA 업데이트 활성화됨
171
+ ota_enabled_hint: 새로운 펌웨어를 자동으로 설치하기. 당신의 펌웨어 사용을 비활성화하기.
155
172
  sleep_mode: 절전 모드
156
173
  sleep_mode_hint: 당신의 집중력과 배터리 수명을 최적화하기 위해 새로 고침 비율을 조정합니다.
157
174
  sleep_screen: 절전 화면
@@ -159,8 +176,10 @@ ko:
159
176
  special_function_hint: 당신 기기 뒷편의 버튼의 더블 클릭 기능을 셋팅하세요.
160
177
  special_function_learn_more: __여기__를 눌러 특별 기능에 대해 더 알아보세요.
161
178
  unlink: 연결 해지
179
+ unlink_confirm: 확실하신가요? 디바이스가 새로운 계정에 추가될 수 있도록 모든 플러그인 세팅과 플레이리스트 아이템이 삭제될 것 입니다.
162
180
  unlink_device: 기기 연결 해지하기
163
181
  unlink_device_hint: TRMNL 기기 연결을 해지하면 기기를 되팔거나 선물할 때 더 안전합니다.
182
+ unlink_device_learn_more: __여기__에 있는 모든 가이드를 따라하세요.
164
183
  visibility: 공유 설정
165
184
  visibility_hint: 아래 설정을 통해 당신의 TRMNL 기기가 거울모드가 가능합니다.
166
185
  your_device: 당신의 TRMNL
@@ -187,7 +206,7 @@ ko:
187
206
  error_not_shared: 제공하신 디바이스 ID가 공유 가능 상태가 아닙니다
188
207
  error_oneself: 거울모두 사용 불가
189
208
  success: "%{friendly_id} 기기가 성공적으로 거울모드 되었습니다"
190
- success_removed: Mirroring Removed
209
+ success_removed: 미러링 제거됨
191
210
  switch:
192
211
  error: 기기 변경 오류
193
212
  success: 성공적으로 기기가 변경되었습니다
@@ -195,64 +214,68 @@ ko:
195
214
  error: 기기 업데이트 오류
196
215
  success: "%{device} 기기 설정이 성공적으로 업데이트 되었습니다"
197
216
  invoices:
198
- rate_limit: Too many attempts, please wait and try again
199
- invoice_not_found: Invoice not found
217
+ rate_limit: 너무 많이 시도되었습니다. 잠시만 기다렸다가 다시 해주세요.
218
+ invoice_not_found: 인보이스를 찾을 수 없음
200
219
  logs:
201
220
  index:
202
- title: Logs
203
- all: All
204
- device: Device
221
+ title: 기록
222
+ all: 모두
223
+ device: 디바이스
205
224
  dump: Dump
206
225
  id: ID
207
- private_plugins: Private Plugins
208
- source: Source
209
- time: Time
226
+ private_plugins: 프라이빗 플러그인
227
+ source: 소스
228
+ time: 시간
210
229
  markups:
230
+ console_logs:
231
+ js_logs: JS Logs
211
232
  form:
212
- back_to_plugin_settings: Back to plugin settings
213
- design_system: Leverage our native design system
214
- design_system_docs: Design System Docs
215
- dirty_confirm: You have unsaved changes. Are you sure you want to leave this page?
216
- edit_markup: Edit Markup
217
- edit_markup_for_plugin: Edit markup for %{plugin_setting_name}
218
- edit_markup_please_save_first: Please save before editing markup
219
- edit_markup_without_preview: Edit Markup (without preview)
220
- error_rendering_markup: Error rendering that markup
221
- fix_indentation: Fix indentation
222
- go_to_preview: Go To Preview
223
- live_preview: Live Preview
224
- no_changes_to_save: No changes to save
225
- pop_out_preview: Pop Out Preview
226
- quickstart_examples: Quick-start Examples
227
- quickstart_example_applied: Applied!
228
- quickstart_use_this_example: Use this example
229
- revert: Revert
230
- revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
231
- save_changes: Save Changes (⌘﹢S)
232
- separate_preview: Preview is open in a separate window
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: 창에서 미리보기가 열립니다
233
254
  merge_variables:
234
- your_variables: Your variables
255
+ your_variables: 변수
235
256
  no_merge_variables:
236
- force_refresh: If you've provided variables but they aren't being detected, try a __force refresh__.
237
- no_variables_detected: No variables detected.
257
+ force_refresh: 변수를 제공하였는데도 찾아지지 않는다면, __강제 리프레시__를 시도하세요.
258
+ no_variables_detected: 변수를 찾을 수 없음.
238
259
  mfa:
239
260
  disable_otp:
240
- success: 2FA Disabled
241
- invalid_otp: Invalid OTP
242
- invalid_password: Invalid Password
243
- invalid_otp_and_password: Invalid OTP and Password
261
+ success: 2단계 보안인증 비활성화
262
+ invalid_otp: 유효하지 않은 OTP
263
+ invalid_password: 유효하지 않은 비밀번호
264
+ invalid_otp_and_password: 유효하지 않은 OTP 비밀번
244
265
  enable_otp:
245
- input_otp: Enter OTP
246
- submit: Verify and Enable
247
- already_enabled: 2FA is already enabled
266
+ input_otp: OTP 입력하기
267
+ submit: 인증하고 활성화하기
268
+ already_enabled: 2단계 보안인증이 이미 활성화되어 있습니다
248
269
  enable_otp_verify:
249
- success: 2FA Enabled
250
- error: Invalid OTP code
270
+ success: 2단계 보안인증 활성화 됨
271
+ error: 유효하지 않은 OTP 코드
251
272
  verify_otp:
252
- verify: Verify
273
+ verify: 인증하기
274
+ reset: MFA 리셋하기
275
+ reset_instructions: Click the button on the back of your TRMNL to generate a reset code
253
276
  success: 2FA successful
254
277
  error: Invalid OTP code
255
- playlists:
278
+ playlist_items:
256
279
  index:
257
280
  title: 플레이리스트
258
281
  tagline: 화면에 보여질 것을 고르세요
@@ -266,18 +289,35 @@ ko:
266
289
  display_period_from: Display from
267
290
  display_period_to: to
268
291
  display_period_validation: Start time must be before end time. Create another group to span overnight hours.
269
- every: every
270
- playlist:
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
271
301
  delete: 해당 플러그인을 삭제하는 것이 맞습니까? 플러그인의 연결은 지속되지만 당신의 기기에 보여지지는 않을 것입니다.
272
302
  displayed_now: 지금 화면에 보여짐
273
303
  not_displayed_yet: 아직 화면에 보여지지 않음
274
304
  remove_from_playlist: 플레이리스트에서 삭제
305
+ hide_playlist: Hide this item
306
+ show_playlist: Show this item
275
307
  create:
276
308
  error: 플레이리스트 업데이트 실패
277
309
  success: 플레이리스트가 업데이트 되었습니다
278
310
  destroy:
279
311
  error: 플레이리스트 속 프러그인 삭제 오류
280
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
281
321
  update:
282
322
  success: 새 플레이리스트 순서가 업데이트 되었습니다
283
323
  plugins:
@@ -304,10 +344,13 @@ ko:
304
344
  tagline: Enable other user to install your plugin.
305
345
  name: Name
306
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.
307
350
  description: Description
308
351
  description_hint: Maximum 50 characters
309
352
  icon: Icon
310
- icon_hint: 40px*40px recommended
353
+ icon_hint: 512x512px recommended
311
354
  installation_url: Installation URL
312
355
  installation_url_hint: Learn more about the installation flow __here__.
313
356
  installation_success_webhook_url: Installation Success Webhook URL
@@ -316,6 +359,8 @@ ko:
316
359
  management_url_hint: Learn more about the management flow __here__.
317
360
  markup_url: Plugin Markup URL
318
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.
319
364
  uninstallation_webhook_url: Uninstallation Webhook URL
320
365
  edit:
321
366
  title: Edit Plugin
@@ -324,6 +369,12 @@ ko:
324
369
  description: Description
325
370
  plugin_recipes:
326
371
  connected: Recipe connected
372
+ connections:
373
+ one: Connection
374
+ other: Connections
375
+ forks:
376
+ one: Fork
377
+ other: Forks
327
378
  new:
328
379
  error: Recipe not found
329
380
  plugin_settings:
@@ -337,9 +388,15 @@ ko:
337
388
  reset_credentials: "%{plugin_name} account reset successfully"
338
389
  form:
339
390
  active_hint: 당신의 기기에 이 플러그인 인스턴스 숨기거나 보이기
391
+ advanced_settings: Advanced Settings
340
392
  back_to_plugin: "%{plugin}으로 돌아가기"
341
393
  back_to_plugins: 플러그인 관리로 돌아가기
342
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
343
400
  disconnect_account: Disconnect Account
344
401
  manage_plugin: Configure %{plugin}
345
402
  force_refresh: 강제 새로 고침
@@ -347,6 +404,11 @@ ko:
347
404
  force_refresh_click_here: 여길 누르세요
348
405
  force_refresh_click_here_hint: 바로 새로운 화면을 재생함
349
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.'
350
412
  linked_account: Linked Account
351
413
  linked_account_success: Successfully linked with %{plugin_name}
352
414
  link_oauth: 계정 연결
@@ -357,6 +419,13 @@ ko:
357
419
  plugin_uuid: 플러그인 UUID
358
420
  plugin_uuid_hint: Webhook API 요청을 위해 사용합니다
359
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.
360
429
  refresh_rate: 새로고침 비율
361
430
  refresh_rate_hint: 이 플러그인 인스턴스가 얼마나 자주 새 데이터를 불러올지 정합니다
362
431
  refreshed: 새로고침됨
@@ -367,6 +436,7 @@ ko:
367
436
  refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
368
437
  refresh_paused_mashup: Refreshing Mashups
369
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.
370
440
  visit_docs: 문서열기
371
441
  import:
372
442
  archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
@@ -386,6 +456,21 @@ ko:
386
456
  referral_code:
387
457
  create:
388
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…
389
474
  upgrade:
390
475
  index:
391
476
  title: '기기 업그레이드:'