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