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
|
raw:
|
2
|
-
|
3
|
+
locale_name: locale_name
|
3
4
|
add: add
|
4
5
|
add_new: add_new
|
5
|
-
already_have_account: already_have_account
|
6
6
|
ago: ago
|
7
|
+
already_have_account: already_have_account
|
7
8
|
back: back
|
8
9
|
back_to_all_blog_posts: back_to_all_blog_posts
|
9
10
|
blog: blog
|
@@ -40,6 +41,7 @@ raw:
|
|
40
41
|
keep_me_signed_in: keep_me_signed_in
|
41
42
|
knowledge_base: knowledge_base
|
42
43
|
last_name: last_name
|
44
|
+
learn_more: learn_more
|
43
45
|
loading: loading
|
44
46
|
login: login
|
45
47
|
log_out: log_out
|
@@ -57,16 +59,23 @@ raw:
|
|
57
59
|
sign_in: sign_in
|
58
60
|
sign_up: sign_up
|
59
61
|
something_went_wrong: something_went_wrong
|
60
|
-
|
62
|
+
tech_support: support
|
61
63
|
update: update
|
62
64
|
view: view
|
63
65
|
welcome: welcome
|
64
|
-
|
65
|
-
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 0
|
66
70
|
account:
|
67
71
|
index:
|
68
72
|
title: account.index.title
|
69
73
|
tagline: account.index.tagline
|
74
|
+
api_key_confirm: account.index.api_key_confirm
|
75
|
+
api_key_hint: account.index.api_key_hint
|
76
|
+
api_key_label: account.index.api_key_label
|
77
|
+
api_key_reset: account.index.api_key_reset
|
78
|
+
api_key: account.index.api_key
|
70
79
|
email_address: account.index.email_address
|
71
80
|
refer_and_earn: account.index.refer_and_earn
|
72
81
|
refer_and_earn_hint: account.index.refer_and_earn_hint
|
@@ -89,42 +98,43 @@ raw:
|
|
89
98
|
time_zone_hint: account.index.time_zone_hint
|
90
99
|
locale: account.index.locale
|
91
100
|
locale_hint: account.index.locale_hint __Go here__.
|
92
|
-
|
93
|
-
# toast messages
|
94
101
|
update:
|
95
102
|
success: account.update.success
|
103
|
+
reset_api_key:
|
104
|
+
success: account.reset_api_key.success
|
96
105
|
dashboard:
|
97
106
|
index:
|
98
107
|
title: dashboard.index.title
|
99
|
-
morning_salutation: dashboard.index.morning
|
100
|
-
afternoon_salutation: dashboard.index.afternoon
|
101
|
-
evening_salutation: dashboard.index.evening
|
102
108
|
last_7_days: dashboard.index.last_7_days
|
103
109
|
last_30_days: dashboard.index.last_30_days
|
104
110
|
last_90_days: dashboard.index.last_90_days
|
105
111
|
today: dashboard.index.today
|
106
112
|
yesterday: dashboard.index.yesterday
|
107
|
-
health:
|
113
|
+
health:
|
108
114
|
bad: dashboard.health.bad
|
109
115
|
good: dashboard.health.good
|
110
116
|
next_steps: dashboard.health.next_steps
|
111
|
-
news:
|
117
|
+
news:
|
112
118
|
title: dashboard.news.title
|
113
119
|
cta: dashboard.news.cta
|
114
|
-
|
120
|
+
playlist_items:
|
115
121
|
title: dashboard.playlists.title
|
116
122
|
cta: dashboard.playlists.cta
|
117
123
|
pieces_of_content_displayed: dashboard.playlists.pieces_of_content_displayed
|
118
|
-
plugins:
|
124
|
+
plugins:
|
119
125
|
title: dashboard.plugins.title
|
120
126
|
cta: dashboard.plugins.cta
|
121
127
|
connected: dashboard.plugins.connected
|
122
128
|
new_and_popular: dashboard.plugins.new_and_popular
|
123
129
|
shop:
|
124
130
|
title: dashboard.shop.title
|
125
|
-
time_saved:
|
131
|
+
time_saved:
|
126
132
|
title: dashboard.time_saved.title
|
127
133
|
cta: dashboard.time_saved.cta
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: dashboard.welcome_message.morning_salutation
|
136
|
+
afternoon_salutation: dashboard.welcome_message.afternoon_salutation
|
137
|
+
evening_salutation: dashboard.welcome_message.evening_salutation
|
128
138
|
devices:
|
129
139
|
edit:
|
130
140
|
accepts_beta_firmware: devices.edit.accepts_beta_firmware
|
@@ -138,15 +148,25 @@ raw:
|
|
138
148
|
device_credentials_hint: device_credentials_hint __here__
|
139
149
|
device_name: devices.edit.device_name
|
140
150
|
device_name_hint: devices.edit.device_name_hint
|
151
|
+
device_model: devices.edit.device_model
|
152
|
+
device_model_hint: devices.edit.device_model_hint
|
153
|
+
device_model_switch_warning: devices.edit.device_model_switch_warning
|
141
154
|
edit_device: devices.edit.edit_device
|
155
|
+
guest_mode: devices.edit.guest_mode
|
156
|
+
guest_mode_hint: devices.edit.guest_mode_hint
|
157
|
+
guest_mode_item_placeholder: devices.edit.guest_mode_item_placeholder
|
158
|
+
guest_mode_duration_placeholder: devices.edit.guest_mode_duration_placeholder
|
142
159
|
identify: devices.edit.identify
|
143
160
|
identify_device: devices.edit.identify_device
|
144
161
|
identify_device_hint: devices.edit.identify_device_hint
|
145
162
|
logs: devices.edit.logs
|
146
163
|
logs_hint: devices.edit.logs_hint
|
164
|
+
low_battery_email_notification: devices.edit.low_battery_email_notification
|
147
165
|
mirror: devices.edit.mirror
|
148
166
|
mirror_device: devices.edit.mirror_device
|
149
167
|
mirror_device_hint: devices.edit.mirror_device_hint
|
168
|
+
mirror_stop: devices.edit.mirror_stop
|
169
|
+
mirror_sync: devices.edit.mirror_sync
|
150
170
|
ota_enabled: devices.edit.ota_enabled
|
151
171
|
ota_enabled_hint: devices.edit.ota_enabled_hint
|
152
172
|
sleep_mode: devices.edit.sleep_mode
|
@@ -156,8 +176,10 @@ raw:
|
|
156
176
|
special_function_hint: devices.edit.special_function_hint
|
157
177
|
special_function_learn_more: devices.edit.special_function_learn_more
|
158
178
|
unlink: devices.edit.unlink
|
179
|
+
unlink_confirm: devices.edit.unlink_confirm
|
159
180
|
unlink_device: devices.edit.unlink_device
|
160
181
|
unlink_device_hint: devices.edit.unlink_device_hint
|
182
|
+
unlink_device_learn_more: devices.edit.unlink_device_learn_more
|
161
183
|
visibility: devices.edit.visibility
|
162
184
|
visibility_hint: devices.edit.visibility_hint
|
163
185
|
your_device: devices.edit.your_device
|
@@ -170,8 +192,6 @@ raw:
|
|
170
192
|
title: devices.new.title
|
171
193
|
description: devices.new.description
|
172
194
|
add_device: devices.new.add_device
|
173
|
-
|
174
|
-
# toast messages
|
175
195
|
associate:
|
176
196
|
error: devices.associate.error
|
177
197
|
success: devices.associate.success
|
@@ -207,6 +227,8 @@ raw:
|
|
207
227
|
source: logs.index.source
|
208
228
|
time: logs.index.time
|
209
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: markups.console_logs.js_logs
|
210
232
|
form:
|
211
233
|
back_to_plugin_settings: markups.form.back_to_plugin_settings
|
212
234
|
design_system: markups.form.design_system
|
@@ -218,14 +240,17 @@ raw:
|
|
218
240
|
edit_markup_without_preview: markups.form.edit_markup_without_preview
|
219
241
|
error_rendering_markup: markups.form.error_rendering_markup
|
220
242
|
fix_indentation: markups.form.fix_indentation
|
243
|
+
go_to_preview: markups.form.go_to_preview
|
221
244
|
live_preview: markups.form.live_preview
|
222
245
|
no_changes_to_save: markups.form.no_changes_to_save
|
246
|
+
pop_out_preview: markups.form.pop_out_preview
|
223
247
|
quickstart_examples: markups.form.quickstart_examples
|
224
248
|
quickstart_example_applied: markups.form.quickstart_example_applied
|
225
249
|
quickstart_use_this_example: markups.form.quickstart_use_this_example
|
226
250
|
revert: markups.form.revert
|
227
251
|
revert_confirm: markups.form.revert_confirm
|
228
252
|
save_changes: markups.form.save_changes
|
253
|
+
separate_preview: markups.form.separate_preview
|
229
254
|
merge_variables:
|
230
255
|
your_variables: markups.merge_variables.your_variables
|
231
256
|
no_merge_variables:
|
@@ -246,9 +271,11 @@ raw:
|
|
246
271
|
error: mfa.enable_otp_verify.error
|
247
272
|
verify_otp:
|
248
273
|
verify: mfa.verify_otp.verify
|
274
|
+
reset: mfa.verify_otp.reset
|
275
|
+
reset_instructions: mfa.verify_otp.reset_instructions
|
249
276
|
success: mfa.verify_otp.success
|
250
277
|
error: mfa.verify_otp.error
|
251
|
-
|
278
|
+
playlist_items:
|
252
279
|
index:
|
253
280
|
title: playlists.index.title
|
254
281
|
tagline: playlists.index.tagline
|
@@ -263,19 +290,34 @@ raw:
|
|
263
290
|
display_period_to: playlists.index.display_period_to
|
264
291
|
display_period_validation: playlists.index.display_period_validation
|
265
292
|
every: playlists.index.every
|
266
|
-
|
293
|
+
never_skip: playlist_items.index.never_skip
|
294
|
+
smart_playlist: playlist_items.index.smart_playlist
|
295
|
+
smart_playlist_hint: playlist_items.index.smart_playlist_hint
|
296
|
+
skip_after:
|
297
|
+
one: playlist_items.index.skip_after.one
|
298
|
+
other: playlist_items.index.skip_after.other
|
299
|
+
playlist_item:
|
300
|
+
adjust_schedule: playlist_items.playlist_item.adjust_schedule
|
267
301
|
delete: playlists.playlist.delete
|
268
302
|
displayed_now: playlists.playlist.displayed_now
|
269
303
|
not_displayed_yet: playlists.playlist.not_displayed_yet
|
270
304
|
remove_from_playlist: playlists.playlist.remove_from_playlist
|
271
|
-
|
272
|
-
|
305
|
+
hide_playlist: playlists.playlist.hide_playlist
|
306
|
+
show_playlist: playlists.playlist.show_playlist
|
273
307
|
create:
|
274
308
|
error: playlists.create.error
|
275
309
|
success: playlists.create.success
|
276
310
|
destroy:
|
277
311
|
error: playlists.destroy.error
|
278
312
|
success: playlists.destroy.success
|
313
|
+
toggle_visibility:
|
314
|
+
success: playlists.toggle_visibility.success
|
315
|
+
duplicate:
|
316
|
+
success: playlists.duplicate.success
|
317
|
+
sort:
|
318
|
+
success: playlists.sort.success
|
319
|
+
set_preferences:
|
320
|
+
success: playlist_items.set_preferences.success
|
279
321
|
update:
|
280
322
|
success: playlists.update.success
|
281
323
|
plugins:
|
@@ -286,7 +328,7 @@ raw:
|
|
286
328
|
connected: plugins.index.connected
|
287
329
|
recipes: recipes
|
288
330
|
recipes_hint: recipes_hint. __Learn more__.
|
289
|
-
search:
|
331
|
+
search:
|
290
332
|
placeholder: plugins.search.placeholder
|
291
333
|
my:
|
292
334
|
index:
|
@@ -302,12 +344,13 @@ raw:
|
|
302
344
|
tagline: plugins.new.tagline
|
303
345
|
name: plugins.new.name
|
304
346
|
category: plugins.new.category
|
347
|
+
category_hint: plugins.new.category_hint
|
348
|
+
refresh_every: plugins.new.refresh_every
|
349
|
+
refresh_every_hint: plugins.new.refresh_every_hint
|
305
350
|
description: plugins.new.description
|
306
351
|
description_hint: plugins.new.description_hint
|
307
352
|
icon: plugins.new.icon
|
308
353
|
icon_hint: plugins.new.icon_hint
|
309
|
-
no_screen_padding: No Screen Padding
|
310
|
-
no_screen_padding_hint: This setting allows you to remove the outermost padding and use fullscreen mode.
|
311
354
|
installation_url: plugins.new.installation_url
|
312
355
|
installation_url_hint: plugins.new.installation_url_hint __here__.
|
313
356
|
installation_success_webhook_url: plugins.new.installation_success_webhook_url
|
@@ -316,6 +359,8 @@ raw:
|
|
316
359
|
management_url_hint: plugins.new.management_url_hint __here__.
|
317
360
|
markup_url: plugins.new.markup_url
|
318
361
|
markup_url_hint: plugins.new.markup_url_hint __here__.
|
362
|
+
no_screen_padding: plugins.new.no_screen_padding
|
363
|
+
no_screen_padding_hint: plugins.new.no_screen_padding_hint
|
319
364
|
uninstallation_webhook_url: plugins.new.uninstallation_webhook_url
|
320
365
|
edit:
|
321
366
|
title: plugins.edit.title
|
@@ -324,6 +369,12 @@ raw:
|
|
324
369
|
description: plugins.edit.description
|
325
370
|
plugin_recipes:
|
326
371
|
connected: plugin_recipes.connected
|
372
|
+
connections:
|
373
|
+
one: plugin_recipes.connections.one
|
374
|
+
other: plugin_recipes.connections.many
|
375
|
+
forks:
|
376
|
+
one: plugin_recipes.forks.one
|
377
|
+
other: plugin_recipes.forks.many
|
327
378
|
new:
|
328
379
|
error: plugin_recipes.new.error
|
329
380
|
plugin_settings:
|
@@ -337,9 +388,15 @@ raw:
|
|
337
388
|
reset_credentials: plugin_settings.reset_credentials
|
338
389
|
form:
|
339
390
|
active_hint: plugin_settings.form.active_hint
|
391
|
+
advanced_settings: plugin_settings.form.advanced_settings
|
340
392
|
back_to_plugin: plugin_settings.form.back_to_plugin
|
341
393
|
back_to_plugins: plugin_settings.form.back_to_plugins
|
342
394
|
connect_with: plugin_settings.form.connect_with
|
395
|
+
debug_logs: plugin_settings.form.debug_logs
|
396
|
+
debug_logs_click_here: plugin_settings.form.debug_logs_click_here
|
397
|
+
debug_logs_click_here_hint: plugin_settings.form.debug_logs_click_here_hint
|
398
|
+
debug_logs_enabled: plugin_settings.form.debug_logs_enabled
|
399
|
+
debug_logs_enabled_link: plugin_settings.form.debug_logs_enabled_link
|
343
400
|
disconnect_account: plugin_settings.form.disconnect_account
|
344
401
|
manage_plugin: plugin_settings.form.manage_plugin
|
345
402
|
force_refresh: plugin_settings.form.force_refresh
|
@@ -347,6 +404,11 @@ raw:
|
|
347
404
|
force_refresh_click_here: plugin_settings.form.force_refresh_click_here
|
348
405
|
force_refresh_click_here_hint: plugin_settings.form.force_refresh_click_here_hint
|
349
406
|
learn_more: plugin_settings.form.learn_more
|
407
|
+
learn_more_fork: plugin_settings.form.learn_more_fork
|
408
|
+
learn_more_fork_original: plugin_settings.form.learn_more_fork_original
|
409
|
+
learn_more_recipe_author: plugin_settings.form.learn_more_recipe_author
|
410
|
+
learn_more_recipe_long: plugin_settings.form.learn_more_recipe_long
|
411
|
+
learn_more_recipe_short: plugin_settings.form.learn_more_recipe_short
|
350
412
|
linked_account: plugin_settings.form.linked_account
|
351
413
|
linked_account_success: plugin_settings.form.linked_account_success
|
352
414
|
link_oauth: plugin_settings.form.link_oauth
|
@@ -357,6 +419,13 @@ raw:
|
|
357
419
|
plugin_uuid: plugin_settings.form.plugin_uuid
|
358
420
|
plugin_uuid_hint: plugin_settings.form.plugin_uuid_hint
|
359
421
|
preview: plugin_settings.form.preview
|
422
|
+
recipe_cta_heading_published: plugin_settings.form.recipe_cta_heading_published
|
423
|
+
recipe_cta_heading_in_review: plugin_settings.form.recipe_cta_heading_in_review
|
424
|
+
recipe_cta_heading_not_published: plugin_settings.form.recipe_cta_heading_not_published
|
425
|
+
recipe_cta_body_published: plugin_settings.form.recipe_cta_body_published
|
426
|
+
recipe_cta_body_in_review: plugin_settings.form.recipe_cta_body_in_review
|
427
|
+
recipe_cta_body_not_published: plugin_settings.form.recipe_cta_body_not_published
|
428
|
+
recipe_cta_confirm: plugin_settings.form.recipe_cta_confirm
|
360
429
|
refresh_rate: plugin_settings.form.refresh_rate
|
361
430
|
refresh_rate_hint: plugin_settings.form.refresh_rate_hint
|
362
431
|
refreshed: plugin_settings.form.refreshed
|
@@ -367,14 +436,13 @@ raw:
|
|
367
436
|
refresh_paused_hint: plugin_settings.form.refresh_paused_hint
|
368
437
|
refresh_paused_mashup: plugin_settings.form.refresh_paused_mashup
|
369
438
|
refresh_paused_mashup_hint: plugin_settings.form.refresh_paused_mashup_hint
|
439
|
+
refresh_stopped: plugin_settings.form.refresh_stopped
|
370
440
|
visit_docs: plugin_settings.form.visit_docs
|
371
441
|
import:
|
372
442
|
archive_too_large: plugin_settings.import.archive_too_large
|
373
443
|
missing_entry: plugin_settings.import.missing_entry
|
374
444
|
entry_too_large: plugin_settings.import.entry_too_large
|
375
445
|
malformed: plugin_settings.import.malformed
|
376
|
-
|
377
|
-
# toast messages
|
378
446
|
create:
|
379
447
|
success: plugin_settings.create.success
|
380
448
|
playlist: plugin_settings.create.playlist
|
@@ -385,17 +453,29 @@ raw:
|
|
385
453
|
success: plugin_settings.update.success
|
386
454
|
add_to_playlist:
|
387
455
|
success: plugin_settings.add_to_playlist.success
|
388
|
-
|
389
456
|
referral_code:
|
390
457
|
create:
|
391
458
|
request_received: referral_code.create.request_received
|
459
|
+
recipes:
|
460
|
+
index:
|
461
|
+
newest_to_oldest: recipes.index.newest_to_oldest
|
462
|
+
oldest_to_newest: recipes.index.oldest_to_newest
|
463
|
+
most_popular: recipes.index.most_popular
|
464
|
+
install: recipes.index.install
|
465
|
+
fork: recipes.index.fork
|
466
|
+
schedules:
|
467
|
+
form:
|
468
|
+
add: schedules.form.add
|
469
|
+
append: schedules.form.append
|
470
|
+
no_schedule: schedules.form.no_schedule
|
471
|
+
some_schedule: schedules.form.some_schedule
|
472
|
+
to: schedules.form.to
|
473
|
+
copy_prompt: schedules.form.copy_prompt
|
392
474
|
upgrade:
|
393
475
|
index:
|
394
476
|
title: upgrade.index.title
|
395
477
|
tagline: upgrade.index.tagline
|
396
478
|
pay: upgrade.index.pay
|
397
479
|
error: upgrade.index.error
|
398
|
-
|
399
|
-
# toast messages
|
400
480
|
confirm:
|
401
481
|
success: upgrade.confirm.success
|