trmnl-i18n 0.1.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 +24 -26
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/de.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/en.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +37 -40
- data/lib/trmnl/i18n/locales/web_ui/he.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/id.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/it.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +42 -45
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/no.yml +21 -27
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +21 -24
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +44 -47
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +62 -65
- 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
|
nl:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Toevoegen
|
4
4
|
add_new: Nieuwe toevoegen
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Ik heb al een account
|
5
|
+
ago: ago
|
6
|
+
already_have_account: Ik heb al een account
|
7
7
|
back: Terug
|
8
8
|
back_to_all_blog_posts: Terug naar alle berichten
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ nl:
|
|
18
18
|
copy: Kopiëren
|
19
19
|
copied_to_clipboard: Gekopieerd!
|
20
20
|
copy_to_clipboard: Kopiëren naar klembord
|
21
|
-
created: Aangemaakt
|
22
|
-
create_an_account: Maak een account
|
21
|
+
created: Aangemaakt
|
22
|
+
create_an_account: Maak een account
|
23
23
|
current_device: Huidig apparaat
|
24
24
|
days: dagen
|
25
25
|
delete: Verwijder
|
@@ -30,8 +30,8 @@ nl:
|
|
30
30
|
export: Export
|
31
31
|
fetching: Ophalen
|
32
32
|
first_name: Voornaam
|
33
|
-
forgot_password: Wachtwoord vergeten
|
34
|
-
forgot_password_title: Hier gaan we weer
|
33
|
+
forgot_password: Wachtwoord vergeten
|
34
|
+
forgot_password_title: Hier gaan we weer
|
35
35
|
get_started: Laten we beginnen!
|
36
36
|
identify: Identificeren
|
37
37
|
import: Import
|
@@ -43,34 +43,37 @@ nl:
|
|
43
43
|
loading: Laden
|
44
44
|
login: Inloggen
|
45
45
|
log_out: Uitloggen
|
46
|
-
minimum_characters: karakters minimaal
|
47
|
-
mins: min.
|
46
|
+
minimum_characters: karakters minimaal
|
47
|
+
mins: min.
|
48
48
|
my_playlist: Mijn afspeellijst
|
49
49
|
new_password: Nieuw wachtwoord
|
50
50
|
password: Wachtwoord
|
51
|
-
please_wait: Even geduld...
|
51
|
+
please_wait: Even geduld...
|
52
52
|
plugin_not_found: Plugin niet gevonden
|
53
53
|
refresh_rates_hint: Leer __hier__ hoe verversingssnelheden werken
|
54
54
|
reset_password: Vraag nieuw wachtwoord op
|
55
55
|
save: Opslaan
|
56
56
|
section: Sectie
|
57
|
-
sign_in: Inloggen
|
58
|
-
sign_up: Registreren
|
57
|
+
sign_in: Inloggen
|
58
|
+
sign_up: Registreren
|
59
59
|
something_went_wrong: Er is iets misgegaan
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: Bijwerken
|
62
62
|
view: Bekijk
|
63
|
-
welcome: Welkom
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: Welkom
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Account
|
69
67
|
tagline: Accountinstellingen beheren
|
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: Emailadres
|
71
74
|
refer_and_earn: Verwijs en verdien
|
72
75
|
refer_and_earn_hint: Deel TRMNL via een gepersonaliseerde coupon. Verdien per gebruik, maandelijks uitbetaald.
|
73
|
-
refer_and_earn_redemptions: Aantal keer gebruikt
|
76
|
+
refer_and_earn_redemptions: Aantal keer gebruikt
|
74
77
|
refer_and_earn_request_code: Vraag een code aan
|
75
78
|
device_invoice: Apparaatfactuur
|
76
79
|
device_invoice_label: Download commerciële documenten voor je accountant of jouw PDF-verzameling.
|
@@ -89,10 +92,10 @@ nl:
|
|
89
92
|
time_zone_hint: Bepaalt de refresh rates en apparaat slaapmodus.
|
90
93
|
locale: Landinstelling
|
91
94
|
locale_hint: Welke taal en lokalisatie heeft je voorkeur? __Ga hiernaartoe__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Profiel succesvol bijgewerkt
|
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 @@ nl:
|
|
104
107
|
last_90_days: Laatste 90 dagen
|
105
108
|
today: Vandaag
|
106
109
|
yesterday: Gisteren
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: Plugins hebben wat problemen
|
109
112
|
good: Plugins zien er goed uit
|
110
113
|
next_steps: We informeren je als er iets verandert
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: Nieuws
|
113
116
|
cta: Alles bekijken
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Afspeellijsten
|
116
119
|
cta: Ga naar afspeellijsten
|
117
120
|
pieces_of_content_displayed: Aantal content elementen die getoond worden
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Plugins
|
120
123
|
cta: Ga naar plugins
|
121
124
|
connected: Verbonden
|
122
125
|
new_and_popular: Nieuw en populair
|
123
126
|
shop:
|
124
127
|
title: Winkel
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Tijd bespaard
|
127
130
|
cta: Lees meer
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: Beta firmware-release
|
133
|
+
accepts_beta_firmware: Beta firmware-release
|
131
134
|
accepts_beta_firmware_hint: Schakel in om de nieuwste beta firmwareverbeteringen voor je apparaat te ontvangen.
|
132
135
|
back_to_devices: Terug naar apparaten
|
133
136
|
battery_consumption: Batterijgebruik
|
134
137
|
battery_consumption_hint: Bespaar energie en geniet van een langere batterijduur door slaapmodus te activeren.
|
135
|
-
developer_perks: Ontwikkelaarsvoordelen
|
138
|
+
developer_perks: Ontwikkelaarsvoordelen
|
136
139
|
developer_perks_hint: De onderstaande opties vereisen de __ontwikkelaars-add-on__.
|
137
140
|
device_credentials: Apparaatgegevens
|
138
141
|
device_credentials_hint: Beijk __hier__ wat je met deze gegevens kunt doen.
|
@@ -170,8 +173,6 @@ nl:
|
|
170
173
|
title: Nieuw apparaat toevoegen
|
171
174
|
description: Voer je Apparaat ID in om een nieuw TRMNL apparaat aan je account toe te voegen.
|
172
175
|
add_device: Nieuw apparaat toevoegen
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Fout bij koppelen apparaat
|
177
178
|
success: Apparaat succesvol gekoppeld
|
@@ -201,7 +202,7 @@ nl:
|
|
201
202
|
title: Logboeken
|
202
203
|
all: Alles
|
203
204
|
device: Apparaat
|
204
|
-
dump: Verwijderen
|
205
|
+
dump: Verwijderen
|
205
206
|
id: ID
|
206
207
|
private_plugins: Privé-plugins
|
207
208
|
source: Bron
|
@@ -218,14 +219,17 @@ nl:
|
|
218
219
|
edit_markup_without_preview: Markup bewerken (zonder voorbeeldweergave)
|
219
220
|
error_rendering_markup: Fout bij het weergeven van de markup
|
220
221
|
fix_indentation: Inspringing corrigeren
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: Live voorbeeld
|
222
224
|
no_changes_to_save: Geen wijzigingen om op te slaan
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: Snelstartvoorbeelden
|
224
227
|
quickstart_example_applied: Toegepast!
|
225
228
|
quickstart_use_this_example: Gebruik dit voorbeeld
|
226
229
|
revert: Terugzetten
|
227
230
|
revert_confirm: Weet je zeker dat je wilt terugzetten? All niet-opgeslagen wijzigingen gaan verloren.
|
228
231
|
save_changes: Wijzigingen opslaan (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: Jouw variabelen
|
231
235
|
no_merge_variables:
|
@@ -263,13 +267,11 @@ nl:
|
|
263
267
|
display_period_to: tot
|
264
268
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
265
269
|
every: every
|
266
|
-
playlist:
|
270
|
+
playlist:
|
267
271
|
delete: Weet je zeker dat je dit item wilt verwijderen? De plugin blijft verbonden en wordt niet getoond op jouw apparaat.
|
268
272
|
displayed_now: Nu getoond
|
269
273
|
not_displayed_yet: Nog niet getoond
|
270
274
|
remove_from_playlist: Verwijderen van afspeellijst
|
271
|
-
|
272
|
-
# toast messages
|
273
275
|
create:
|
274
276
|
error: Bijwerken van afspeellijst is mislukt
|
275
277
|
success: Afspeellijst is bijgewerkt
|
@@ -286,7 +288,7 @@ nl:
|
|
286
288
|
connected: Verbonden
|
287
289
|
recipes: Recepten
|
288
290
|
recipes_hint: Privé-plugins van communityleden die met één klik kunnen worden geïnstalleerd. __Lees meer__.
|
289
|
-
search:
|
291
|
+
search:
|
290
292
|
placeholder: Zoeken binnen plugins
|
291
293
|
my:
|
292
294
|
index:
|
@@ -330,7 +332,7 @@ nl:
|
|
330
332
|
delete_are_you_sure: Weet je zeker dat je deze instelling wilt verwijderen?
|
331
333
|
delete: Hiermee verwijder je de instellingen van de plugin volledig. Om deze plugin simpelweg te verbergen verwijder je deze uit jouw afspeellijst.
|
332
334
|
inactive: Inactief
|
333
|
-
no_plugin_settings_found: Geen plugininstellingen gevonden.
|
335
|
+
no_plugin_settings_found: Geen plugininstellingen gevonden.
|
334
336
|
refreshing_now_please_wait: Plugin wordt verversd, herlaad de pagina over een paar seconden.
|
335
337
|
reset_credentials: "%{plugin_name} account succesvol hersteld"
|
336
338
|
form:
|
@@ -371,8 +373,6 @@ nl:
|
|
371
373
|
missing_entry: The ZIP file does not contain %{filename}
|
372
374
|
entry_too_large: "%{filename} is too large"
|
373
375
|
malformed: "%{filename} is malformed"
|
374
|
-
|
375
|
-
# toast messages
|
376
376
|
create:
|
377
377
|
success: Plugin aangemaakt en toegevoegd aan jouw
|
378
378
|
playlist: afspeellijst
|
@@ -383,17 +383,14 @@ nl:
|
|
383
383
|
success: Plugin configuratie is succesvol bijgewerkt
|
384
384
|
add_to_playlist:
|
385
385
|
success: Plugin toegevoegd aan afspeellijst
|
386
|
-
|
387
386
|
referral_code:
|
388
387
|
create:
|
389
388
|
request_received: Request ontvangen, check je inbox
|
390
389
|
upgrade:
|
391
390
|
index:
|
392
|
-
title:
|
391
|
+
title: 'Apparaat upgraden:'
|
393
392
|
tagline: Ontgrendel aangepaste plugins en __meer__.
|
394
|
-
pay: Betalen
|
393
|
+
pay: Betalen
|
395
394
|
error: Apparaat %{device_name} is al geüpgraded, wissel naar een ander apparaat
|
396
|
-
|
397
|
-
# toast messages
|
398
395
|
confirm:
|
399
396
|
success: Developer-editie add-on is nu ingeschakeld
|
@@ -1,8 +1,8 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
---
|
2
|
+
'no':
|
3
3
|
add: Legg til
|
4
4
|
add_new: Legg til ny
|
5
|
-
ago: siden
|
5
|
+
ago: siden
|
6
6
|
already_have_account: Jeg har allerede en konto
|
7
7
|
back: Tilbake
|
8
8
|
back_to_all_blog_posts: Tilbake til alle innlegg
|
@@ -61,12 +61,15 @@
|
|
61
61
|
update: Oppdater
|
62
62
|
view: Vis
|
63
63
|
welcome: Velkommen
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Konto
|
69
67
|
tagline: Administrer kontoinnstillingene dine
|
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: E-postadresse
|
71
74
|
refer_and_earn: Henvis og tjen
|
72
75
|
refer_and_earn_hint: Gi gaven av TRMNL med en personlig kupong. Tjen per bruk, betalt månedlig.
|
@@ -89,11 +92,10 @@
|
|
89
92
|
time_zone_hint: Bestemmer oppdateringsfrekvenser og enhetens hviletid.
|
90
93
|
locale: Språk
|
91
94
|
locale_hint: Hvilket språk og lokalitet foretrekker du? __Gå hit__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Profil oppdatert
|
96
|
-
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
97
99
|
dashboard:
|
98
100
|
index:
|
99
101
|
title: Oversikt
|
@@ -105,28 +107,27 @@
|
|
105
107
|
last_90_days: Siste 90 dager
|
106
108
|
today: I dag
|
107
109
|
yesterday: I går
|
108
|
-
health:
|
110
|
+
health:
|
109
111
|
bad: Plugins har problemer
|
110
112
|
good: Plugins fungerer bra
|
111
113
|
next_steps: Vi informerer deg hvis noe endres
|
112
|
-
news:
|
114
|
+
news:
|
113
115
|
title: Nyheter
|
114
116
|
cta: Vis alle
|
115
|
-
playlists:
|
117
|
+
playlists:
|
116
118
|
title: Spilleliste
|
117
119
|
cta: Rediger spilleliste
|
118
120
|
pieces_of_content_displayed: Antall viste innholdselementer
|
119
|
-
plugins:
|
121
|
+
plugins:
|
120
122
|
title: Plugins
|
121
123
|
cta: Gå til Plugins
|
122
124
|
connected: Tilkoblet
|
123
125
|
new_and_popular: Nye og populære
|
124
126
|
shop:
|
125
127
|
title: Butikk
|
126
|
-
time_saved:
|
128
|
+
time_saved:
|
127
129
|
title: Tid spart
|
128
130
|
cta: Les om
|
129
|
-
|
130
131
|
devices:
|
131
132
|
edit:
|
132
133
|
accepts_beta_firmware: Tidlig utgivelse av fastvare
|
@@ -172,8 +173,6 @@
|
|
172
173
|
title: Legg til en ny enhet
|
173
174
|
description: Skriv inn din enhets-ID for å legge til en ny TRMNL-enhet til kontoen din.
|
174
175
|
add_device: Legg til ny enhet
|
175
|
-
|
176
|
-
# toast messages
|
177
176
|
associate:
|
178
177
|
error: Feil ved tilkobling av enhet
|
179
178
|
success: Enheten ble tilkoblet
|
@@ -195,7 +194,6 @@
|
|
195
194
|
update:
|
196
195
|
error: Feil ved oppdatering av enhet
|
197
196
|
success: "%{device} enhetsinnstillingene ble oppdatert"
|
198
|
-
|
199
197
|
invoices:
|
200
198
|
rate_limit: For mange forsøk, vennligst vent og prøv igjen
|
201
199
|
invoice_not_found: Faktura ikke funnet
|
@@ -221,14 +219,17 @@
|
|
221
219
|
edit_markup_without_preview: Rediger markup (uten forhåndsvisning)
|
222
220
|
error_rendering_markup: Feil ved gjengivelse av markup
|
223
221
|
fix_indentation: Fiks innrykk
|
222
|
+
go_to_preview: Go To Preview
|
224
223
|
live_preview: Direkte forhåndsvisning
|
225
224
|
no_changes_to_save: Ingen endringer å lagre
|
225
|
+
pop_out_preview: Pop Out Preview
|
226
226
|
quickstart_examples: Raskstartseksempler
|
227
227
|
quickstart_example_applied: Anvendt!
|
228
228
|
quickstart_use_this_example: Bruk dette eksempelet
|
229
229
|
revert: Angre
|
230
230
|
revert_confirm: Er du sikker på at du vil angre? Alle uspurte endringer vil gå tapt.
|
231
231
|
save_changes: Lagre endringer (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
232
233
|
merge_variables:
|
233
234
|
your_variables: Dine variabler
|
234
235
|
no_merge_variables:
|
@@ -271,8 +272,6 @@
|
|
271
272
|
displayed_now: Vises nå
|
272
273
|
not_displayed_yet: Venter
|
273
274
|
remove_from_playlist: Fjern fra spilleliste
|
274
|
-
|
275
|
-
# toast messages
|
276
275
|
create:
|
277
276
|
error: Kunne ikke oppdatere spillelisten
|
278
277
|
success: Spilleliste oppdatert
|
@@ -370,12 +369,10 @@
|
|
370
369
|
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
371
370
|
visit_docs: Besøk dokumentasjonen
|
372
371
|
import:
|
373
|
-
archive_too_large:
|
374
|
-
missing_entry:
|
372
|
+
archive_too_large: ZIP-filen er for stor (maksimum %{max_mb} MB)
|
373
|
+
missing_entry: ZIP-filen inneholder ikke %{filename}
|
375
374
|
entry_too_large: "%{filename} er for stor"
|
376
375
|
malformed: "%{filename} er feilformatert"
|
377
|
-
|
378
|
-
# toast messages
|
379
376
|
create:
|
380
377
|
success: Plugin opprettet og lagt til din
|
381
378
|
playlist: spilleliste
|
@@ -386,17 +383,14 @@
|
|
386
383
|
success: Plugin-konfigurasjonen ble oppdatert
|
387
384
|
add_to_playlist:
|
388
385
|
success: Plugin lagt til i spilleliste
|
389
|
-
|
390
386
|
referral_code:
|
391
387
|
create:
|
392
388
|
request_received: Forespørsel mottatt, sjekk innboksen din
|
393
389
|
upgrade:
|
394
390
|
index:
|
395
|
-
title:
|
391
|
+
title: 'Oppgraderer enhet:'
|
396
392
|
tagline: Lås opp egendefinerte plugins og __mer__.
|
397
393
|
pay: Betal
|
398
394
|
error: Enheten %{device_name} er allerede oppgradert, bytt til en annen enhet
|
399
|
-
|
400
|
-
# toast messages
|
401
395
|
confirm:
|
402
396
|
success: Utviklerutgave-tillegget er nå aktivert
|
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
pt-BR:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Adicionar
|
4
4
|
add_new: Adicionar novo
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Já tenho uma conta
|
5
|
+
ago: ago
|
6
|
+
already_have_account: Já tenho uma conta
|
7
7
|
back: Voltar
|
8
8
|
back_to_all_blog_posts: Voltar
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ pt-BR:
|
|
18
18
|
copy: Copiar
|
19
19
|
copied_to_clipboard: Copiado!
|
20
20
|
copy_to_clipboard: Copiar para área de transferência
|
21
|
-
created: Created
|
22
|
-
create_an_account: Criar uma conta
|
21
|
+
created: Created
|
22
|
+
create_an_account: Criar uma conta
|
23
23
|
current_device: Dispositivo atual
|
24
24
|
days: dias
|
25
25
|
delete: Deletar
|
@@ -28,10 +28,10 @@ pt-BR:
|
|
28
28
|
edit: Configurações
|
29
29
|
email_address: E-mail
|
30
30
|
export: Export
|
31
|
-
fetching: Obtendo
|
31
|
+
fetching: Obtendo
|
32
32
|
first_name: Nome
|
33
|
-
forgot_password: Esqueci minha senha
|
34
|
-
forgot_password_title: Lá vamos nós de novo
|
33
|
+
forgot_password: Esqueci minha senha
|
34
|
+
forgot_password_title: Lá vamos nós de novo
|
35
35
|
get_started: Vamos começar!
|
36
36
|
identify: Identificar
|
37
37
|
import: Import
|
@@ -43,34 +43,37 @@ pt-BR:
|
|
43
43
|
loading: Carregando
|
44
44
|
login: Entrar
|
45
45
|
log_out: Sair
|
46
|
-
minimum_characters: caracteres pelo menos
|
47
|
-
mins: mins
|
48
|
-
my_playlist: Minha Playlist
|
46
|
+
minimum_characters: caracteres pelo menos
|
47
|
+
mins: mins
|
48
|
+
my_playlist: Minha Playlist
|
49
49
|
new_password: Nova senha
|
50
50
|
password: Senha
|
51
|
-
please_wait: Please Wait...
|
51
|
+
please_wait: Please Wait...
|
52
52
|
plugin_not_found: Plugin não encontrado
|
53
53
|
refresh_rates_hint: Saiba mais sobre taxas de atualização __aqui__.
|
54
54
|
reset_password: Redefinir minha senha
|
55
55
|
save: Salvar
|
56
56
|
section: Seção
|
57
|
-
sign_in: Entrar
|
58
|
-
sign_up: Cadastrar
|
57
|
+
sign_in: Entrar
|
58
|
+
sign_up: Cadastrar
|
59
59
|
something_went_wrong: Algo deu errado
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: Atualizar
|
62
62
|
view: Visualizar
|
63
|
-
welcome: Bem-vindo
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: Bem-vindo
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Conta
|
69
67
|
tagline: Gerencie sua conta
|
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: E-mail
|
71
74
|
refer_and_earn: Recomende e Ganhe
|
72
75
|
refer_and_earn_hint: Presenteie um TRMNL com um cupom personalizado. Receba por uso, pago mensalmente.
|
73
|
-
refer_and_earn_redemptions: Resgates
|
76
|
+
refer_and_earn_redemptions: Resgates
|
74
77
|
refer_and_earn_request_code: Pedir um Código
|
75
78
|
device_invoice: Fatura do Dispositivo
|
76
79
|
device_invoice_label: Obtenha documentos comerciais para seu contador ou sua coleção de PDFs.
|
@@ -89,10 +92,10 @@ pt-BR:
|
|
89
92
|
time_zone_hint: Determina as taxas de atualização e horários de descanso do dispositivo.
|
90
93
|
locale: Idioma
|
91
94
|
locale_hint: Qual idioma você prefere? __Veja mais__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Perfil atualizado com sucesso
|
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 @@ pt-BR:
|
|
104
107
|
last_90_days: Últimos 90 dias
|
105
108
|
today: Hoje
|
106
109
|
yesterday: Ontem
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: Plugins com problemas
|
109
112
|
good: Plugins funcionando
|
110
113
|
next_steps: Vamos lhe informar se algo mudar
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: Notícias
|
113
116
|
cta: Ver Tudo
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Playlist
|
116
119
|
cta: Editar Playlist
|
117
120
|
pieces_of_content_displayed: Telas exibidas
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Plugins
|
120
123
|
cta: Ir para Plugins
|
121
124
|
connected: Conectados
|
122
125
|
new_and_popular: Novos e Populares
|
123
126
|
shop:
|
124
127
|
title: Loja
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Tempo economizado
|
127
130
|
cta: Ler sobre
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: Versões Antecipadas de Firmware
|
133
|
+
accepts_beta_firmware: Versões Antecipadas de Firmware
|
131
134
|
accepts_beta_firmware_hint: Ative para obter as últimas versões do firmware de dispositivo antes dos outros usuários.
|
132
135
|
back_to_devices: Voltar para Dispositivos
|
133
136
|
battery_consumption: Consumo da Bateria
|
134
137
|
battery_consumption_hint: Economize energia desfrute de mais bateria ativando o Modo de Suspensão.
|
135
|
-
developer_perks: Vantagens de Desenvolvedor
|
138
|
+
developer_perks: Vantagens de Desenvolvedor
|
136
139
|
developer_perks_hint: Opções abaixo requerem o __Add-on de Desenvolvedor__.
|
137
140
|
device_credentials: Credenciais do Dispositivo
|
138
141
|
device_credentials_hint: Veja o que você pode fazer com essas credenciais __aqui__
|
@@ -170,8 +173,6 @@ pt-BR:
|
|
170
173
|
title: Adicionar novo dispositivo
|
171
174
|
description: Coloque o ID do Dispositivo para adicionar um novo TRMNL à sua conta.
|
172
175
|
add_device: Adicionar novo dispositivo
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Erro ao associar dispositivo
|
177
178
|
success: Dispositivo associado com sucesso
|
@@ -192,7 +193,7 @@ pt-BR:
|
|
192
193
|
success: Dispositivo trocado com sucesso
|
193
194
|
update:
|
194
195
|
error: Erro ao atualizar dispositivo
|
195
|
-
success:
|
196
|
+
success: Configurações do dispositivo %{device} atualizadas com sucesso
|
196
197
|
invoices:
|
197
198
|
rate_limit: Too many attempts, please wait and try again
|
198
199
|
invoice_not_found: Invoice not found
|
@@ -201,7 +202,7 @@ pt-BR:
|
|
201
202
|
title: Logs
|
202
203
|
all: Todos
|
203
204
|
device: Dispositivo
|
204
|
-
dump: Conteúdo
|
205
|
+
dump: Conteúdo
|
205
206
|
id: ID
|
206
207
|
private_plugins: Plugins Privados
|
207
208
|
source: Fonte
|
@@ -218,14 +219,17 @@ pt-BR:
|
|
218
219
|
edit_markup_without_preview: Editar Markup (sem pré-visualização)
|
219
220
|
error_rendering_markup: Erro ao renderizar o markup
|
220
221
|
fix_indentation: Corrigir indentação
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: Pré-visualização
|
222
224
|
no_changes_to_save: Não há alterações para salvar
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: Exemplos Rápidos
|
224
227
|
quickstart_example_applied: Aplicado!
|
225
228
|
quickstart_use_this_example: Usar este exemplo
|
226
229
|
revert: Reverter
|
227
230
|
revert_confirm: Tem certeza que deseja reverter? Todas as mudanças não salvas serão perdidas.
|
228
231
|
save_changes: Salvar (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: Suas variáveis
|
231
235
|
no_merge_variables:
|
@@ -263,13 +267,11 @@ pt-BR:
|
|
263
267
|
display_period_to: até
|
264
268
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
265
269
|
every: every
|
266
|
-
playlist:
|
270
|
+
playlist:
|
267
271
|
delete: Tem certeza que deseja remover este item? O plugin continuará conectado, apenas não será exibido no seu dispositivo.
|
268
272
|
displayed_now: Exibindo agora
|
269
273
|
not_displayed_yet: Pendente
|
270
274
|
remove_from_playlist: Remover da playlist
|
271
|
-
|
272
|
-
# toast messages
|
273
275
|
create:
|
274
276
|
error: Falha ao atualizar a playlist
|
275
277
|
success: Playlist atualizada
|
@@ -286,7 +288,7 @@ pt-BR:
|
|
286
288
|
connected: Conectados
|
287
289
|
recipes: Receitas
|
288
290
|
recipes_hint: Plugins privados criados por membros da comunidade que podem ser instalados com 1 clique. __Saiba mais__.
|
289
|
-
search:
|
291
|
+
search:
|
290
292
|
placeholder: Buscar Plugins
|
291
293
|
my:
|
292
294
|
index:
|
@@ -330,7 +332,7 @@ pt-BR:
|
|
330
332
|
delete_are_you_sure: Tem certeza que deseja deletar essa configuração?
|
331
333
|
delete: Isso irá remover completamente as condfigurações do plugin. Para esconder o plugin do dispositivo, simplesmente remova-o da Playlist.
|
332
334
|
inactive: Inativo
|
333
|
-
no_plugin_settings_found: Nenhuma configuração encontrada.
|
335
|
+
no_plugin_settings_found: Nenhuma configuração encontrada.
|
334
336
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
335
337
|
reset_credentials: "%{plugin_name} account reset successfully"
|
336
338
|
form:
|
@@ -371,8 +373,6 @@ pt-BR:
|
|
371
373
|
missing_entry: The ZIP file does not contain %{filename}
|
372
374
|
entry_too_large: "%{filename} is too large"
|
373
375
|
malformed: "%{filename} is malformed"
|
374
|
-
|
375
|
-
# toast messages
|
376
376
|
create:
|
377
377
|
success: Plugin criado e adicionado à sua
|
378
378
|
playlist: playlist
|
@@ -383,17 +383,14 @@ pt-BR:
|
|
383
383
|
success: Configuração do plugin atualizada com sucesso
|
384
384
|
add_to_playlist:
|
385
385
|
success: Plugin adicionado à Playlist
|
386
|
-
|
387
386
|
referral_code:
|
388
387
|
create:
|
389
388
|
request_received: Request received, check your inbox
|
390
389
|
upgrade:
|
391
390
|
index:
|
392
|
-
title:
|
391
|
+
title: 'Fazendo upgrade do dispositivo:'
|
393
392
|
tagline: Adquira plugins customizados e __mais__.
|
394
|
-
pay: Pagar
|
393
|
+
pay: Pagar
|
395
394
|
error: Dispositivo %{device_name} já possui upgrade, troque para outro dispositivo
|
396
|
-
|
397
|
-
# toast messages
|
398
395
|
confirm:
|
399
396
|
success: A Edição de Desenvolvedor está ativada agora
|