trmnl-i18n 0.0.0 → 0.2.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 +5 -7
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +66 -61
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/de.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/en.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +51 -47
- data/lib/trmnl/i18n/locales/web_ui/he.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +52 -48
- data/lib/trmnl/i18n/locales/web_ui/it.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +56 -52
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +53 -49
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +52 -48
- data/lib/trmnl/i18n/locales/web_ui/no.yml +35 -34
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +44 -44
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +58 -54
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +53 -49
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +70 -66
- 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 +21 -19
- metadata.gz.sig +0 -0
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
id:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Tambah
|
4
4
|
add_new: Tambah baru
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Saya sudah punya akun
|
5
|
+
ago: ago
|
6
|
+
already_have_account: Saya sudah punya akun
|
7
7
|
back: Kembali
|
8
8
|
back_to_all_blog_posts: Back to all posts
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ id:
|
|
18
18
|
copy: Copy
|
19
19
|
copied_to_clipboard: Copied!
|
20
20
|
copy_to_clipboard: Copy to clipboard
|
21
|
-
created: Created
|
22
|
-
create_an_account: Buat akun baru
|
21
|
+
created: Created
|
22
|
+
create_an_account: Buat akun baru
|
23
23
|
current_device: Current device
|
24
24
|
days: hari
|
25
25
|
delete: Hapus
|
@@ -30,8 +30,8 @@ id:
|
|
30
30
|
export: Export
|
31
31
|
fetching: Fetching
|
32
32
|
first_name: Nama Depan
|
33
|
-
forgot_password: Lupa kata sandi
|
34
|
-
forgot_password_title: Atur ulang kata sandi
|
33
|
+
forgot_password: Lupa kata sandi
|
34
|
+
forgot_password_title: Atur ulang kata sandi
|
35
35
|
get_started: Mari kita mulai!
|
36
36
|
identify: Identifikasi
|
37
37
|
import: Import
|
@@ -43,34 +43,37 @@ id:
|
|
43
43
|
loading: Loading
|
44
44
|
login: Masuk
|
45
45
|
log_out: Keluar
|
46
|
-
minimum_characters: karakter minimal
|
47
|
-
mins: menit
|
46
|
+
minimum_characters: karakter minimal
|
47
|
+
mins: menit
|
48
48
|
my_playlist: My Playlist
|
49
49
|
new_password: Kata sandi baru
|
50
50
|
password: Kata Sandi
|
51
|
-
please_wait: Please Wait...
|
51
|
+
please_wait: Please Wait...
|
52
52
|
plugin_not_found: Plugin not found
|
53
53
|
refresh_rates_hint: Learn how refresh rates work __here__.
|
54
54
|
reset_password: Atur Ulang Kata Sandi
|
55
55
|
save: Simpan
|
56
56
|
section: Section
|
57
|
-
sign_in: Masuk
|
58
|
-
sign_up: Daftar
|
57
|
+
sign_in: Masuk
|
58
|
+
sign_up: Daftar
|
59
59
|
something_went_wrong: Something went wrong
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: Perbarui
|
62
62
|
view: Lihat
|
63
|
-
welcome: Selamat datang
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: Selamat datang
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Akun
|
69
67
|
tagline: Kelola pengaturan akun Anda
|
68
|
+
api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
|
69
|
+
api_key_hint: See __the docs__ to learn how to configure your local environment.
|
70
|
+
api_key_label: The credential for authenticating local development tools
|
71
|
+
api_key_reset: Regenerate
|
72
|
+
api_key: API Key
|
70
73
|
email_address: Alamat Email
|
71
74
|
refer_and_earn: Refer and Earn
|
72
75
|
refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
|
73
|
-
refer_and_earn_redemptions: Redemptions
|
76
|
+
refer_and_earn_redemptions: Redemptions
|
74
77
|
refer_and_earn_request_code: Request a Code
|
75
78
|
device_invoice: Device Invoice
|
76
79
|
device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
|
@@ -89,10 +92,10 @@ id:
|
|
89
92
|
time_zone_hint: Menentukan penyegaran dan waktu tidur perangkat.
|
90
93
|
locale: Locale
|
91
94
|
locale_hint: What language and localization do you prefer? __Go here__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Profil Anda berhasil diperbarui!
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: Dasbor
|
@@ -104,35 +107,35 @@ id:
|
|
104
107
|
last_90_days: 90 hari terakhir
|
105
108
|
today: Hari ini
|
106
109
|
yesterday: Kemarin
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: Plugin mengalami kendala
|
109
112
|
good: Plugin berfungsi dengan baik
|
110
113
|
next_steps: Kami akan memberi tahu Anda jika ada perubahan
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: Berita
|
113
116
|
cta: View All
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Daftar Putar
|
116
119
|
cta: Ubah Daftar Putar
|
117
120
|
pieces_of_content_displayed: Potongan konten yang ditampilkan
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Plugin
|
120
123
|
cta: Pergi ke Plugin
|
121
124
|
connected: Terhubung
|
122
125
|
new_and_popular: Baru dan Populer
|
123
126
|
shop:
|
124
127
|
title: Shop
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Waktu yang dihemat
|
127
130
|
cta: Pelajari lebih lanjut
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: Firmware tahap Beta
|
133
|
+
accepts_beta_firmware: Firmware tahap Beta
|
131
134
|
accepts_beta_firmware_hint: Aktifkan untuk mendapatkan pembaruan firmware perangkat terbaru sebelum pengguna lain.
|
132
135
|
back_to_devices: Kembali ke Perangkat
|
133
136
|
battery_consumption: Penggunaan Baterai
|
134
137
|
battery_consumption_hint: Hemat daya dan nikmati masa pakai baterai yang lebih lama dengan mengaktifkan Mode Tidur.
|
135
|
-
developer_perks: Keuntungan Pengembang
|
138
|
+
developer_perks: Keuntungan Pengembang
|
136
139
|
developer_perks_hint: Opsi di bawah ini membutuhkan __add-on Pengembang__.
|
137
140
|
device_credentials: Device Credentials
|
138
141
|
device_credentials_hint: See what you can do with these credentials __here__
|
@@ -170,8 +173,6 @@ id:
|
|
170
173
|
title: Tambah perangkat baru
|
171
174
|
description: Masukkan ID Perangkat Anda untuk menambahkan perangkat TRMNL baru ke akun Anda.
|
172
175
|
add_device: Tambahkan perangkat baru
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Terjadi kesalahan saat menautkan perangkat
|
177
178
|
success: Perangkat berhasil ditautkan
|
@@ -201,7 +202,7 @@ id:
|
|
201
202
|
title: Logs
|
202
203
|
all: All
|
203
204
|
device: Device
|
204
|
-
dump: Dump
|
205
|
+
dump: Dump
|
205
206
|
id: ID
|
206
207
|
private_plugins: Private Plugins
|
207
208
|
source: Source
|
@@ -218,14 +219,17 @@ id:
|
|
218
219
|
edit_markup_without_preview: Edit Markup (without preview)
|
219
220
|
error_rendering_markup: Error rendering that markup
|
220
221
|
fix_indentation: Fix indentation
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: Live Preview
|
222
224
|
no_changes_to_save: No changes to save
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: Quick-start Examples
|
224
227
|
quickstart_example_applied: Applied!
|
225
228
|
quickstart_use_this_example: Use this example
|
226
229
|
revert: Revert
|
227
230
|
revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
|
228
231
|
save_changes: Save Changes (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: Your variables
|
231
235
|
no_merge_variables:
|
@@ -261,14 +265,13 @@ id:
|
|
261
265
|
device_default: Device default
|
262
266
|
display_period_from: Display from
|
263
267
|
display_period_to: to
|
268
|
+
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
264
269
|
every: every
|
265
|
-
playlist:
|
270
|
+
playlist:
|
266
271
|
delete: Apakah Anda yakin ingin menghapus item ini? Plugin akan tetap terhubung, hanya tidak ditampilkan di perangkat Anda.
|
267
272
|
displayed_now: Ditampilkan sekarang
|
268
273
|
not_displayed_yet: Tertunda
|
269
274
|
remove_from_playlist: Hapus dari daftar putar
|
270
|
-
|
271
|
-
# toast messages
|
272
275
|
create:
|
273
276
|
error: Gagal memperbarui daftar putar
|
274
277
|
success: Daftar putar berhasil diperbarui
|
@@ -285,16 +288,17 @@ id:
|
|
285
288
|
connected: Terhubung
|
286
289
|
recipes: Recipes
|
287
290
|
recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
|
288
|
-
search:
|
291
|
+
search:
|
289
292
|
placeholder: Cari Plugin
|
290
293
|
my:
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
294
|
+
index:
|
295
|
+
title: Plugin Saya
|
296
|
+
tagline: Kembangkan Plugin Anda untuk lokapasar plugin
|
297
|
+
card:
|
298
|
+
connections: connections
|
299
|
+
install: Install
|
300
|
+
review_are_you_sure: Are you sure? The TRMNL team will test it and email you any questions.
|
301
|
+
submit_for_review: Ajukan untuk ditinjau
|
298
302
|
new:
|
299
303
|
title: Buat Plugin Baru
|
300
304
|
tagline: Permudah pengguna lain memasang plugin buatan Anda!
|
@@ -319,6 +323,7 @@ id:
|
|
319
323
|
name: Nama
|
320
324
|
description: Deskripsi
|
321
325
|
plugin_recipes:
|
326
|
+
connected: Recipe connected
|
322
327
|
new:
|
323
328
|
error: Recipe not found
|
324
329
|
plugin_settings:
|
@@ -327,7 +332,7 @@ id:
|
|
327
332
|
delete_are_you_sure: Are you sure you want to delete this setting?
|
328
333
|
delete: Ini akan sepenuhnya menghapus pengaturan plugin. Untuk hanya menyembunyikan plugin ini dari perangkat Anda, hapus dari Daftar Putar Anda.
|
329
334
|
inactive: Tidak Aktif
|
330
|
-
no_plugin_settings_found: Tidak ditemukan pengaturan plugin.
|
335
|
+
no_plugin_settings_found: Tidak ditemukan pengaturan plugin.
|
331
336
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
332
337
|
reset_credentials: "%{plugin_name} account reset successfully"
|
333
338
|
form:
|
@@ -358,14 +363,16 @@ id:
|
|
358
363
|
remove_plugin: Remove plugin
|
359
364
|
remove_plugin_hint: Removing a plugin will also remove it from your playlist
|
360
365
|
synced: Synced
|
366
|
+
refresh_paused: Refresh Paused
|
367
|
+
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
368
|
+
refresh_paused_mashup: Refreshing Mashups
|
369
|
+
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
361
370
|
visit_docs: Kunjungi Dokumentasi
|
362
371
|
import:
|
363
372
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
364
373
|
missing_entry: The ZIP file does not contain %{filename}
|
365
374
|
entry_too_large: "%{filename} is too large"
|
366
375
|
malformed: "%{filename} is malformed"
|
367
|
-
|
368
|
-
# toast messages
|
369
376
|
create:
|
370
377
|
success: Plugin berhasil dibuat dan ditambahkan ke
|
371
378
|
playlist: daftar putar
|
@@ -376,17 +383,14 @@ id:
|
|
376
383
|
success: Konfigurasi plugin berhasil diperbarui
|
377
384
|
add_to_playlist:
|
378
385
|
success: Plugin added to Playlist
|
379
|
-
|
380
386
|
referral_code:
|
381
387
|
create:
|
382
388
|
request_received: Request received, check your inbox
|
383
389
|
upgrade:
|
384
390
|
index:
|
385
|
-
title:
|
391
|
+
title: 'Upgrading device:'
|
386
392
|
tagline: Unlock custom plugins and __more__.
|
387
|
-
pay: Pay
|
393
|
+
pay: Pay
|
388
394
|
error: Device %{device_name} is already upgraded, switch to another device
|
389
|
-
|
390
|
-
# toast messages
|
391
395
|
confirm:
|
392
396
|
success: Developer edition add-on is now enabled
|
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
it:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Aggiungi
|
4
4
|
add_new: Aggiungi nuovo
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Ho già un account
|
5
|
+
ago: ago
|
6
|
+
already_have_account: Ho già un account
|
7
7
|
back: Indietro
|
8
8
|
back_to_all_blog_posts: Back to all posts
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ it:
|
|
18
18
|
copy: Copia
|
19
19
|
copied_to_clipboard: Copiato!
|
20
20
|
copy_to_clipboard: Copia negli appunti
|
21
|
-
created: Creato
|
22
|
-
create_an_account: Crea un profilo
|
21
|
+
created: Creato
|
22
|
+
create_an_account: Crea un profilo
|
23
23
|
current_device: Current device
|
24
24
|
days: giorni
|
25
25
|
delete: Cancella
|
@@ -30,8 +30,8 @@ it:
|
|
30
30
|
export: Export
|
31
31
|
fetching: Fetching
|
32
32
|
first_name: Nome
|
33
|
-
forgot_password: Ho dimenticato la password
|
34
|
-
forgot_password_title: Ci risiamo
|
33
|
+
forgot_password: Ho dimenticato la password
|
34
|
+
forgot_password_title: Ci risiamo
|
35
35
|
get_started: Iniziamo!
|
36
36
|
identify: Identifica
|
37
37
|
import: Importa
|
@@ -43,34 +43,37 @@ it:
|
|
43
43
|
loading: Caricamento
|
44
44
|
login: Accedi
|
45
45
|
log_out: Esci
|
46
|
-
minimum_characters: caratteri minimi
|
47
|
-
mins: min
|
46
|
+
minimum_characters: caratteri minimi
|
47
|
+
mins: min
|
48
48
|
my_playlist: My Playlist
|
49
49
|
new_password: Nuova password
|
50
50
|
password: Password
|
51
|
-
please_wait: Attendi...
|
51
|
+
please_wait: Attendi...
|
52
52
|
plugin_not_found: Plugin non trovato
|
53
53
|
refresh_rates_hint: Learn how refresh rates work __qui__.
|
54
54
|
reset_password: Reimposta password
|
55
55
|
save: Salva
|
56
56
|
section: Sezione
|
57
|
-
sign_in: Accedi
|
58
|
-
sign_up: Registrati
|
57
|
+
sign_in: Accedi
|
58
|
+
sign_up: Registrati
|
59
59
|
something_went_wrong: Qualcosa è andato storto
|
60
|
-
support: Supporto
|
60
|
+
support: Supporto
|
61
61
|
update: Aggiorna
|
62
|
-
view: View
|
63
|
-
welcome: Benvenuto/a
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
62
|
+
view: View
|
63
|
+
welcome: Benvenuto/a
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Profilo
|
69
67
|
tagline: Gestisci le impostazioni del profilo
|
68
|
+
api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
|
69
|
+
api_key_hint: See __the docs__ to learn how to configure your local environment.
|
70
|
+
api_key_label: The credential for authenticating local development tools
|
71
|
+
api_key_reset: Regenerate
|
72
|
+
api_key: API Key
|
70
73
|
email_address: Indirizzo Email
|
71
74
|
refer_and_earn: Refer and Earn
|
72
75
|
refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
|
73
|
-
refer_and_earn_redemptions: Utilizzi
|
76
|
+
refer_and_earn_redemptions: Utilizzi
|
74
77
|
refer_and_earn_request_code: Richiedi un codice
|
75
78
|
device_invoice: Device Invoice
|
76
79
|
device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
|
@@ -89,10 +92,10 @@ it:
|
|
89
92
|
time_zone_hint: Determina la frequenza di aggiornamento e il periodo di riposo del dispositivo.
|
90
93
|
locale: Locale
|
91
94
|
locale_hint: What language and localization do you prefer? __Vai qui__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Profilo aggiornato con successo
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: Dashboard
|
@@ -104,35 +107,35 @@ it:
|
|
104
107
|
last_90_days: Ultimi 90 giorni
|
105
108
|
today: Oggi
|
106
109
|
yesterday: Ieri
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: I Plugin stanno avendo qualche problema
|
109
112
|
good: I Plugin stanno bene
|
110
113
|
next_steps: Ti faremo sapere se ci saranno cambiamenti
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: Novità
|
113
116
|
cta: Vedi tutti
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Playlist
|
116
119
|
cta: Vai alle Playlist
|
117
120
|
pieces_of_content_displayed: Elementi di contenuto mostrati
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Plugin
|
120
123
|
cta: Vai ai Plugin
|
121
124
|
connected: Connesso
|
122
125
|
new_and_popular: Nuovi e Popolari
|
123
126
|
shop:
|
124
127
|
title: Shop
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Tempo risparmiato
|
127
130
|
cta: Maggiori informazioni
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: Firmware Accesso Anticipato
|
133
|
+
accepts_beta_firmware: Firmware Accesso Anticipato
|
131
134
|
accepts_beta_firmware_hint: Attiva per riceve gli aggiornamenti del firmware più recenti prima degli degli altri utenti.
|
132
135
|
back_to_devices: Torna a Dispositivi
|
133
136
|
battery_consumption: Consumo Batteria
|
134
137
|
battery_consumption_hint: Risparmia energia e aumenta la durata della batteria attivando la Modalità Riposo.
|
135
|
-
developer_perks: Modalità Sviluppatore
|
138
|
+
developer_perks: Modalità Sviluppatore
|
136
139
|
developer_perks_hint: Queste opzioni richiedono la __Modalità Sviluppatore__.
|
137
140
|
device_credentials: Credenziali Dispositivo
|
138
141
|
device_credentials_hint: Scopri cosa puoi fare con queste credenziali __qui__
|
@@ -170,8 +173,6 @@ it:
|
|
170
173
|
title: Aggiungi un nuovo dispositivo
|
171
174
|
description: Immetti l'ID del dispositivo per aggiungere un nuovo dispositivo TRMNL al tuo profilo.
|
172
175
|
add_device: Aggiungi un nuovo dispositivo
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Errore nel collegamento del dispositivo
|
177
178
|
success: Dispositivo collegato con successo
|
@@ -201,7 +202,7 @@ it:
|
|
201
202
|
title: Logs
|
202
203
|
all: Tutti
|
203
204
|
device: Dispositivi
|
204
|
-
dump: Dump
|
205
|
+
dump: Dump
|
205
206
|
id: ID
|
206
207
|
private_plugins: Private Plugins
|
207
208
|
source: Sorgente
|
@@ -218,14 +219,17 @@ it:
|
|
218
219
|
edit_markup_without_preview: Modifica Markup (senza anteprima)
|
219
220
|
error_rendering_markup: Errore nel rendering del markup
|
220
221
|
fix_indentation: Correggi identazione
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: Live Preview
|
222
224
|
no_changes_to_save: Nessuna modifica da salvare
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: Quick-start Examples
|
224
227
|
quickstart_example_applied: Applicato!
|
225
228
|
quickstart_use_this_example: Usa questo esempio
|
226
|
-
revert: Annulla
|
229
|
+
revert: Annulla
|
227
230
|
revert_confirm: Sei sicuro di voler annullare? Tutti i cambiamenti non salvati andranno persi.
|
228
231
|
save_changes: Salva cambiamenti (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: Le tue variabili
|
231
235
|
no_merge_variables:
|
@@ -261,14 +265,13 @@ it:
|
|
261
265
|
device_default: Device default
|
262
266
|
display_period_from: Mostra dalle
|
263
267
|
display_period_to: alle
|
268
|
+
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
264
269
|
every: every
|
265
|
-
playlist:
|
270
|
+
playlist:
|
266
271
|
delete: Vuoi davvero rimuovere questo elemento? Il plugin resterà connesso, ma non sarà visibile sul tuo dispositivo.
|
267
272
|
displayed_now: Mostrato ora
|
268
273
|
not_displayed_yet: Non ancora mostrato
|
269
274
|
remove_from_playlist: Rimuovi dalla playlist
|
270
|
-
|
271
|
-
# toast messages
|
272
275
|
create:
|
273
276
|
error: Aggiornamento Playlist fallito
|
274
277
|
success: Playlist aggiornata
|
@@ -285,16 +288,17 @@ it:
|
|
285
288
|
connected: Connesso
|
286
289
|
recipes: Ricette
|
287
290
|
recipes_hint: Plugin privati dai membri della comunità possono essere installati in 1 click. __Scopri di più__.
|
288
|
-
search:
|
291
|
+
search:
|
289
292
|
placeholder: Cerca Plugin
|
290
293
|
my:
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
294
|
+
index:
|
295
|
+
title: I Miei Plugin
|
296
|
+
tagline: Crea Plugin per il marketplace
|
297
|
+
card:
|
298
|
+
connections: Collezioni
|
299
|
+
install: Installa
|
300
|
+
review_are_you_sure: Sei sicuro? Il team TRMNL proverà e ti manderà una mail con qualsiasi domanda.
|
301
|
+
submit_for_review: Invia per revisione
|
298
302
|
new:
|
299
303
|
title: Crea Nuovo Plugin
|
300
304
|
tagline: Gli altri utenti potranno installare il tuo plugin.
|
@@ -319,6 +323,7 @@ it:
|
|
319
323
|
name: Nome
|
320
324
|
description: Descrizione
|
321
325
|
plugin_recipes:
|
326
|
+
connected: Recipe connected
|
322
327
|
new:
|
323
328
|
error: Recipe not found
|
324
329
|
plugin_settings:
|
@@ -327,7 +332,7 @@ it:
|
|
327
332
|
delete_are_you_sure: Are you sure you want to delete this setting?
|
328
333
|
delete: Questo cancellerà qualunque impostazione del plugin. Per nascondere questo plugin dal dispositivo, rimuoverlo invece dalla Playlist.
|
329
334
|
inactive: Inattivo
|
330
|
-
no_plugin_settings_found: Impostazioni per plugin non trovate.
|
335
|
+
no_plugin_settings_found: Impostazioni per plugin non trovate.
|
331
336
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
332
337
|
reset_credentials: "%{plugin_name} account reset successfully"
|
333
338
|
form:
|
@@ -358,14 +363,16 @@ it:
|
|
358
363
|
remove_plugin: Remove plugin
|
359
364
|
remove_plugin_hint: Removing a plugin will also remove it from your playlist
|
360
365
|
synced: Synced
|
366
|
+
refresh_paused: Refresh Paused
|
367
|
+
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
368
|
+
refresh_paused_mashup: Refreshing Mashups
|
369
|
+
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
361
370
|
visit_docs: Guarda la Documentazione
|
362
371
|
import:
|
363
372
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
364
373
|
missing_entry: The ZIP file does not contain %{filename}
|
365
374
|
entry_too_large: "%{filename} is too large"
|
366
375
|
malformed: "%{filename} is malformed"
|
367
|
-
|
368
|
-
# toast messages
|
369
376
|
create:
|
370
377
|
success: Plugin creato e aggiunto alla tua
|
371
378
|
playlist: playlist
|
@@ -376,17 +383,14 @@ it:
|
|
376
383
|
success: Configurazione del plugin aggiornata con successo
|
377
384
|
add_to_playlist:
|
378
385
|
success: Plugin added to Playlist
|
379
|
-
|
380
386
|
referral_code:
|
381
387
|
create:
|
382
388
|
request_received: Request received, check your inbox
|
383
389
|
upgrade:
|
384
390
|
index:
|
385
|
-
title:
|
391
|
+
title: 'Upgrading device:'
|
386
392
|
tagline: Unlock custom plugins and __more__.
|
387
|
-
pay: Pay
|
393
|
+
pay: Pay
|
388
394
|
error: Device %{device_name} is already upgraded, switch to another device
|
389
|
-
|
390
|
-
# toast messages
|
391
395
|
confirm:
|
392
396
|
success: Developer edition add-on is now enabled
|