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
|
uk:
|
2
|
-
|
3
|
+
locale_name: Ukrainian
|
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: Back to all posts
|
9
10
|
blog: Blog
|
@@ -18,10 +19,10 @@ uk:
|
|
18
19
|
copy: Copy
|
19
20
|
copied_to_clipboard: Copied!
|
20
21
|
copy_to_clipboard: Copy to clipboard
|
21
|
-
created: Created
|
22
|
-
create_an_account: Створити акаунт
|
22
|
+
created: Created
|
23
|
+
create_an_account: Створити акаунт
|
23
24
|
current_device: Current device
|
24
|
-
days: днів
|
25
|
+
days: днів
|
25
26
|
delete: Видалити
|
26
27
|
developer_edition_required: Developer edition is required to enable this feature.
|
27
28
|
device_id: ID пристрою
|
@@ -30,8 +31,8 @@ uk:
|
|
30
31
|
export: Export
|
31
32
|
fetching: 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 @@ uk:
|
|
40
41
|
keep_me_signed_in: Залишатись у системі
|
41
42
|
knowledge_base: База знань
|
42
43
|
last_name: Прізвище
|
44
|
+
learn_more: Learn more
|
43
45
|
loading: Loading
|
44
|
-
login: Вхід
|
46
|
+
login: Вхід
|
45
47
|
log_out: Вийти
|
46
|
-
minimum_characters: мінімум символів
|
47
|
-
mins: хв
|
48
|
+
minimum_characters: мінімум символів
|
49
|
+
mins: хв
|
48
50
|
my_playlist: My Playlist
|
49
51
|
new_password: Новий пароль
|
50
52
|
password: Пароль
|
51
|
-
please_wait: Please Wait...
|
53
|
+
please_wait: Please Wait...
|
52
54
|
plugin_not_found: Plugin not found
|
53
55
|
refresh_rates_hint: Learn how refresh rates work __here__.
|
54
56
|
reset_password: Скинути мій пароль
|
55
57
|
save: Зберегти
|
56
58
|
section: Section
|
57
|
-
sign_in: Увійти
|
58
|
-
sign_up: Реєстрація
|
59
|
+
sign_in: Увійти
|
60
|
+
sign_up: Реєстрація
|
59
61
|
something_went_wrong: Something went wrong
|
60
|
-
|
62
|
+
tech_support: 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: 1
|
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: Refer and Earn
|
72
81
|
refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
|
73
|
-
refer_and_earn_redemptions: Redemptions
|
82
|
+
refer_and_earn_redemptions: Redemptions
|
74
83
|
refer_and_earn_request_code: Request a Code
|
75
84
|
device_invoice: Device Invoice
|
76
85
|
device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
|
@@ -89,64 +98,75 @@ uk:
|
|
89
98
|
time_zone_hint: Визначає частоту оновлення та розклад сну пристрою.
|
90
99
|
locale: Locale
|
91
100
|
locale_hint: What language and localization do you prefer? __Go here__.
|
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: Good morning
|
100
|
-
afternoon_salutation: Good afternoon
|
101
|
-
evening_salutation: Good evening
|
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: View All
|
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: Shop
|
125
|
-
time_saved:
|
131
|
+
time_saved:
|
126
132
|
title: Зекономлений час
|
127
133
|
cta: Читати далі
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: Good morning
|
136
|
+
afternoon_salutation: Good afternoon
|
137
|
+
evening_salutation: Good evening
|
128
138
|
devices:
|
129
139
|
edit:
|
130
|
-
accepts_beta_firmware: Firmware Early Release
|
140
|
+
accepts_beta_firmware: Firmware Early Release
|
131
141
|
accepts_beta_firmware_hint: Toggle on to get the latest device firmware improvements before other users.
|
132
142
|
back_to_devices: Назад до пристроїв
|
133
143
|
battery_consumption: Споживання батареї
|
134
144
|
battery_consumption_hint: Заощаджуйте енергію та насолоджуйтесь тривалим часом роботи батареї, увімкнувши Режим сну.
|
135
|
-
developer_perks: Developer Perks
|
145
|
+
developer_perks: Developer Perks
|
136
146
|
developer_perks_hint: Options below require the __Developer add-on__.
|
137
147
|
device_credentials: Device Credentials
|
138
148
|
device_credentials_hint: See what you can do with these credentials __here__
|
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: Logs
|
146
163
|
logs_hint: Debug your device and plugins with a live feed of raw error logs.
|
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 Updates Enabled
|
151
171
|
ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
|
152
172
|
sleep_mode: Режим сну
|
@@ -156,8 +176,10 @@ uk:
|
|
156
176
|
special_function_hint: Set a double-click feature for the button on the back of your device.
|
157
177
|
special_function_learn_more: Learn more about special functions __here__.
|
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 @@ uk:
|
|
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: Пристрій успішно підключено
|
@@ -188,11 +208,11 @@ uk:
|
|
188
208
|
success: Пристрій %{friendly_id} успішно віддзеркалено
|
189
209
|
success_removed: Mirroring Removed
|
190
210
|
switch:
|
191
|
-
error: Помилка перемикання пристрою
|
211
|
+
error: Помилка перемикання пристрою
|
192
212
|
success: Пристрій успішно перемкнено
|
193
213
|
update:
|
194
214
|
error: Помилка оновлення пристрою
|
195
|
-
success:
|
215
|
+
success: Налаштування пристрою %{device} успішно оновлено
|
196
216
|
invoices:
|
197
217
|
rate_limit: Too many attempts, please wait and try again
|
198
218
|
invoice_not_found: Invoice not found
|
@@ -201,12 +221,14 @@ uk:
|
|
201
221
|
title: Logs
|
202
222
|
all: All
|
203
223
|
device: Device
|
204
|
-
dump: Dump
|
224
|
+
dump: Dump
|
205
225
|
id: ID
|
206
226
|
private_plugins: Private Plugins
|
207
227
|
source: Source
|
208
228
|
time: Time
|
209
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
210
232
|
form:
|
211
233
|
back_to_plugin_settings: Back to plugin settings
|
212
234
|
design_system: Leverage our native design system
|
@@ -218,14 +240,17 @@ uk:
|
|
218
240
|
edit_markup_without_preview: Edit Markup (without preview)
|
219
241
|
error_rendering_markup: Error rendering that markup
|
220
242
|
fix_indentation: Fix indentation
|
243
|
+
go_to_preview: Go To Preview
|
221
244
|
live_preview: Live Preview
|
222
245
|
no_changes_to_save: No changes to save
|
246
|
+
pop_out_preview: Pop Out Preview
|
223
247
|
quickstart_examples: Quick-start Examples
|
224
248
|
quickstart_example_applied: Applied!
|
225
249
|
quickstart_use_this_example: Use this example
|
226
250
|
revert: Revert
|
227
251
|
revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
|
228
252
|
save_changes: Save Changes (⌘﹢S)
|
253
|
+
separate_preview: Preview is open in a separate window
|
229
254
|
merge_variables:
|
230
255
|
your_variables: Your variables
|
231
256
|
no_merge_variables:
|
@@ -246,9 +271,11 @@ uk:
|
|
246
271
|
error: Invalid OTP code
|
247
272
|
verify_otp:
|
248
273
|
verify: 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: 2FA successful
|
250
277
|
error: Invalid OTP code
|
251
|
-
|
278
|
+
playlist_items:
|
252
279
|
index:
|
253
280
|
title: Плейлист
|
254
281
|
tagline: Виберіть, що відображається на
|
@@ -262,20 +289,35 @@ uk:
|
|
262
289
|
display_period_from: Display from
|
263
290
|
display_period_to: 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 @@ uk:
|
|
286
328
|
connected: Підключені
|
287
329
|
recipes: Recipes
|
288
330
|
recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
|
289
|
-
search:
|
331
|
+
search:
|
290
332
|
placeholder: Знайти плагіни
|
291
333
|
my:
|
292
334
|
index:
|
@@ -302,10 +344,13 @@ uk:
|
|
302
344
|
tagline: Enable other user to install your plugin.
|
303
345
|
name: Name
|
304
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.
|
305
350
|
description: Description
|
306
351
|
description_hint: Maximum 50 characters
|
307
352
|
icon: Icon
|
308
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512px recommended
|
309
354
|
installation_url: Installation URL
|
310
355
|
installation_url_hint: Learn more about the installation flow __here__.
|
311
356
|
installation_success_webhook_url: Installation Success Webhook URL
|
@@ -314,6 +359,8 @@ uk:
|
|
314
359
|
management_url_hint: Learn more about the management flow __here__.
|
315
360
|
markup_url: Plugin Markup URL
|
316
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.
|
317
364
|
uninstallation_webhook_url: Uninstallation Webhook URL
|
318
365
|
edit:
|
319
366
|
title: Edit Plugin
|
@@ -322,6 +369,12 @@ uk:
|
|
322
369
|
description: 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: Recipe not found
|
327
380
|
plugin_settings:
|
@@ -330,21 +383,32 @@ uk:
|
|
330
383
|
delete_are_you_sure: Are you sure you want to delete this setting?
|
331
384
|
delete: Це повністю видалить налаштування плагіна. Щоб просто приховати цей плагін з вашого пристрою, видаліть його з плейлиста.
|
332
385
|
inactive: Неактивний
|
333
|
-
no_plugin_settings_found: Налаштування плагінів не знайдено.
|
386
|
+
no_plugin_settings_found: Налаштування плагінів не знайдено.
|
334
387
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
335
388
|
reset_credentials: "%{plugin_name} account reset successfully"
|
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: Disconnect Account
|
342
401
|
manage_plugin: Configure %{plugin}
|
343
402
|
force_refresh: Примусове Оновлення
|
344
403
|
force_refresh_hint: Ця функція призначена лише для тестування - будь ласка, не зловживайте нею.
|
345
404
|
force_refresh_click_here: Натисніть тут
|
346
|
-
force_refresh_click_here_hint: щоб негайно створити новий екран
|
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: Linked Account
|
349
413
|
linked_account_success: Successfully linked with %{plugin_name}
|
350
414
|
link_oauth: Підключити обліковий запис
|
@@ -355,6 +419,13 @@ uk:
|
|
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,35 +436,46 @@ uk:
|
|
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
447
|
success: Плагін створено та додано до вашого
|
378
448
|
playlist: плейлисту
|
379
449
|
destroy:
|
380
450
|
success: Плагін видалено
|
381
|
-
handle_canceled_consent: Згоду скасовано, будь ласка, спробуйте ще раз
|
451
|
+
handle_canceled_consent: Згоду скасовано, будь ласка, спробуйте ще раз
|
382
452
|
update:
|
383
453
|
success: Конфігурацію плагіна успішно оновлено
|
384
454
|
add_to_playlist:
|
385
455
|
success: Plugin added to Playlist
|
386
|
-
|
387
456
|
referral_code:
|
388
457
|
create:
|
389
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…
|
390
474
|
upgrade:
|
391
475
|
index:
|
392
|
-
title:
|
476
|
+
title: 'Upgrading device:'
|
393
477
|
tagline: Unlock custom plugins and __more__.
|
394
|
-
pay: Pay
|
478
|
+
pay: Pay
|
395
479
|
error: Device %{device_name} is already upgraded, switch to another device
|
396
|
-
|
397
|
-
# toast messages
|
398
480
|
confirm:
|
399
481
|
success: Developer edition add-on is now enabled
|