trmnl-i18n 0.1.0 → 0.2.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 +5 -7
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +24 -26
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/de.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/en.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +37 -40
- data/lib/trmnl/i18n/locales/web_ui/he.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/id.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/it.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +42 -45
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/no.yml +21 -27
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +21 -24
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +44 -47
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +62 -65
- 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 +21 -19
- metadata.gz.sig +0 -0
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: 追加
|
4
4
|
add_new: 新規追加
|
5
|
-
ago: ago
|
6
|
-
already_have_account: すでにアカウントをお持ちです
|
5
|
+
ago: ago
|
6
|
+
already_have_account: すでにアカウントをお持ちです
|
7
7
|
back: 戻る
|
8
8
|
back_to_all_blog_posts: すべてのブログ記事へ戻る
|
9
9
|
blog: ブログ
|
@@ -18,20 +18,20 @@ ja:
|
|
18
18
|
copy: コピー
|
19
19
|
copied_to_clipboard: コピーしました!
|
20
20
|
copy_to_clipboard: クリップボードにコピー
|
21
|
-
created: 作成時刻
|
22
|
-
create_an_account: アカウントを作成する
|
21
|
+
created: 作成時刻
|
22
|
+
create_an_account: アカウントを作成する
|
23
23
|
current_device: 現在のデバイス
|
24
24
|
days: 日
|
25
25
|
delete: 削除
|
26
26
|
developer_edition_required: この機能を有効にするには、開発者エディションが必要です。
|
27
27
|
device_id: デバイスID
|
28
28
|
edit: 編集
|
29
|
-
export: Export
|
30
29
|
email_address: メールアドレス
|
30
|
+
export: Export
|
31
31
|
fetching: 取得中
|
32
32
|
first_name: 名前
|
33
|
-
forgot_password: パスワードを忘れました
|
34
|
-
forgot_password_title: さあ、再スタートです
|
33
|
+
forgot_password: パスワードを忘れました
|
34
|
+
forgot_password_title: さあ、再スタートです
|
35
35
|
get_started: 始めましょう!
|
36
36
|
identify: 確認する
|
37
37
|
import: Import
|
@@ -43,34 +43,37 @@ ja:
|
|
43
43
|
loading: 読み込み中
|
44
44
|
login: ログイン
|
45
45
|
log_out: ログアウト
|
46
|
-
minimum_characters: 最小文字数
|
47
|
-
mins: 分
|
46
|
+
minimum_characters: 最小文字数
|
47
|
+
mins: 分
|
48
48
|
my_playlist: マイプレイリスト
|
49
49
|
new_password: 新しいパスワード
|
50
50
|
password: パスワード
|
51
|
-
please_wait: しばらくお待ちください...
|
51
|
+
please_wait: しばらくお待ちください...
|
52
52
|
plugin_not_found: プラグインが見つかりません
|
53
53
|
refresh_rates_hint: リフレッシュレートの仕組みについては__こちら__をご覧ください。
|
54
54
|
reset_password: パスワードをリセット
|
55
55
|
save: 保存
|
56
56
|
section: セクション
|
57
|
-
sign_in: サインインする
|
58
|
-
sign_up: サインアップ
|
57
|
+
sign_in: サインインする
|
58
|
+
sign_up: サインアップ
|
59
59
|
something_went_wrong: 問題が発生しました
|
60
|
-
support: サポート
|
60
|
+
support: サポート
|
61
61
|
update: 更新
|
62
62
|
view: 表示
|
63
|
-
welcome: ようこそ
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: ようこそ
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: マイアカウント
|
69
67
|
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.
|
70
|
+
api_key_label: The credential for authenticating local development tools
|
71
|
+
api_key_reset: Regenerate
|
72
|
+
api_key: API Key
|
70
73
|
email_address: メールアドレス
|
71
74
|
refer_and_earn: お友達紹介プログラム
|
72
75
|
refer_and_earn_hint: パーソナライズされたクーポンでTRMNLをプレゼントしましょう。利用ごとに報酬が発生し、毎月お支払いします。
|
73
|
-
refer_and_earn_redemptions: 利用回数
|
76
|
+
refer_and_earn_redemptions: 利用回数
|
74
77
|
refer_and_earn_request_code: コードをリクエスト
|
75
78
|
device_invoice: デバイスの請求書
|
76
79
|
device_invoice_label: 会計士向けの商用ドキュメントをダウンロードしてください。
|
@@ -80,7 +83,7 @@ ja:
|
|
80
83
|
last_name_hint: TRMNLインターフェースをより快適に使用するため、あなたの名前を使用します。
|
81
84
|
password_hint: TRMNLアカウントを保護するために使用します。
|
82
85
|
enable_2fa: 2段階認証を有効にする
|
83
|
-
enable_2fa_hint:
|
86
|
+
enable_2fa_hint: __こちらをクリック__してOTPを有効にします。
|
84
87
|
disable_2fa: 2段階認証を無効にする
|
85
88
|
disable_2fa_hint: この機能を無効にするには、上記の有効なOTPと現在のパスワードを入力してください。
|
86
89
|
session: セッション
|
@@ -89,10 +92,10 @@ ja:
|
|
89
92
|
time_zone_hint: デバイスの更新頻度やスリープモードを決定するために使用します。
|
90
93
|
locale: 言語設定
|
91
94
|
locale_hint: ご希望の言語とローカライズ設定は? __こちら__ をご覧ください。
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: プロフィール情報が更新されました。
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: ダッシュボード
|
@@ -104,35 +107,35 @@ ja:
|
|
104
107
|
last_90_days: 過去90日間
|
105
108
|
today: 今日
|
106
109
|
yesterday: 昨日
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: 現在、プラグインにエラーがあります
|
109
112
|
good: すべてのプラグインが正常です
|
110
113
|
next_steps: 変化があれば通知します
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: ニュース
|
113
116
|
cta: すべて表示
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: プレイリスト
|
116
119
|
cta: プレイリストをもっと見る
|
117
120
|
pieces_of_content_displayed: 件のコンテンツが表示されています
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: プラグイン
|
120
123
|
cta: プラグインをもっと見る
|
121
124
|
connected: 接続済み
|
122
125
|
new_and_popular: 新着&人気のプラグイン
|
123
126
|
shop:
|
124
127
|
title: ショップ
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: 節約した時間
|
127
130
|
cta: 詳しく見る
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: 新しいファームウェアを受け入れる
|
133
|
+
accepts_beta_firmware: 新しいファームウェアを受け入れる
|
131
134
|
accepts_beta_firmware_hint: 通常のユーザーよりも早く新しいデバイスファームウェアを使用するには、ボタンを押してください。
|
132
135
|
back_to_devices: デバイス管理画面に戻る
|
133
136
|
battery_consumption: バッテリー消費
|
134
137
|
battery_consumption_hint: デバイスをスリープ モードにすると、バッテリー寿命を延ばすことができます
|
135
|
-
developer_perks: 開発者向け特典
|
138
|
+
developer_perks: 開発者向け特典
|
136
139
|
developer_perks_hint: 以下は、__開発者オプション__を追加した場合に利用可能です。
|
137
140
|
device_credentials: デバイス認証情報
|
138
141
|
device_credentials_hint: この認証情報でできることは__こちら__で確認できます
|
@@ -170,8 +173,6 @@ ja:
|
|
170
173
|
title: 新しいデバイスを追加
|
171
174
|
description: デバイスIDを入力して、新しいTRMNLデバイスをアカウントに追加してください。
|
172
175
|
add_device: 新しいデバイスを追加
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: デバイス接続エラー
|
177
178
|
success: デバイスが正常に接続されました
|
@@ -201,7 +202,7 @@ ja:
|
|
201
202
|
title: ログ
|
202
203
|
all: すべて
|
203
204
|
device: デバイス
|
204
|
-
dump: 内容
|
205
|
+
dump: 内容
|
205
206
|
id: ID
|
206
207
|
private_plugins: プライベートプラグイン
|
207
208
|
source: ソース
|
@@ -218,14 +219,17 @@ ja:
|
|
218
219
|
edit_markup_without_preview: マークアップを編集(プレビューなし)
|
219
220
|
error_rendering_markup: マークアップのレンダリングエラー
|
220
221
|
fix_indentation: インデントを修正
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: ライブプレビュー
|
222
224
|
no_changes_to_save: 保存する変更はありません
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: クイックスタート例
|
224
227
|
quickstart_example_applied: 適用済み!
|
225
228
|
quickstart_use_this_example: この例を使用
|
226
229
|
revert: 元に戻す
|
227
230
|
revert_confirm: 元に戻してもよろしいですか?保存されていない変更はすべて失われます。
|
228
231
|
save_changes: 変更を保存 (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: 変数
|
231
235
|
no_merge_variables:
|
@@ -260,16 +264,14 @@ ja:
|
|
260
264
|
custom: Custom
|
261
265
|
device_default: Device default
|
262
266
|
display_period_from: 表示期間:
|
263
|
-
display_period_to: 〜
|
267
|
+
display_period_to: "〜"
|
264
268
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
265
269
|
every: every
|
266
|
-
playlist:
|
270
|
+
playlist:
|
267
271
|
delete: このプラグインを削除しますか?プラグインの接続は維持されますが、デバイスには表示されなくなります。
|
268
272
|
displayed_now: 今表示中
|
269
273
|
not_displayed_yet: まだ表示されていません
|
270
274
|
remove_from_playlist: プレイリストから削除
|
271
|
-
|
272
|
-
# toast messages
|
273
275
|
create:
|
274
276
|
error: プレイリストの更新に失敗しました
|
275
277
|
success: プレイリストが更新されました
|
@@ -286,7 +288,7 @@ ja:
|
|
286
288
|
connected: 接続済み
|
287
289
|
recipes: レシピ
|
288
290
|
recipes_hint: コミュニティメンバーによるプライベートプラグインで、ワンクリックでインストールできます。__詳細はこちら__。
|
289
|
-
search:
|
291
|
+
search:
|
290
292
|
placeholder: プラグインを検索
|
291
293
|
my:
|
292
294
|
index:
|
@@ -330,7 +332,7 @@ ja:
|
|
330
332
|
delete_are_you_sure: この設定を削除してもよろしいですか?
|
331
333
|
delete: プラグインの設定を完全に削除します。デバイスからプラグインを単に隠したいだけなら、プレイリストから削除してください。
|
332
334
|
inactive: 非アクティブ
|
333
|
-
no_plugin_settings_found: プラグインが見つかりません。
|
335
|
+
no_plugin_settings_found: プラグインが見つかりません。
|
334
336
|
refreshing_now_please_wait: 更新中です。数秒後にこのページを再読み込みしてください。
|
335
337
|
reset_credentials: "%{plugin_name}アカウントが正常にリセットされました"
|
336
338
|
form:
|
@@ -371,10 +373,8 @@ ja:
|
|
371
373
|
missing_entry: The ZIP file does not contain %{filename}
|
372
374
|
entry_too_large: "%{filename} is too large"
|
373
375
|
malformed: "%{filename} is malformed"
|
374
|
-
|
375
|
-
# toast messages
|
376
376
|
create:
|
377
|
-
success:
|
377
|
+
success: 'プラグインが作成されました。こちらで確認してください:'
|
378
378
|
playlist: プレイリスト
|
379
379
|
destroy:
|
380
380
|
success: プラグインが削除されました
|
@@ -383,17 +383,14 @@ ja:
|
|
383
383
|
success: プラグイン構成が正常に更新されました。
|
384
384
|
add_to_playlist:
|
385
385
|
success: プレイリストにプラグインを追加しました
|
386
|
-
|
387
386
|
referral_code:
|
388
387
|
create:
|
389
388
|
request_received: リクエストを受信しました。受信箱を確認してください
|
390
389
|
upgrade:
|
391
390
|
index:
|
392
|
-
title:
|
391
|
+
title: 'デバイスのアップグレード:'
|
393
392
|
tagline: カスタムプラグインや __その他__ をアンロック。
|
394
|
-
pay: 支払い
|
393
|
+
pay: 支払い
|
395
394
|
error: デバイス %{device_name} はすでにアップグレード済みです。別のデバイスに切り替えてください。
|
396
|
-
|
397
|
-
# toast messages
|
398
395
|
confirm:
|
399
396
|
success: デベロッパーエディションのアドオンが有効になりました
|
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
ko:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: 추가하기
|
4
4
|
add_new: 새로 추가하기
|
5
|
-
ago: ago
|
6
|
-
already_have_account: 이미 계정이 있음
|
5
|
+
ago: ago
|
6
|
+
already_have_account: 이미 계정이 있음
|
7
7
|
back: 뒤로가기
|
8
8
|
back_to_all_blog_posts: Back to all posts
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ ko:
|
|
18
18
|
copy: Copy
|
19
19
|
copied_to_clipboard: Copied!
|
20
20
|
copy_to_clipboard: Copy to clipboard
|
21
|
-
created: Created
|
22
|
-
create_an_account: 계정 만들기
|
21
|
+
created: Created
|
22
|
+
create_an_account: 계정 만들기
|
23
23
|
current_device: 현재 기기
|
24
24
|
days: 일
|
25
25
|
delete: 삭제하기
|
@@ -30,8 +30,8 @@ ko:
|
|
30
30
|
export: Export
|
31
31
|
fetching: Fetching
|
32
32
|
first_name: 이름
|
33
|
-
forgot_password: 비밀번호를 잊어버렸어요
|
34
|
-
forgot_password_title: 자, 다시 갑시다
|
33
|
+
forgot_password: 비밀번호를 잊어버렸어요
|
34
|
+
forgot_password_title: 자, 다시 갑시다
|
35
35
|
get_started: 시작할께요!
|
36
36
|
identify: 확인하기
|
37
37
|
import: Import
|
@@ -43,34 +43,37 @@ ko:
|
|
43
43
|
loading: 로딩중
|
44
44
|
login: 로그인
|
45
45
|
log_out: 로그아웃
|
46
|
-
minimum_characters: 최소 글자 수
|
47
|
-
mins: mins
|
46
|
+
minimum_characters: 최소 글자 수
|
47
|
+
mins: mins
|
48
48
|
my_playlist: My Playlist
|
49
49
|
new_password: 새 비밀번호
|
50
50
|
password: 비밀번호
|
51
|
-
please_wait: Please Wait...
|
51
|
+
please_wait: Please Wait...
|
52
52
|
plugin_not_found: Plugin not found
|
53
53
|
refresh_rates_hint: Learn how refresh rates work __here__.
|
54
54
|
reset_password: 비밀번호 재설정
|
55
55
|
save: 저장
|
56
56
|
section: Section
|
57
|
-
sign_in: 로그인하기
|
58
|
-
sign_up: 가입하기
|
57
|
+
sign_in: 로그인하기
|
58
|
+
sign_up: 가입하기
|
59
59
|
something_went_wrong: Something went wrong
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: 새로 저장
|
62
62
|
view: 보기
|
63
|
-
welcome: 환영합니다
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: 환영합니다
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: 내 계정
|
69
67
|
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.
|
70
|
+
api_key_label: The credential for authenticating local development tools
|
71
|
+
api_key_reset: Regenerate
|
72
|
+
api_key: API Key
|
70
73
|
email_address: 이메일 주소
|
71
74
|
refer_and_earn: Refer and Earn
|
72
75
|
refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
|
73
|
-
refer_and_earn_redemptions: Redemptions
|
76
|
+
refer_and_earn_redemptions: Redemptions
|
74
77
|
refer_and_earn_request_code: Request a Code
|
75
78
|
device_invoice: Device Invoice
|
76
79
|
device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
|
@@ -89,10 +92,10 @@ ko:
|
|
89
92
|
time_zone_hint: 기기 새로 고침 비율과 절전 모드를 결정하는데 쓰입니다.
|
90
93
|
locale: Locale
|
91
94
|
locale_hint: What language and localization do you prefer? __Go here__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: 프로필 정보가 업데이트 되었습니다.
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: 대시보드
|
@@ -104,35 +107,35 @@ ko:
|
|
104
107
|
last_90_days: 지난 90일
|
105
108
|
today: 오늘
|
106
109
|
yesterday: 어제
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: 현재 플러그인들에 오류가 있습니다
|
109
112
|
good: 플러그인 모두 정상
|
110
113
|
next_steps: 어떤 변화가 있다면 알림 드리겠습니다
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: 뉴스
|
113
116
|
cta: 모두 보기
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: 플레이리스트
|
116
119
|
cta: 플레이리스트 더보기
|
117
120
|
pieces_of_content_displayed: 개의 콘텐츠 화면에 보여짐
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: 플러그인
|
120
123
|
cta: 플러그인 더보기
|
121
124
|
connected: 연결
|
122
125
|
new_and_popular: 인기 급상승 & 새 플러그인
|
123
126
|
shop:
|
124
127
|
title: 쇼핑
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: 절약한 시간
|
127
130
|
cta: 더 알아보기
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: 새로 출시된 펌웨어
|
133
|
+
accepts_beta_firmware: 새로 출시된 펌웨어
|
131
134
|
accepts_beta_firmware_hint: 다른 사용자들보다 먼저 새로 나온 디바이스 펌웨어를 사용하려면 버튼을 눌러주세요.
|
132
135
|
back_to_devices: 기기 관리 화면으로 돌아가기
|
133
136
|
battery_consumption: 배터리 소모
|
134
137
|
battery_consumption_hint: 기기 절전 모드 설정을 하시면 더 오랫동안 배터리 수명을 유지할 수 있습니다.
|
135
|
-
developer_perks: 개발자 버전 특혜
|
138
|
+
developer_perks: 개발자 버전 특혜
|
136
139
|
developer_perks_hint: 아래는 __개발자 옵션을 추가한 경우__ 사용 가능합니다.
|
137
140
|
device_credentials: Device Credentials
|
138
141
|
device_credentials_hint: See what you can do with these credentials __here__
|
@@ -170,8 +173,6 @@ ko:
|
|
170
173
|
title: 새 기기 추가하기
|
171
174
|
description: 새로운 TRMNL 기기를 계정에 추가하려면 기기 ID를 입력하세요.
|
172
175
|
add_device: 새 기기 추가
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: 기기 연결 오류
|
177
178
|
success: 기기가 성공적으로 연결되었습니다
|
@@ -201,7 +202,7 @@ ko:
|
|
201
202
|
title: Logs
|
202
203
|
all: All
|
203
204
|
device: Device
|
204
|
-
dump: Dump
|
205
|
+
dump: Dump
|
205
206
|
id: ID
|
206
207
|
private_plugins: Private Plugins
|
207
208
|
source: Source
|
@@ -218,14 +219,17 @@ ko:
|
|
218
219
|
edit_markup_without_preview: Edit Markup (without preview)
|
219
220
|
error_rendering_markup: Error rendering that markup
|
220
221
|
fix_indentation: Fix indentation
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: Live Preview
|
222
224
|
no_changes_to_save: No changes to save
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: Quick-start Examples
|
224
227
|
quickstart_example_applied: Applied!
|
225
228
|
quickstart_use_this_example: Use this example
|
226
229
|
revert: Revert
|
227
230
|
revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
|
228
231
|
save_changes: Save Changes (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: Your variables
|
231
235
|
no_merge_variables:
|
@@ -263,13 +267,11 @@ ko:
|
|
263
267
|
display_period_to: to
|
264
268
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
265
269
|
every: every
|
266
|
-
playlist:
|
270
|
+
playlist:
|
267
271
|
delete: 해당 플러그인을 삭제하는 것이 맞습니까? 플러그인의 연결은 지속되지만 당신의 기기에 보여지지는 않을 것입니다.
|
268
272
|
displayed_now: 지금 화면에 보여짐
|
269
273
|
not_displayed_yet: 아직 화면에 보여지지 않음
|
270
274
|
remove_from_playlist: 플레이리스트에서 삭제
|
271
|
-
|
272
|
-
# toast messages
|
273
275
|
create:
|
274
276
|
error: 플레이리스트 업데이트 실패
|
275
277
|
success: 플레이리스트가 업데이트 되었습니다
|
@@ -286,7 +288,7 @@ ko:
|
|
286
288
|
connected: 연결됨
|
287
289
|
recipes: Recipes
|
288
290
|
recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
|
289
|
-
search:
|
291
|
+
search:
|
290
292
|
placeholder: 플러그인 검색하기
|
291
293
|
my:
|
292
294
|
index:
|
@@ -330,7 +332,7 @@ ko:
|
|
330
332
|
delete_are_you_sure: Are you sure you want to delete this setting?
|
331
333
|
delete: 플러그인의 설정을 완전히 지웁니다. 단순히 디바이스에서 해당 플러그인을 숨기고 싶다면, 플레이리스트에서 삭제하세요.
|
332
334
|
inactive: 활동정지
|
333
|
-
no_plugin_settings_found: 플러그인이 없습니다.
|
335
|
+
no_plugin_settings_found: 플러그인이 없습니다.
|
334
336
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
335
337
|
reset_credentials: "%{plugin_name} account reset successfully"
|
336
338
|
form:
|
@@ -371,10 +373,8 @@ ko:
|
|
371
373
|
missing_entry: The ZIP file does not contain %{filename}
|
372
374
|
entry_too_large: "%{filename} is too large"
|
373
375
|
malformed: "%{filename} is malformed"
|
374
|
-
|
375
|
-
# toast messages
|
376
376
|
create:
|
377
|
-
success:
|
377
|
+
success: '플러그인이 생성되었습니다. 여기서 확인하세요:'
|
378
378
|
playlist: 플레이리스트
|
379
379
|
destroy:
|
380
380
|
success: 플러그인 삭제됨
|
@@ -383,17 +383,14 @@ ko:
|
|
383
383
|
success: 플러그인 구성이 성공적으로 업데이트 되었습니다.
|
384
384
|
add_to_playlist:
|
385
385
|
success: Plugin added to Playlist
|
386
|
-
|
387
386
|
referral_code:
|
388
387
|
create:
|
389
388
|
request_received: Request received, check your inbox
|
390
389
|
upgrade:
|
391
390
|
index:
|
392
|
-
title:
|
391
|
+
title: '기기 업그레이드:'
|
393
392
|
tagline: Unlock custom plugins and __more__.
|
394
|
-
pay: Pay
|
393
|
+
pay: Pay
|
395
394
|
error: Device %{device_name} is already upgraded, switch to another device
|
396
|
-
|
397
|
-
# toast messages
|
398
395
|
confirm:
|
399
396
|
success: Developer edition add-on is now enabled
|