trmnl-i18n 0.0.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 +7 -0
- checksums.yaml.gz.sig +0 -0
- data/LICENSE +21 -0
- data/README.adoc +134 -0
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +178 -0
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +216 -0
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +216 -0
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +20 -0
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +21 -0
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +21 -0
- data/lib/trmnl/i18n/locales/web_ui/da.yml +391 -0
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/de.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/he.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/id.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/it.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/no.yml +395 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +398 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +392 -0
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +392 -0
- data/lib/trmnl/i18n/railtie.rb +18 -0
- data/lib/trmnl/i18n.rb +9 -0
- data/trmnl-i18n.gemspec +29 -0
- data.tar.gz.sig +0 -0
- metadata +146 -0
- metadata.gz.sig +0 -0
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
uk:
|
|
2
|
+
# global, logged out, and auth-related
|
|
3
|
+
add: Додати
|
|
4
|
+
add_new: Додати новий
|
|
5
|
+
ago: ago # example: "Created 5 mins ago"
|
|
6
|
+
already_have_account: У мене вже є акаунт # signup form cta
|
|
7
|
+
back: Назад
|
|
8
|
+
back_to_all_blog_posts: Back to all posts
|
|
9
|
+
blog: Blog
|
|
10
|
+
buy_now: Придбати зараз
|
|
11
|
+
cancel: Скасувати
|
|
12
|
+
change_password: Змінити пароль
|
|
13
|
+
charge_level: Рівень заряду
|
|
14
|
+
charged: заряджено
|
|
15
|
+
close: Закрити
|
|
16
|
+
confirm_change_password: Змінити мій пароль
|
|
17
|
+
confirm_password: Новий пароль (повторно)
|
|
18
|
+
copy: Copy
|
|
19
|
+
copied_to_clipboard: Copied!
|
|
20
|
+
copy_to_clipboard: Copy to clipboard
|
|
21
|
+
created: Created # example: "Created 5 mins ago"
|
|
22
|
+
create_an_account: Створити акаунт # login form cta
|
|
23
|
+
current_device: Current device
|
|
24
|
+
days: днів # TODO: Check if the declension is correct
|
|
25
|
+
delete: Видалити
|
|
26
|
+
developer_edition_required: Developer edition is required to enable this feature.
|
|
27
|
+
device_id: ID пристрою
|
|
28
|
+
edit: Редагувати
|
|
29
|
+
email_address: Адреса електронної пошти
|
|
30
|
+
export: Export
|
|
31
|
+
fetching: Fetching
|
|
32
|
+
first_name: Ім'я
|
|
33
|
+
forgot_password: Я забув мій пароль # login form link
|
|
34
|
+
forgot_password_title: Отакої…Гайда знову # heading on /password/new
|
|
35
|
+
get_started: Почнемо!
|
|
36
|
+
identify: Ідентифікувати
|
|
37
|
+
import: Import
|
|
38
|
+
import_new: Import new
|
|
39
|
+
integrations: Integrations
|
|
40
|
+
keep_me_signed_in: Залишатись у системі
|
|
41
|
+
knowledge_base: База знань
|
|
42
|
+
last_name: Прізвище
|
|
43
|
+
loading: Loading
|
|
44
|
+
login: Вхід # TODO: Check context, maybe be "Увійти" або "Логін"?
|
|
45
|
+
log_out: Вийти
|
|
46
|
+
minimum_characters: мінімум символів # ex: 8 characters minimum
|
|
47
|
+
mins: хв # 'minutes' abbreviation
|
|
48
|
+
my_playlist: My Playlist
|
|
49
|
+
new_password: Новий пароль
|
|
50
|
+
password: Пароль
|
|
51
|
+
please_wait: Please Wait... # similar to "Fetching", but shown after a long process button click vs on page-load
|
|
52
|
+
plugin_not_found: Plugin not found
|
|
53
|
+
refresh_rates_hint: Learn how refresh rates work __here__.
|
|
54
|
+
reset_password: Скинути мій пароль
|
|
55
|
+
save: Зберегти
|
|
56
|
+
section: Section
|
|
57
|
+
sign_in: Увійти # login form cta # TODO: Check the context
|
|
58
|
+
sign_up: Реєстрація # logged out navigation
|
|
59
|
+
something_went_wrong: Something went wrong
|
|
60
|
+
support: Support # bottom navigation tab, links to help center
|
|
61
|
+
update: Оновити
|
|
62
|
+
view: Переглянути
|
|
63
|
+
welcome: Ласкаво просимо # login form heading
|
|
64
|
+
|
|
65
|
+
# views by resource (device, plugins, playlists, account, etc)
|
|
66
|
+
account:
|
|
67
|
+
index:
|
|
68
|
+
title: Акаунт
|
|
69
|
+
tagline: Налаштування аккаунту
|
|
70
|
+
email_address: Єлектронна пошта
|
|
71
|
+
refer_and_earn: Refer and Earn
|
|
72
|
+
refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
|
|
73
|
+
refer_and_earn_redemptions: Redemptions # how many times this coupon has been used
|
|
74
|
+
refer_and_earn_request_code: Request a Code
|
|
75
|
+
device_invoice: Device Invoice
|
|
76
|
+
device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
|
|
77
|
+
device_invoice_hint: Find this on your package tracking page or shipment notification email.
|
|
78
|
+
email_address_hint: Використовується для входу в TRMNL та для отримання системних повідомлень.
|
|
79
|
+
first_name_hint: Ми використовуємо ваше ім'я, щоб зробити інтерфейс TRMNL більш зручним.
|
|
80
|
+
last_name_hint: Ми використовуємо ваше прізвище, щоб зробити інтерфейс TRMNL більш зручним.
|
|
81
|
+
password_hint: Використовується для захисту вашого акаунту TRMNL.
|
|
82
|
+
enable_2fa: Enable 2FA?
|
|
83
|
+
enable_2fa_hint: __Click here__ to enable OTP.
|
|
84
|
+
disable_2fa: Disable 2FA
|
|
85
|
+
disable_2fa_hint: Provide valid OTP and current password above to disable this feature.
|
|
86
|
+
session: Сесія
|
|
87
|
+
session_hint: Ви увійшли як %{user}
|
|
88
|
+
time_zone: Часовий пояс
|
|
89
|
+
time_zone_hint: Визначає частоту оновлення та розклад сну пристрою.
|
|
90
|
+
locale: Locale
|
|
91
|
+
locale_hint: What language and localization do you prefer? __Go here__.
|
|
92
|
+
|
|
93
|
+
# toast messages
|
|
94
|
+
update:
|
|
95
|
+
success: Профіль успішно оновлено
|
|
96
|
+
dashboard:
|
|
97
|
+
index:
|
|
98
|
+
title: Панель управління
|
|
99
|
+
morning_salutation: Good morning
|
|
100
|
+
afternoon_salutation: Good afternoon
|
|
101
|
+
evening_salutation: Good evening
|
|
102
|
+
last_7_days: Останні 7 днів
|
|
103
|
+
last_30_days: Останні 30 днів
|
|
104
|
+
last_90_days: Останні 90 днів
|
|
105
|
+
today: Сьогодні
|
|
106
|
+
yesterday: Вчора
|
|
107
|
+
health: # partial (widget)
|
|
108
|
+
bad: У роботі плагінів виникли неполадки
|
|
109
|
+
good: Плагіни в нормі
|
|
110
|
+
next_steps: Ми повідомимо вас, якщо щось зміниться
|
|
111
|
+
news: # partial (widget)
|
|
112
|
+
title: Новини
|
|
113
|
+
cta: View All
|
|
114
|
+
playlists: # partial (widget)
|
|
115
|
+
title: Плейлисти
|
|
116
|
+
cta: Перейти до плейлистів
|
|
117
|
+
pieces_of_content_displayed: Кількість відображуваних елементів
|
|
118
|
+
plugins: # partial (widget)
|
|
119
|
+
title: Плагіни
|
|
120
|
+
cta: Перейти до плагінів
|
|
121
|
+
connected: Підключено
|
|
122
|
+
new_and_popular: Нові та популярні
|
|
123
|
+
shop:
|
|
124
|
+
title: Shop
|
|
125
|
+
time_saved: # partial (widget)
|
|
126
|
+
title: Зекономлений час
|
|
127
|
+
cta: Читати далі
|
|
128
|
+
devices:
|
|
129
|
+
edit:
|
|
130
|
+
accepts_beta_firmware: Firmware Early Release # true/false toggle to receive new device updates before regular users
|
|
131
|
+
accepts_beta_firmware_hint: Toggle on to get the latest device firmware improvements before other users.
|
|
132
|
+
back_to_devices: Назад до пристроїв
|
|
133
|
+
battery_consumption: Споживання батареї
|
|
134
|
+
battery_consumption_hint: Заощаджуйте енергію та насолоджуйтесь тривалим часом роботи батареї, увімкнувши Режим сну.
|
|
135
|
+
developer_perks: Developer Perks # heading; below this is a list of options for devices with (paid) Developer edition add-on
|
|
136
|
+
developer_perks_hint: Options below require the __Developer add-on__.
|
|
137
|
+
device_credentials: Device Credentials
|
|
138
|
+
device_credentials_hint: See what you can do with these credentials __here__
|
|
139
|
+
device_name: Назва пристрою
|
|
140
|
+
device_name_hint: Ми використовуємо імʼя пристрою, щоб зробити інтерфейс TRMNL більш зручним
|
|
141
|
+
edit_device: Змінити налаштування пристрою
|
|
142
|
+
identify: Ідентифікувати
|
|
143
|
+
identify_device: Ідентифікувати пристрій
|
|
144
|
+
identify_device_hint: Натисніть кнопку нижче, щоб показати екран на цьому пристрої, який допоможе його ідентифікувати.
|
|
145
|
+
logs: Logs
|
|
146
|
+
logs_hint: Debug your device and plugins with a live feed of raw error logs.
|
|
147
|
+
mirror: Відзеркалити
|
|
148
|
+
mirror_device: Відзеркалити інший пристрій
|
|
149
|
+
mirror_device_hint: Надайте ID пристрою з увімкненим спільним доступом, щоб дзеркалити його плейлист. Ваш плейлист також буде відображатися.
|
|
150
|
+
ota_enabled: OTA Updates Enabled
|
|
151
|
+
ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
|
|
152
|
+
sleep_mode: Режим сну
|
|
153
|
+
sleep_mode_hint: Налаштуйте частоту оновлення, щоб покращити концентрацію та час роботи батареї.
|
|
154
|
+
sleep_screen: Sleep Screen
|
|
155
|
+
special_function: Special Function
|
|
156
|
+
special_function_hint: Set a double-click feature for the button on the back of your device.
|
|
157
|
+
special_function_learn_more: Learn more about special functions __here__.
|
|
158
|
+
unlink: Відв'язати
|
|
159
|
+
unlink_device: Відв'язати пристрій
|
|
160
|
+
unlink_device_hint: Відв'язування пристрою TRMNL робить його безпечним для перепродажу або передачі іншій особі.
|
|
161
|
+
visibility: Спільний доступ
|
|
162
|
+
visibility_hint: Зробіть ваш пристрій TRMNL доступним для віддзеркалення, змінивши налаштування нижче.
|
|
163
|
+
your_device: Ваш TRMNL
|
|
164
|
+
index:
|
|
165
|
+
title: Пристрої
|
|
166
|
+
tagline: Ваші пристрої TRMNL
|
|
167
|
+
add_device_modal_title: Додати новий пристрій
|
|
168
|
+
add_first_device: Почніть, додавши свій перший пристрій!
|
|
169
|
+
new:
|
|
170
|
+
title: Додати новий пристрій
|
|
171
|
+
description: Введіть ваш Дружній ID, щоб додати новий пристрій TRMNL до вашого акаунту.
|
|
172
|
+
add_device: Додати новий пристрій
|
|
173
|
+
|
|
174
|
+
# toast messages
|
|
175
|
+
associate:
|
|
176
|
+
error: Помилка підключення пристрою
|
|
177
|
+
success: Пристрій успішно підключено
|
|
178
|
+
dissociate:
|
|
179
|
+
error: Помилка видалення пристрою
|
|
180
|
+
success: Пристрій успішно видалено
|
|
181
|
+
identify:
|
|
182
|
+
error: Помилка оновлення пристрою
|
|
183
|
+
success: Запит на ідентифікацію пристрою надіслано
|
|
184
|
+
mirror:
|
|
185
|
+
error: Помилка дзеркалення пристрою
|
|
186
|
+
error_not_shared: Вказаний ідентифікатор пристрою не доступний для спільного доступу
|
|
187
|
+
error_oneself: Неможливо віддзеркалити власний пристрій
|
|
188
|
+
success: Пристрій %{friendly_id} успішно віддзеркалено
|
|
189
|
+
success_removed: Mirroring Removed
|
|
190
|
+
switch:
|
|
191
|
+
error: Помилка перемикання пристрою # TODO: Check the context
|
|
192
|
+
success: Пристрій успішно перемкнено
|
|
193
|
+
update:
|
|
194
|
+
error: Помилка оновлення пристрою
|
|
195
|
+
success: "Налаштування пристрою %{device} успішно оновлено"
|
|
196
|
+
invoices:
|
|
197
|
+
rate_limit: Too many attempts, please wait and try again
|
|
198
|
+
invoice_not_found: Invoice not found
|
|
199
|
+
logs:
|
|
200
|
+
index:
|
|
201
|
+
title: Logs
|
|
202
|
+
all: All
|
|
203
|
+
device: Device
|
|
204
|
+
dump: Dump # content
|
|
205
|
+
id: ID
|
|
206
|
+
private_plugins: Private Plugins
|
|
207
|
+
source: Source
|
|
208
|
+
time: Time
|
|
209
|
+
markups:
|
|
210
|
+
form:
|
|
211
|
+
back_to_plugin_settings: Back to plugin settings
|
|
212
|
+
design_system: Leverage our native design system
|
|
213
|
+
design_system_docs: Design System Docs
|
|
214
|
+
dirty_confirm: You have unsaved changes. Are you sure you want to leave this page?
|
|
215
|
+
edit_markup: Edit Markup
|
|
216
|
+
edit_markup_for_plugin: Edit markup for %{plugin_setting_name}
|
|
217
|
+
edit_markup_please_save_first: Please save before editing markup
|
|
218
|
+
edit_markup_without_preview: Edit Markup (without preview)
|
|
219
|
+
error_rendering_markup: Error rendering that markup
|
|
220
|
+
fix_indentation: Fix indentation
|
|
221
|
+
live_preview: Live Preview
|
|
222
|
+
no_changes_to_save: No changes to save
|
|
223
|
+
quickstart_examples: Quick-start Examples
|
|
224
|
+
quickstart_example_applied: Applied!
|
|
225
|
+
quickstart_use_this_example: Use this example
|
|
226
|
+
revert: Revert
|
|
227
|
+
revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
|
|
228
|
+
save_changes: Save Changes (⌘﹢S)
|
|
229
|
+
merge_variables:
|
|
230
|
+
your_variables: Your variables
|
|
231
|
+
no_merge_variables:
|
|
232
|
+
force_refresh: If you've provided variables but they aren't being detected, try a __force refresh__.
|
|
233
|
+
no_variables_detected: No variables detected.
|
|
234
|
+
mfa:
|
|
235
|
+
disable_otp:
|
|
236
|
+
success: 2FA Disabled
|
|
237
|
+
invalid_otp: Invalid OTP
|
|
238
|
+
invalid_password: Invalid Password
|
|
239
|
+
invalid_otp_and_password: Invalid OTP and Password
|
|
240
|
+
enable_otp:
|
|
241
|
+
input_otp: Enter OTP
|
|
242
|
+
submit: Verify and Enable
|
|
243
|
+
already_enabled: 2FA is already enabled
|
|
244
|
+
enable_otp_verify:
|
|
245
|
+
success: 2FA Enabled
|
|
246
|
+
error: Invalid OTP code
|
|
247
|
+
verify_otp:
|
|
248
|
+
verify: Verify
|
|
249
|
+
success: 2FA successful
|
|
250
|
+
error: Invalid OTP code
|
|
251
|
+
playlists:
|
|
252
|
+
index:
|
|
253
|
+
title: Плейлист
|
|
254
|
+
tagline: Виберіть, що відображається на
|
|
255
|
+
add_a_group: Add a Group
|
|
256
|
+
add_a_plugin: Add a Plugin
|
|
257
|
+
add_first_device_cta: Почніть з __додавання__ вашого першого пристрою TRMNL!
|
|
258
|
+
add_to_playlist: Додати до плейлиста
|
|
259
|
+
create_first_playlist_cta: Створіть свій плейлист після __підключення__ вашого першого плагіна!
|
|
260
|
+
custom: Custom
|
|
261
|
+
device_default: Device default
|
|
262
|
+
display_period_from: Display from
|
|
263
|
+
display_period_to: to
|
|
264
|
+
every: every
|
|
265
|
+
playlist: # partial (single item)
|
|
266
|
+
delete: Ви впевнені, що хочете видалити цей елемент? Плагін залишиться підключеним, але не відображатиметься на вашому пристрої.
|
|
267
|
+
displayed_now: Відображається зараз
|
|
268
|
+
not_displayed_yet: Ще не відображається
|
|
269
|
+
remove_from_playlist: Видалити з плейлиста
|
|
270
|
+
|
|
271
|
+
# toast messages
|
|
272
|
+
create:
|
|
273
|
+
error: Не вдалося оновити плейлист
|
|
274
|
+
success: Плейлист оновлено
|
|
275
|
+
destroy:
|
|
276
|
+
error: Помилка видалення елементу з плейлиста
|
|
277
|
+
success: Плагін видалено з плейлиста
|
|
278
|
+
update:
|
|
279
|
+
success: Порядок елементів оновлено
|
|
280
|
+
plugins:
|
|
281
|
+
index:
|
|
282
|
+
title: Плагіни
|
|
283
|
+
tagline: Що ви бажаєте додати на свій TRMNL?
|
|
284
|
+
available: Доступні
|
|
285
|
+
connected: Підключені
|
|
286
|
+
recipes: Recipes
|
|
287
|
+
recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
|
|
288
|
+
search: # partial (search box)
|
|
289
|
+
placeholder: Знайти плагіни
|
|
290
|
+
my:
|
|
291
|
+
title: My Plugins
|
|
292
|
+
tagline: Develop Plugins for the public marketplace
|
|
293
|
+
connections: connections
|
|
294
|
+
edit: Edit
|
|
295
|
+
install: Install
|
|
296
|
+
review_are_you_sure: Are you sure? The TRMNL team will test it and email you any questions.
|
|
297
|
+
submit_for_review: Submit for Review
|
|
298
|
+
new:
|
|
299
|
+
title: Create New Plugin
|
|
300
|
+
tagline: Enable other user to install your plugin.
|
|
301
|
+
name: Name
|
|
302
|
+
category: Category
|
|
303
|
+
description: Description
|
|
304
|
+
description_hint: Maximum 50 characters
|
|
305
|
+
icon: Icon
|
|
306
|
+
icon_hint: 40px*40px recommended
|
|
307
|
+
installation_url: Installation URL
|
|
308
|
+
installation_url_hint: Learn more about the installation flow __here__.
|
|
309
|
+
installation_success_webhook_url: Installation Success Webhook URL
|
|
310
|
+
knowledge_base_url: Knowledge Base URL
|
|
311
|
+
management_url: Plugin Management URL
|
|
312
|
+
management_url_hint: Learn more about the management flow __here__.
|
|
313
|
+
markup_url: Plugin Markup URL
|
|
314
|
+
markup_url_hint: Learn more about screen generation __here__.
|
|
315
|
+
uninstallation_webhook_url: Uninstallation Webhook URL
|
|
316
|
+
edit:
|
|
317
|
+
title: Edit Plugin
|
|
318
|
+
tagline: Update your plugin details.
|
|
319
|
+
name: Name
|
|
320
|
+
description: Description
|
|
321
|
+
plugin_recipes:
|
|
322
|
+
new:
|
|
323
|
+
error: Recipe not found
|
|
324
|
+
plugin_settings:
|
|
325
|
+
active: Активний
|
|
326
|
+
copy_are_you_sure: Are you sure you want to copy this setting?
|
|
327
|
+
delete_are_you_sure: Are you sure you want to delete this setting?
|
|
328
|
+
delete: Це повністю видалить налаштування плагіна. Щоб просто приховати цей плагін з вашого пристрою, видаліть його з плейлиста.
|
|
329
|
+
inactive: Неактивний
|
|
330
|
+
no_plugin_settings_found: Налаштування плагінів не знайдено. # empty state - should not appear
|
|
331
|
+
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
|
332
|
+
reset_credentials: "%{plugin_name} account reset successfully"
|
|
333
|
+
form:
|
|
334
|
+
active_hint: Показати чи приховати цей екземпляр плагіна на вашому пристрої
|
|
335
|
+
back_to_plugin: Назад до %{plugin}
|
|
336
|
+
back_to_plugins: Назад до Плагінів
|
|
337
|
+
connect_with: Підключитися до %{plugin}
|
|
338
|
+
disconnect_account: Disconnect Account
|
|
339
|
+
manage_plugin: Configure %{plugin}
|
|
340
|
+
force_refresh: Примусове Оновлення
|
|
341
|
+
force_refresh_hint: Ця функція призначена лише для тестування - будь ласка, не зловживайте нею.
|
|
342
|
+
force_refresh_click_here: Натисніть тут
|
|
343
|
+
force_refresh_click_here_hint: щоб негайно створити новий екран # TODO: Check the context
|
|
344
|
+
learn_more: Дізнайтеся більше про цей плагін у нашій базі знань
|
|
345
|
+
linked_account: Linked Account
|
|
346
|
+
linked_account_success: Successfully linked with %{plugin_name}
|
|
347
|
+
link_oauth: Підключити обліковий запис
|
|
348
|
+
link_oauth_hint: Перед продовженням виконайте безпечний процес авторизації, наданий %{plugin}
|
|
349
|
+
multiple_instances_hint: Цей плагін підтримує кілька екземплярів.
|
|
350
|
+
name: Ім'я
|
|
351
|
+
name_hint: Дайте йому назву для зручності
|
|
352
|
+
plugin_uuid: UUID плагіна
|
|
353
|
+
plugin_uuid_hint: Використовуйте це для здійснення запитів Webhook API.
|
|
354
|
+
preview: Попередній перегляд - ваш пристрій буде показувати актуальні дані
|
|
355
|
+
refresh_rate: Частота оновлення
|
|
356
|
+
refresh_rate_hint: Оберіть, як часто цей екземпляр плагіна отримує свіжі дані
|
|
357
|
+
refreshed: Оновлено
|
|
358
|
+
remove_plugin: Remove plugin
|
|
359
|
+
remove_plugin_hint: Removing a plugin will also remove it from your playlist
|
|
360
|
+
synced: Synced
|
|
361
|
+
visit_docs: Переглянути Документацію
|
|
362
|
+
import:
|
|
363
|
+
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
|
364
|
+
missing_entry: The ZIP file does not contain %{filename}
|
|
365
|
+
entry_too_large: "%{filename} is too large"
|
|
366
|
+
malformed: "%{filename} is malformed"
|
|
367
|
+
|
|
368
|
+
# toast messages
|
|
369
|
+
create:
|
|
370
|
+
success: Плагін створено та додано до вашого
|
|
371
|
+
playlist: плейлисту
|
|
372
|
+
destroy:
|
|
373
|
+
success: Плагін видалено
|
|
374
|
+
handle_canceled_consent: Згоду скасовано, будь ласка, спробуйте ще раз # TODO: Check the context
|
|
375
|
+
update:
|
|
376
|
+
success: Конфігурацію плагіна успішно оновлено
|
|
377
|
+
add_to_playlist:
|
|
378
|
+
success: Plugin added to Playlist
|
|
379
|
+
|
|
380
|
+
referral_code:
|
|
381
|
+
create:
|
|
382
|
+
request_received: Request received, check your inbox
|
|
383
|
+
upgrade:
|
|
384
|
+
index:
|
|
385
|
+
title: "Upgrading device:"
|
|
386
|
+
tagline: Unlock custom plugins and __more__.
|
|
387
|
+
pay: Pay # button text; ex "Pay $20"
|
|
388
|
+
error: Device %{device_name} is already upgraded, switch to another device
|
|
389
|
+
|
|
390
|
+
# toast messages
|
|
391
|
+
confirm:
|
|
392
|
+
success: Developer edition add-on is now enabled
|