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,9 +1,10 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
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
9
|
back_to_all_blog_posts: すべてのブログ記事へ戻る
|
9
10
|
blog: ブログ
|
@@ -18,20 +19,20 @@ ja:
|
|
18
19
|
copy: コピー
|
19
20
|
copied_to_clipboard: コピーしました!
|
20
21
|
copy_to_clipboard: クリップボードにコピー
|
21
|
-
created: 作成時刻
|
22
|
-
create_an_account: アカウントを作成する
|
22
|
+
created: 作成時刻
|
23
|
+
create_an_account: アカウントを作成する
|
23
24
|
current_device: 現在のデバイス
|
24
25
|
days: 日
|
25
26
|
delete: 削除
|
26
27
|
developer_edition_required: この機能を有効にするには、開発者エディションが必要です。
|
27
28
|
device_id: デバイスID
|
28
29
|
edit: 編集
|
29
|
-
export: Export
|
30
30
|
email_address: メールアドレス
|
31
|
+
export: Export
|
31
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
38
|
import: Import
|
@@ -40,37 +41,45 @@ 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: ログアウト
|
46
|
-
minimum_characters: 最小文字数
|
47
|
-
mins: 分
|
48
|
+
minimum_characters: 最小文字数
|
49
|
+
mins: 分
|
48
50
|
my_playlist: マイプレイリスト
|
49
51
|
new_password: 新しいパスワード
|
50
52
|
password: パスワード
|
51
|
-
please_wait: しばらくお待ちください...
|
53
|
+
please_wait: しばらくお待ちください...
|
52
54
|
plugin_not_found: プラグインが見つかりません
|
53
55
|
refresh_rates_hint: リフレッシュレートの仕組みについては__こちら__をご覧ください。
|
54
56
|
reset_password: パスワードをリセット
|
55
57
|
save: 保存
|
56
58
|
section: セクション
|
57
|
-
sign_in: サインインする
|
58
|
-
sign_up: サインアップ
|
59
|
+
sign_in: サインインする
|
60
|
+
sign_up: サインアップ
|
59
61
|
something_went_wrong: 問題が発生しました
|
60
|
-
|
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: Are you sure you want to regenerate your API Key? The old key will be invalidated.
|
75
|
+
api_key_hint: See __the docs__ to learn how to configure your local environment.
|
76
|
+
api_key_label: The credential for authenticating local development tools
|
77
|
+
api_key_reset: Regenerate
|
78
|
+
api_key: API Key
|
70
79
|
email_address: メールアドレス
|
71
80
|
refer_and_earn: お友達紹介プログラム
|
72
81
|
refer_and_earn_hint: パーソナライズされたクーポンでTRMNLをプレゼントしましょう。利用ごとに報酬が発生し、毎月お支払いします。
|
73
|
-
refer_and_earn_redemptions: 利用回数
|
82
|
+
refer_and_earn_redemptions: 利用回数
|
74
83
|
refer_and_earn_request_code: コードをリクエスト
|
75
84
|
device_invoice: デバイスの請求書
|
76
85
|
device_invoice_label: 会計士向けの商用ドキュメントをダウンロードしてください。
|
@@ -80,7 +89,7 @@ ja:
|
|
80
89
|
last_name_hint: TRMNLインターフェースをより快適に使用するため、あなたの名前を使用します。
|
81
90
|
password_hint: TRMNLアカウントを保護するために使用します。
|
82
91
|
enable_2fa: 2段階認証を有効にする
|
83
|
-
enable_2fa_hint:
|
92
|
+
enable_2fa_hint: __こちらをクリック__してOTPを有効にします。
|
84
93
|
disable_2fa: 2段階認証を無効にする
|
85
94
|
disable_2fa_hint: この機能を無効にするには、上記の有効なOTPと現在のパスワードを入力してください。
|
86
95
|
session: セッション
|
@@ -89,64 +98,75 @@ ja:
|
|
89
98
|
time_zone_hint: デバイスの更新頻度やスリープモードを決定するために使用します。
|
90
99
|
locale: 言語設定
|
91
100
|
locale_hint: ご希望の言語とローカライズ設定は? __こちら__ をご覧ください。
|
92
|
-
|
93
|
-
# toast messages
|
94
101
|
update:
|
95
102
|
success: プロフィール情報が更新されました。
|
103
|
+
reset_api_key:
|
104
|
+
success: API key was regenerated successfully
|
96
105
|
dashboard:
|
97
106
|
index:
|
98
107
|
title: ダッシュボード
|
99
|
-
morning_salutation: おはようございます
|
100
|
-
afternoon_salutation: こんにちは
|
101
|
-
evening_salutation: こんばんは
|
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
147
|
device_credentials: デバイス認証情報
|
138
148
|
device_credentials_hint: この認証情報でできることは__こちら__で確認できます
|
139
149
|
device_name: デバイス名
|
140
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__
|
141
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
|
142
159
|
identify: 確認する
|
143
160
|
identify_device: デバイスを確認する
|
144
161
|
identify_device_hint: どのデバイスかを簡単に識別するために、以下のボタンを押してどの画面が表示されているか確認してください。
|
145
162
|
logs: ログ
|
146
163
|
logs_hint: 生のエラーログのライブフィードでデバイスとプラグインをデバッグします。
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
147
165
|
mirror: ミラーモード
|
148
166
|
mirror_device: 他のデバイスにミラーモードを適用する
|
149
167
|
mirror_device_hint: 同じプレイリストを表示するには(共有可能)デバイスIDをお知らせください。あなたのプレイリストは変更なく表示されます。
|
168
|
+
mirror_stop: Disconnect Mirroring
|
169
|
+
mirror_sync: Sync Screens
|
150
170
|
ota_enabled: OTAアップデート有効
|
151
171
|
ota_enabled_hint: 新しいファームウェアを自動的にインストールします。独自のファームウェアを使用するには無効にしてください。
|
152
172
|
sleep_mode: スリープモード
|
@@ -156,8 +176,10 @@ ja:
|
|
156
176
|
special_function_hint: デバイスの背面にあるボタンのダブルクリック機能を設定してください。
|
157
177
|
special_function_learn_more: 特別機能について詳しくは__こちら__をクリックしてください。
|
158
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.
|
159
180
|
unlink_device: デバイス接続を解除する
|
160
181
|
unlink_device_hint: TRMNLデバイスの接続を解除すると、デバイスを再販したり贈ったりするときにより安全です。
|
182
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
161
183
|
visibility: 共有設定
|
162
184
|
visibility_hint: 以下の設定を使用して、TRMNLデバイスをミラーモードにすることができます。
|
163
185
|
your_device: あなたのTRMNL
|
@@ -170,8 +192,6 @@ ja:
|
|
170
192
|
title: 新しいデバイスを追加
|
171
193
|
description: デバイスIDを入力して、新しいTRMNLデバイスをアカウントに追加してください。
|
172
194
|
add_device: 新しいデバイスを追加
|
173
|
-
|
174
|
-
# toast messages
|
175
195
|
associate:
|
176
196
|
error: デバイス接続エラー
|
177
197
|
success: デバイスが正常に接続されました
|
@@ -201,12 +221,14 @@ ja:
|
|
201
221
|
title: ログ
|
202
222
|
all: すべて
|
203
223
|
device: デバイス
|
204
|
-
dump: 内容
|
224
|
+
dump: 内容
|
205
225
|
id: ID
|
206
226
|
private_plugins: プライベートプラグイン
|
207
227
|
source: ソース
|
208
228
|
time: 時刻
|
209
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
210
232
|
form:
|
211
233
|
back_to_plugin_settings: プラグイン設定に戻る
|
212
234
|
design_system: ネイティブデザインシステムを活用する
|
@@ -218,14 +240,17 @@ ja:
|
|
218
240
|
edit_markup_without_preview: マークアップを編集(プレビューなし)
|
219
241
|
error_rendering_markup: マークアップのレンダリングエラー
|
220
242
|
fix_indentation: インデントを修正
|
243
|
+
go_to_preview: Go To Preview
|
221
244
|
live_preview: ライブプレビュー
|
222
245
|
no_changes_to_save: 保存する変更はありません
|
246
|
+
pop_out_preview: Pop Out Preview
|
223
247
|
quickstart_examples: クイックスタート例
|
224
248
|
quickstart_example_applied: 適用済み!
|
225
249
|
quickstart_use_this_example: この例を使用
|
226
250
|
revert: 元に戻す
|
227
251
|
revert_confirm: 元に戻してもよろしいですか?保存されていない変更はすべて失われます。
|
228
252
|
save_changes: 変更を保存 (⌘﹢S)
|
253
|
+
separate_preview: Preview is open in a separate window
|
229
254
|
merge_variables:
|
230
255
|
your_variables: 変数
|
231
256
|
no_merge_variables:
|
@@ -246,9 +271,11 @@ ja:
|
|
246
271
|
error: 無効なOTPコード
|
247
272
|
verify_otp:
|
248
273
|
verify: 確認
|
274
|
+
reset: Reset MFA
|
275
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
249
276
|
success: 2段階認証に成功しました
|
250
277
|
error: 無効なOTPコード
|
251
|
-
|
278
|
+
playlist_items:
|
252
279
|
index:
|
253
280
|
title: プレイリスト
|
254
281
|
tagline: 画面に表示するものを選んでください
|
@@ -260,22 +287,37 @@ ja:
|
|
260
287
|
custom: Custom
|
261
288
|
device_default: Device default
|
262
289
|
display_period_from: 表示期間:
|
263
|
-
display_period_to: 〜
|
290
|
+
display_period_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 @@ ja:
|
|
286
328
|
connected: 接続済み
|
287
329
|
recipes: レシピ
|
288
330
|
recipes_hint: コミュニティメンバーによるプライベートプラグインで、ワンクリックでインストールできます。__詳細はこちら__。
|
289
|
-
search:
|
331
|
+
search:
|
290
332
|
placeholder: プラグインを検索
|
291
333
|
my:
|
292
334
|
index:
|
@@ -302,10 +344,13 @@ ja:
|
|
302
344
|
tagline: 他のユーザーがあなたのプラグインをインストールできるようにします。
|
303
345
|
name: 名前
|
304
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.
|
305
350
|
description: 説明
|
306
351
|
description_hint: 最大50文字
|
307
352
|
icon: アイコン
|
308
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512pxを推奨
|
309
354
|
installation_url: インストールURL
|
310
355
|
installation_url_hint: インストールフローについては__こちら__をご覧ください。
|
311
356
|
installation_success_webhook_url: インストール成功Webhook URL
|
@@ -314,6 +359,8 @@ ja:
|
|
314
359
|
management_url_hint: 管理フローについては__こちら__をご覧ください。
|
315
360
|
markup_url: プラグインマークアップURL
|
316
361
|
markup_url_hint: 画面生成については__こちら__をご覧ください。
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
317
364
|
uninstallation_webhook_url: アンインストールWebhook URL
|
318
365
|
edit:
|
319
366
|
title: プラグインの編集
|
@@ -322,6 +369,12 @@ ja:
|
|
322
369
|
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: レシピが見つかりません
|
327
380
|
plugin_settings:
|
@@ -330,14 +383,20 @@ ja:
|
|
330
383
|
delete_are_you_sure: この設定を削除してもよろしいですか?
|
331
384
|
delete: プラグインの設定を完全に削除します。デバイスからプラグインを単に隠したいだけなら、プレイリストから削除してください。
|
332
385
|
inactive: 非アクティブ
|
333
|
-
no_plugin_settings_found: プラグインが見つかりません。
|
386
|
+
no_plugin_settings_found: プラグインが見つかりません。
|
334
387
|
refreshing_now_please_wait: 更新中です。数秒後にこのページを再読み込みしてください。
|
335
388
|
reset_credentials: "%{plugin_name}アカウントが正常にリセットされました"
|
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: アカウントの接続を解除
|
342
401
|
manage_plugin: "%{plugin}を設定"
|
343
402
|
force_refresh: 強制リフレッシュ
|
@@ -345,6 +404,11 @@ ja:
|
|
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: 連携済みアカウント
|
349
413
|
linked_account_success: 成功
|
350
414
|
link_oauth: アカウント連携
|
@@ -355,6 +419,13 @@ ja:
|
|
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 @@ ja:
|
|
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 @@ ja:
|
|
383
453
|
success: プラグイン構成が正常に更新されました。
|
384
454
|
add_to_playlist:
|
385
455
|
success: プレイリストにプラグインを追加しました
|
386
|
-
|
387
456
|
referral_code:
|
388
457
|
create:
|
389
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…
|
390
474
|
upgrade:
|
391
475
|
index:
|
392
|
-
title:
|
476
|
+
title: 'デバイスのアップグレード:'
|
393
477
|
tagline: カスタムプラグインや __その他__ をアンロック。
|
394
|
-
pay: 支払い
|
478
|
+
pay: 支払い
|
395
479
|
error: デバイス %{device_name} はすでにアップグレード済みです。別のデバイスに切り替えてください。
|
396
|
-
|
397
|
-
# toast messages
|
398
480
|
confirm:
|
399
481
|
success: デベロッパーエディションのアドオンが有効になりました
|