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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +4 -4
- data/README.adoc +4 -4
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +16 -2
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +14 -0
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +199 -27
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +199 -27
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +203 -31
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +172 -0
- data/lib/trmnl/i18n/locales/web_ui/da.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +202 -117
- data/lib/trmnl/i18n/locales/web_ui/de.yml +202 -117
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +95 -12
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +170 -85
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/he.yml +95 -10
- data/lib/trmnl/i18n/locales/web_ui/id.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/it.yml +150 -65
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +177 -92
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/no.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +92 -9
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +93 -8
- data/trmnl-i18n.gemspec +2 -2
- data.tar.gz.sig +0 -0
- metadata +10 -3
- metadata.gz.sig +0 -0
@@ -1,5 +1,6 @@
|
|
1
1
|
---
|
2
2
|
ja:
|
3
|
+
locale_name: 日本語
|
3
4
|
add: 追加
|
4
5
|
add_new: 新規追加
|
5
6
|
ago: ago
|
@@ -40,6 +41,7 @@ ja:
|
|
40
41
|
keep_me_signed_in: サインイン状態を維持する
|
41
42
|
knowledge_base: ナレッジベース
|
42
43
|
last_name: 姓
|
44
|
+
learn_more: Learn more
|
43
45
|
loading: 読み込み中
|
44
46
|
login: ログイン
|
45
47
|
log_out: ログアウト
|
@@ -57,10 +59,14 @@ ja:
|
|
57
59
|
sign_in: サインインする
|
58
60
|
sign_up: サインアップ
|
59
61
|
something_went_wrong: 問題が発生しました
|
60
|
-
|
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: マイアカウント
|
@@ -99,9 +105,6 @@ ja:
|
|
99
105
|
dashboard:
|
100
106
|
index:
|
101
107
|
title: ダッシュボード
|
102
|
-
morning_salutation: おはようございます
|
103
|
-
afternoon_salutation: こんにちは
|
104
|
-
evening_salutation: こんばんは
|
105
108
|
last_7_days: 過去7日間
|
106
109
|
last_30_days: 過去30日間
|
107
110
|
last_90_days: 過去90日間
|
@@ -114,7 +117,7 @@ ja:
|
|
114
117
|
news:
|
115
118
|
title: ニュース
|
116
119
|
cta: すべて表示
|
117
|
-
|
120
|
+
playlist_items:
|
118
121
|
title: プレイリスト
|
119
122
|
cta: プレイリストをもっと見る
|
120
123
|
pieces_of_content_displayed: 件のコンテンツが表示されています
|
@@ -128,6 +131,10 @@ ja:
|
|
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: 新しいファームウェアを受け入れる
|
@@ -141,15 +148,25 @@ ja:
|
|
141
148
|
device_credentials_hint: この認証情報でできることは__こちら__で確認できます
|
142
149
|
device_name: デバイス名
|
143
150
|
device_name_hint: TRMNLインターフェースをより快適に使用するためです。
|
151
|
+
device_model: Device Model
|
152
|
+
device_model_hint: Your hardware Model
|
153
|
+
device_model_switch_warning: This is a dangerous operation, learn more __here__
|
144
154
|
edit_device: デバイスを編集
|
155
|
+
guest_mode: Guest Mode
|
156
|
+
guest_mode_hint: Choose what to display (and for how long) whenever guest mode is enabled.
|
157
|
+
guest_mode_item_placeholder: Choose an item
|
158
|
+
guest_mode_duration_placeholder: Choose a duration
|
145
159
|
identify: 確認する
|
146
160
|
identify_device: デバイスを確認する
|
147
161
|
identify_device_hint: どのデバイスかを簡単に識別するために、以下のボタンを押してどの画面が表示されているか確認してください。
|
148
162
|
logs: ログ
|
149
163
|
logs_hint: 生のエラーログのライブフィードでデバイスとプラグインをデバッグします。
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
150
165
|
mirror: ミラーモード
|
151
166
|
mirror_device: 他のデバイスにミラーモードを適用する
|
152
167
|
mirror_device_hint: 同じプレイリストを表示するには(共有可能)デバイスIDをお知らせください。あなたのプレイリストは変更なく表示されます。
|
168
|
+
mirror_stop: Disconnect Mirroring
|
169
|
+
mirror_sync: Sync Screens
|
153
170
|
ota_enabled: OTAアップデート有効
|
154
171
|
ota_enabled_hint: 新しいファームウェアを自動的にインストールします。独自のファームウェアを使用するには無効にしてください。
|
155
172
|
sleep_mode: スリープモード
|
@@ -159,8 +176,10 @@ ja:
|
|
159
176
|
special_function_hint: デバイスの背面にあるボタンのダブルクリック機能を設定してください。
|
160
177
|
special_function_learn_more: 特別機能について詳しくは__こちら__をクリックしてください。
|
161
178
|
unlink: 接続解除
|
179
|
+
unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
|
162
180
|
unlink_device: デバイス接続を解除する
|
163
181
|
unlink_device_hint: TRMNLデバイスの接続を解除すると、デバイスを再販したり贈ったりするときにより安全です。
|
182
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
164
183
|
visibility: 共有設定
|
165
184
|
visibility_hint: 以下の設定を使用して、TRMNLデバイスをミラーモードにすることができます。
|
166
185
|
your_device: あなたのTRMNL
|
@@ -208,6 +227,8 @@ ja:
|
|
208
227
|
source: ソース
|
209
228
|
time: 時刻
|
210
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
211
232
|
form:
|
212
233
|
back_to_plugin_settings: プラグイン設定に戻る
|
213
234
|
design_system: ネイティブデザインシステムを活用する
|
@@ -250,9 +271,11 @@ ja:
|
|
250
271
|
error: 無効なOTPコード
|
251
272
|
verify_otp:
|
252
273
|
verify: 確認
|
274
|
+
reset: Reset MFA
|
275
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
253
276
|
success: 2段階認証に成功しました
|
254
277
|
error: 無効なOTPコード
|
255
|
-
|
278
|
+
playlist_items:
|
256
279
|
index:
|
257
280
|
title: プレイリスト
|
258
281
|
tagline: 画面に表示するものを選んでください
|
@@ -266,18 +289,35 @@ ja:
|
|
266
289
|
display_period_from: 表示期間:
|
267
290
|
display_period_to: "〜"
|
268
291
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
269
|
-
every:
|
270
|
-
|
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 @@ ja:
|
|
304
344
|
tagline: 他のユーザーがあなたのプラグインをインストールできるようにします。
|
305
345
|
name: 名前
|
306
346
|
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: 説明
|
308
351
|
description_hint: 最大50文字
|
309
352
|
icon: アイコン
|
310
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512pxを推奨
|
311
354
|
installation_url: インストールURL
|
312
355
|
installation_url_hint: インストールフローについては__こちら__をご覧ください。
|
313
356
|
installation_success_webhook_url: インストール成功Webhook URL
|
@@ -316,6 +359,8 @@ ja:
|
|
316
359
|
management_url_hint: 管理フローについては__こちら__をご覧ください。
|
317
360
|
markup_url: プラグインマークアップURL
|
318
361
|
markup_url_hint: 画面生成については__こちら__をご覧ください。
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
319
364
|
uninstallation_webhook_url: アンインストールWebhook URL
|
320
365
|
edit:
|
321
366
|
title: プラグインの編集
|
@@ -324,6 +369,12 @@ ja:
|
|
324
369
|
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: レシピが見つかりません
|
329
380
|
plugin_settings:
|
@@ -337,9 +388,15 @@ ja:
|
|
337
388
|
reset_credentials: "%{plugin_name}アカウントが正常にリセットされました"
|
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: アカウントの接続を解除
|
344
401
|
manage_plugin: "%{plugin}を設定"
|
345
402
|
force_refresh: 強制リフレッシュ
|
@@ -347,6 +404,11 @@ ja:
|
|
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: 連携済みアカウント
|
351
413
|
linked_account_success: 成功
|
352
414
|
link_oauth: アカウント連携
|
@@ -357,6 +419,13 @@ ja:
|
|
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 @@ ja:
|
|
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 @@ ja:
|
|
386
456
|
referral_code:
|
387
457
|
create:
|
388
458
|
request_received: リクエストを受信しました。受信箱を確認してください
|
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: 'デバイスのアップグレード:'
|