trmnl-i18n 0.3.0 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c89aa898b70329de018c0b976fa12bcb2fd8c78522ec4e3fc437b93e379982fb
4
- data.tar.gz: 9f5baf0ff8da9390261e6e827cf88ba98f0c0b719f4731513c8012a0f6e24c40
3
+ metadata.gz: c6b6e95f1531b2fa03802ecd09cac6bcaa6b5e012ba544cfa2b97cc08be5ad5e
4
+ data.tar.gz: 1d8bce4854c4a995dffd5220aeffadb4624e119202b883642328ca2403c64a0d
5
5
  SHA512:
6
- metadata.gz: f6abcb47d77a230c1717b0cf682e7a85d8aa8bb2519cda45b32bd52ca487b5dc2b9c56c92e593eb1581c982043c02f15e24473386c934b7100d48b7437d2f359
7
- data.tar.gz: 5812dc8cfa63e60f80662c751670897e8967fb388ed70933fb428ca0019e6fa1aa9c21bdf029e54c828b560ccf678357f8d84841d206c16f7c3014f9d76fa505
6
+ metadata.gz: 834a888e6c4a15bb356930aeebef6506a7d4f3f1d1e2871a95139683c3ab4ea50165c02d11e1775444ffd731763a124253fb1da24988cb5591e9b9400c3f7144
7
+ data.tar.gz: 44b8b094c11401edb06d3a1f2efa5b16ca107b4962aa3b78264e492d4cf6ff03d6e116002eaf810d081fead43f3cea21018f16c4fbd3fed3040dd31017b3c95e
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -55,6 +55,13 @@ Once the gem is installed, you only need to require it:
55
55
  require "trmnl/i18n"
56
56
  ----
57
57
 
58
+ If you are using this gem in a non-Rails application, you will need to manually load the locales during the application's initialization.
59
+
60
+ [source,ruby]
61
+ ----
62
+ TRMNL::I18n.load_locales
63
+ ----
64
+
58
65
  == Usage
59
66
 
60
67
  This gem is a {ror_link} Railtie that follows {i18n_link} conventions allowing you to customize country locales. You only need to include this gem, as documented in the xref:_setup[Setup] section, to automatically load and use these locales. That's it!
@@ -13,6 +13,7 @@ da:
13
13
  change_password: Skift adgangskode
14
14
  charge_level: Opladningsniveau
15
15
  charged: opladet
16
+ charging: Charging
16
17
  close: Luk
17
18
  confirm_change_password: Bekræft ændring af adgangskode
18
19
  confirm_password: Bekræft ny adgangskode
@@ -142,6 +143,7 @@ da:
142
143
  back_to_devices: Tilbage til enheder
143
144
  battery_consumption: Batteriforbrug
144
145
  battery_consumption_hint: Spar strøm og nyd længere batterilevetid ved at aktivere dvaletilstand.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Udviklerfordele
146
148
  developer_perks_hint: Mulighederne nedenfor kræver __Udviklerudgave-tilføjelse__.
147
149
  device_credentials: Enhedsoplysninger
@@ -169,6 +171,8 @@ da:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA-opdateringer aktiveret
171
173
  ota_enabled_hint: Installer automatisk ny firmware. Deaktiver for at bruge din egen firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Dvaletilstand
173
177
  sleep_mode_hint: Juster din opdateringshastighed for at optimere fokus og batterilevetid.
174
178
  sleep_screen: Dvaleskærmbillede
@@ -183,6 +187,12 @@ da:
183
187
  visibility: Synlighed
184
188
  visibility_hint: Gør din TRMNL-enhed spejlbar ved at ændre indstillingerne nedenfor.
185
189
  your_device: Din TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Enheder
188
198
  tagline: Dine TRMNL-enheder
@@ -416,6 +426,9 @@ da:
416
426
  multiple_instances_hint: Dette plugin understøtter flere instanser.
417
427
  name: Navn
418
428
  name_hint: Giv det et navn for nem reference
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: Plugin UUID
420
433
  plugin_uuid_hint: Brug dette til at lave Webhook API-anmodninger.
421
434
  preview: Forhåndsvisning - din enhed vil vise faktiske data
@@ -13,6 +13,7 @@ de-AT:
13
13
  change_password: Passwort ändern
14
14
  charge_level: Ladezustand
15
15
  charged: geladen
16
+ charging: Charging
16
17
  close: Schließen
17
18
  confirm_change_password: Passwort ändern
18
19
  confirm_password: Passwort wiederholen
@@ -142,6 +143,7 @@ de-AT:
142
143
  back_to_devices: Zurück zur Geräteübersicht
143
144
  battery_consumption: Batterieverbrauch
144
145
  battery_consumption_hint: Spare Strom und verlängere die Laufzeit durch Aktivierung des Schlafmodus.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Nur für Entwickler
146
148
  developer_perks_hint: Für die folgenden Optionen ist das __Entwickler-Add-on__ erforderlich.
147
149
  device_credentials: Geräteinformationen
@@ -169,6 +171,8 @@ de-AT:
169
171
  mirror_sync: Bildschirme synchronisieren
170
172
  ota_enabled: OTA-Updates aktiviert
171
173
  ota_enabled_hint: Neue Firmware automatisch installieren. Deaktiviere diese Option, um deine eigene Firmware zu verwenden.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Schlafmodus
173
177
  sleep_mode_hint: Aktualisierungsrate für bessere Konzentration und Batterielaufzeit anpassen.
174
178
  sleep_screen: Schlaf-Bildschirm
@@ -183,6 +187,12 @@ de-AT:
183
187
  visibility: Sichtbarkeit
184
188
  visibility_hint: Macht das TRMNL öffentlich sichtbar.
185
189
  your_device: Dein TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Geräte
188
198
  tagline: Deine TRMNL-Geräte
@@ -416,6 +426,9 @@ de-AT:
416
426
  multiple_instances_hint: Diese Erweiterung unterstützt mehrere Instanzen.
417
427
  name: Name
418
428
  name_hint: Vergib einen Namen für eine einfache Unterscheidung
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: UUID der Erweiterung
420
433
  plugin_uuid_hint: Verwende diese Kennung für Anfragen an die Webhook-API.
421
434
  preview: Vorschau – dein Gerät wird aktualisierte Daten anzeigen
@@ -13,6 +13,7 @@ de:
13
13
  change_password: Passwort ändern
14
14
  charge_level: Ladezustand
15
15
  charged: geladen
16
+ charging: Charging
16
17
  close: Schließen
17
18
  confirm_change_password: Passwort ändern
18
19
  confirm_password: Passwort wiederholen
@@ -142,6 +143,7 @@ de:
142
143
  back_to_devices: Zurück zur Geräteübersicht
143
144
  battery_consumption: Batterieverbrauch
144
145
  battery_consumption_hint: Spare Strom und verlängere die Laufzeit durch Aktivierung des Schlafmodus.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Nur für Entwickler
146
148
  developer_perks_hint: Für die folgenden Optionen ist das __Entwickler-Add-on__ erforderlich.
147
149
  device_credentials: Geräteinformationen
@@ -169,6 +171,8 @@ de:
169
171
  mirror_sync: Bildschirme synchronisieren
170
172
  ota_enabled: OTA-Updates aktiviert
171
173
  ota_enabled_hint: Neue Firmware automatisch installieren. Deaktiviere diese Option, um deine eigene Firmware zu verwenden.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Schlafmodus
173
177
  sleep_mode_hint: Aktualisierungsrate für bessere Konzentration und Batterielaufzeit anpassen.
174
178
  sleep_screen: Schlaf-Bildschirm
@@ -183,6 +187,12 @@ de:
183
187
  visibility: Sichtbarkeit
184
188
  visibility_hint: Macht das TRMNL öffentlich sichtbar.
185
189
  your_device: Dein TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Geräte
188
198
  tagline: Deine TRMNL-Geräte
@@ -416,6 +426,9 @@ de:
416
426
  multiple_instances_hint: Diese Erweiterung unterstützt mehrere Instanzen.
417
427
  name: Name
418
428
  name_hint: Vergib einen Namen für eine einfache Unterscheidung
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: UUID der Erweiterung
420
433
  plugin_uuid_hint: Verwende diese Kennung für Anfragen an die Webhook-API.
421
434
  preview: Vorschau – dein Gerät wird aktualisierte Daten anzeigen
@@ -13,6 +13,7 @@ en-GB:
13
13
  change_password: Change Password
14
14
  charge_level: Charge Level
15
15
  charged: charged
16
+ charging: Charging
16
17
  close: Close
17
18
  confirm_change_password: Change my password
18
19
  confirm_password: Confirm new password
@@ -142,6 +143,7 @@ en-GB:
142
143
  back_to_devices: Back to Devices
143
144
  battery_consumption: Battery Consumption
144
145
  battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Developer Perks
146
148
  developer_perks_hint: Options below require the __Developer add-on__.
147
149
  device_credentials: Device Credentials
@@ -169,11 +171,13 @@ en-GB:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA Updates Enabled
171
173
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Sleep Mode
173
177
  sleep_mode_hint: Adjust your refresh rate to optimize focus and battery life.
174
178
  sleep_screen: Sleep Screen
175
179
  special_function: Special Function
176
- special_function_hint: Set a double-click feature for the button on the back of your device.
180
+ special_function_hint: Set a custom feature for the button on the back of your device.
177
181
  special_function_learn_more: Learn more about special functions __here__.
178
182
  unlink: Unlink
179
183
  unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
@@ -183,6 +187,12 @@ en-GB:
183
187
  visibility: Visibility
184
188
  visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
185
189
  your_device: Your TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Devices
188
198
  tagline: Your TRMNL devices
@@ -414,6 +424,9 @@ en-GB:
414
424
  multiple_instances_hint: This plugin supports multiple instances.
415
425
  name: Name
416
426
  name_hint: Give it a name for easy reference
427
+ parse: Parse
428
+ parse_save_first: Parse (Save plugin first)
429
+ parsed: Parsed
417
430
  plugin_uuid: Plugin UUID
418
431
  plugin_uuid_hint: Use this to make Webhook API requests.
419
432
  preview: Preview - your device will show actual data
@@ -13,6 +13,7 @@ en:
13
13
  change_password: Change Password
14
14
  charge_level: Charge Level
15
15
  charged: charged
16
+ charging: Charging
16
17
  close: Close
17
18
  confirm_change_password: Change my password
18
19
  confirm_password: Confirm new password
@@ -142,6 +143,7 @@ en:
142
143
  back_to_devices: Back to Devices
143
144
  battery_consumption: Battery Consumption
144
145
  battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Developer Perks
146
148
  developer_perks_hint: Options below require the __Developer add-on__.
147
149
  device_credentials: Device Credentials
@@ -169,11 +171,13 @@ en:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA Updates Enabled
171
173
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Sleep Mode
173
177
  sleep_mode_hint: Adjust your refresh rate to optimize focus and battery life.
174
178
  sleep_screen: Sleep Screen
175
179
  special_function: Special Function
176
- special_function_hint: Set a double-click feature for the button on the back of your device.
180
+ special_function_hint: Set a custom feature for the button on the back of your device.
177
181
  special_function_learn_more: Learn more about special functions __here__.
178
182
  unlink: Unlink
179
183
  unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
@@ -183,6 +187,12 @@ en:
183
187
  visibility: Visibility
184
188
  visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
185
189
  your_device: Your TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Devices
188
198
  tagline: Your TRMNL devices
@@ -414,6 +424,9 @@ en:
414
424
  multiple_instances_hint: This plugin supports multiple instances.
415
425
  name: Name
416
426
  name_hint: Give it a name for easy reference
427
+ parse: Parse
428
+ parse_save_first: Parse (Save plugin first)
429
+ parsed: Parsed
417
430
  plugin_uuid: Plugin UUID
418
431
  plugin_uuid_hint: Use this to make Webhook API requests.
419
432
  preview: Preview - your device will show actual data
@@ -13,6 +13,7 @@ es-ES:
13
13
  change_password: Cambiar Contraseña
14
14
  charge_level: Nivel de Batería
15
15
  charged: Cargada
16
+ charging: Charging
16
17
  close: Cerrar
17
18
  confirm_change_password: Cambiar mi contraseña
18
19
  confirm_password: Confirmar nueva contraseña
@@ -142,6 +143,7 @@ es-ES:
142
143
  back_to_devices: Volver a Dispositivos
143
144
  battery_consumption: Consumo de Batería
144
145
  battery_consumption_hint: Ahorra energía y mejora el uso de batería habilitando el Modo de Suspensión.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Ventajas para Desarrolladores
146
148
  developer_perks_hint: Las opciones a continuación requieren el __plugin de Desarrollador__.
147
149
  device_credentials: Credenciales del dispositivo
@@ -169,6 +171,8 @@ es-ES:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: Actualizaciones OTA Habilitadas
171
173
  ota_enabled_hint: Instala automáticamente nuevo firmware. Desactiva para usar tu propio firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Modo de Suspensión
173
177
  sleep_mode_hint: Ajusta tu tasa de refresco para optimizar el enfoque y la duración de la batería.
174
178
  sleep_screen: Sleep Screen
@@ -183,6 +187,12 @@ es-ES:
183
187
  visibility: Visibilidad
184
188
  visibility_hint: Haz que tu dispositivo TRMNL sea espejeable cambiando la configuración a continuación.
185
189
  your_device: Tu TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Dispositivos
188
198
  tagline: Tus dispositivos TRMNL
@@ -416,6 +426,9 @@ es-ES:
416
426
  multiple_instances_hint: Este plugin admite múltiples instancias.
417
427
  name: Nombre
418
428
  name_hint: Dale un nombre para fácil referencia
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: UUID del Plugin
420
433
  plugin_uuid_hint: Utiliza esto para hacer solicitudes a la API de Webhook.
421
434
  preview: Vista previa - tu dispositivo mostrará datos reales
@@ -13,6 +13,7 @@ fr:
13
13
  change_password: Changer le mot de passe
14
14
  charge_level: Niveau de charge
15
15
  charged: chargé
16
+ charging: Charging
16
17
  close: Fermer
17
18
  confirm_change_password: Changer mon mot de passe
18
19
  confirm_password: Confirmer le nouveau mot de passe
@@ -142,6 +143,7 @@ fr:
142
143
  back_to_devices: Retour aux appareils
143
144
  battery_consumption: Consommation de la batterie
144
145
  battery_consumption_hint: Économisez de l'énergie et appréciez une meilleure durée de vie de la batterie en activant la mise.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Avantages pour les développeurs
146
148
  developer_perks_hint: Les options ci-dessous requièrent le __complément payant Developer__.
147
149
  device_credentials: Identifiants de l'appareil
@@ -169,6 +171,8 @@ fr:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: Mises à jour de l'OTA activées
171
173
  ota_enabled_hint: Installer automatiquement le nouveau firmware. Désactivez si vous souhaitez utiliser votre propre firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Mode veille
173
177
  sleep_mode_hint: Ajuster le taux de rafraichissement pour se concentrer sur le contenu affiché et améliorer la durée de vie de la batterie.
174
178
  sleep_screen: Écran de veille
@@ -183,6 +187,12 @@ fr:
183
187
  visibility: Visibilité
184
188
  visibility_hint: Mettre son appareil TRMNL en miroir en changeant la configuration ci-dessous.
185
189
  your_device: Votre TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Appareils
188
198
  tagline: Vos appareils TRMNL
@@ -416,6 +426,9 @@ fr:
416
426
  multiple_instances_hint: Ce plugin supporte plusieurs instances.
417
427
  name: Nom
418
428
  name_hint: Lui donner un nom pour l'identifier plus facilement
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: UUID de l'extension
420
433
  plugin_uuid_hint: Utilisez ceci pour faire des requêtes à l'API Webhook.
421
434
  preview: Prévisualisation - votre appareil affichera les données actuelles
@@ -13,6 +13,7 @@ he:
13
13
  change_password: Change Password
14
14
  charge_level: Charge Level
15
15
  charged: charged
16
+ charging: Charging
16
17
  close: Close
17
18
  confirm_change_password: Change my password
18
19
  confirm_password: Confirm new password
@@ -142,6 +143,7 @@ he:
142
143
  back_to_devices: Back to Devices
143
144
  battery_consumption: Battery Consumption
144
145
  battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Developer Perks
146
148
  developer_perks_hint: Options below require the __Developer add-on__.
147
149
  device_credentials: Device Credentials
@@ -169,11 +171,13 @@ he:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA Updates Enabled
171
173
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Sleep Mode
173
177
  sleep_mode_hint: Adjust your refresh rate to optimize focus and battery life.
174
178
  sleep_screen: Sleep Screen
175
179
  special_function: Special Function
176
- special_function_hint: Set a double-click feature for the button on the back of your device.
180
+ special_function_hint: Set a custom feature for the button on the back of your device.
177
181
  special_function_learn_more: Learn more about special functions __here__.
178
182
  unlink: Unlink
179
183
  unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
@@ -183,6 +187,12 @@ he:
183
187
  visibility: Visibility
184
188
  visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
185
189
  your_device: Your TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Devices
188
198
  tagline: Your TRMNL devices
@@ -416,6 +426,9 @@ he:
416
426
  multiple_instances_hint: This plugin supports multiple instances.
417
427
  name: Name
418
428
  name_hint: Give it a name for easy reference
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: Plugin UUID
420
433
  plugin_uuid_hint: Use this to make Webhook API requests.
421
434
  preview: Preview - your device will show actual data
@@ -13,6 +13,7 @@ id:
13
13
  change_password: Ubah Kata Sandi
14
14
  charge_level: Tingkat Pengisian
15
15
  charged: Terisi penuh
16
+ charging: Charging
16
17
  close: Tutup
17
18
  confirm_change_password: Ubah kata sandi saya
18
19
  confirm_password: Konfirmasi kata sandi baru
@@ -142,6 +143,7 @@ id:
142
143
  back_to_devices: Kembali ke Perangkat
143
144
  battery_consumption: Penggunaan Baterai
144
145
  battery_consumption_hint: Hemat daya dan nikmati masa pakai baterai yang lebih lama dengan mengaktifkan Mode Tidur.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Keuntungan Pengembang
146
148
  developer_perks_hint: Opsi di bawah ini membutuhkan __add-on Pengembang__.
147
149
  device_credentials: Device Credentials
@@ -169,6 +171,8 @@ id:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: Pembaruan OTA Diaktifkan
171
173
  ota_enabled_hint: Firmware terbaru akan diinstal secara otomatis. Nonaktifkan jika menggunakan firmware Anda sendiri.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Mode Tidur
173
177
  sleep_mode_hint: Sesuaikan tingkat penyegaran untuk fokus dan hemat baterai.
174
178
  sleep_screen: Sleep Screen
@@ -183,6 +187,12 @@ id:
183
187
  visibility: Visibilitas
184
188
  visibility_hint: Jadikan perangkat TRMNL Anda dapat di-mirroring dengan mengubah pengaturan di bawah ini.
185
189
  your_device: TRMNL Anda
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Perangkat
188
198
  tagline: Perangkat TRMNL Anda
@@ -416,6 +426,9 @@ id:
416
426
  multiple_instances_hint: Plugin ini mendukung beberapa instance.
417
427
  name: Nama
418
428
  name_hint: Beri nama untuk referensi yang lebih mudah
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: Plugin UUID
420
433
  plugin_uuid_hint: Gunakan ini untuk membuat permintaan API Webhook.
421
434
  preview: Pratinjau - perangkat Anda akan menampilkan data nyata
@@ -13,6 +13,7 @@ it:
13
13
  change_password: Cambia Password
14
14
  charge_level: Livello di Ricarica
15
15
  charged: ricaricato
16
+ charging: Charging
16
17
  close: Chiudi
17
18
  confirm_change_password: Cambia la password
18
19
  confirm_password: Conferma la nuova password
@@ -142,6 +143,7 @@ it:
142
143
  back_to_devices: Torna a Dispositivi
143
144
  battery_consumption: Consumo Batteria
144
145
  battery_consumption_hint: Risparmia energia e aumenta la durata della batteria attivando la Modalità Riposo.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Modalità Sviluppatore
146
148
  developer_perks_hint: Queste opzioni richiedono la __Modalità Sviluppatore__.
147
149
  device_credentials: Credenziali Dispositivo
@@ -169,6 +171,8 @@ it:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: Abilita aggiornamenti OTA
171
173
  ota_enabled_hint: Installa automaticamente i nuovi firmware. Disabilita per utilizzare il tuo firmware
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Modalità Riposo
173
177
  sleep_mode_hint: Regola la frequenza di aggiornamento per ottimizzare la concentrazione e la durata della batteria.
174
178
  sleep_screen: Sleep Screen
@@ -183,6 +187,12 @@ it:
183
187
  visibility: Visibilità
184
188
  visibility_hint: Permetti la duplicazione di questo dispositivo TRMNL modificando le impostazioni seguenti.
185
189
  your_device: Il tuo TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Dispositivi
188
198
  tagline: I tuoi dispositivi TRMNL
@@ -416,6 +426,9 @@ it:
416
426
  multiple_instances_hint: Questo plugin supporta istanze multiple.
417
427
  name: Nome
418
428
  name_hint: Dagli un nome per riconoscerlo facilmente
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: Plugin UUID
420
433
  plugin_uuid_hint: Utilizzalo per richieste Webhook API.
421
434
  preview: Anteprima - il tuo dispositivo mostrerà dati reali
@@ -13,6 +13,7 @@ ja:
13
13
  change_password: パスワード変更
14
14
  charge_level: 充電状態
15
15
  charged: 充電完了
16
+ charging: Charging
16
17
  close: 閉じる
17
18
  confirm_change_password: パスワードを変更する
18
19
  confirm_password: 新しいパスワードを確認
@@ -142,6 +143,7 @@ ja:
142
143
  back_to_devices: デバイス管理画面に戻る
143
144
  battery_consumption: バッテリー消費
144
145
  battery_consumption_hint: デバイスをスリープ モードにすると、バッテリー寿命を延ばすことができます
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: 開発者向け特典
146
148
  developer_perks_hint: 以下は、__開発者オプション__を追加した場合に利用可能です。
147
149
  device_credentials: デバイス認証情報
@@ -169,6 +171,8 @@ ja:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTAアップデート有効
171
173
  ota_enabled_hint: 新しいファームウェアを自動的にインストールします。独自のファームウェアを使用するには無効にしてください。
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: スリープモード
173
177
  sleep_mode_hint: 集中力とバッテリー寿命を最適化するために、更新頻度を調整します。
174
178
  sleep_screen: スリープ画面
@@ -183,6 +187,12 @@ ja:
183
187
  visibility: 共有設定
184
188
  visibility_hint: 以下の設定を使用して、TRMNLデバイスをミラーモードにすることができます。
185
189
  your_device: あなたのTRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: デバイス管理
188
198
  tagline: あなたのTRMNLデバイス
@@ -416,6 +426,9 @@ ja:
416
426
  multiple_instances_hint: このプラグインは複数のインスタンスをサポートしています。
417
427
  name: 名前
418
428
  name_hint: 覚えやすい名前を付けてください
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: プラグイン UUID
420
433
  plugin_uuid_hint: Webhook APIリクエストに使用します
421
434
  preview: プレビュー - 実際のデータをデバイスに表示します
@@ -13,6 +13,7 @@ ko:
13
13
  change_password: 비밀번호 변경
14
14
  charge_level: 충전 상태
15
15
  charged: 충전됨
16
+ charging: Charging
16
17
  close: 닫기
17
18
  confirm_change_password: 비밀번호 변경하기
18
19
  confirm_password: 새 비밀번호 확인
@@ -142,6 +143,7 @@ ko:
142
143
  back_to_devices: 기기 관리 화면으로 돌아가기
143
144
  battery_consumption: 배터리 소모
144
145
  battery_consumption_hint: 기기 절전 모드 설정을 하시면 더 오랫동안 배터리 수명을 유지할 수 있습니다.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: 개발자 버전 특혜
146
148
  developer_perks_hint: 아래는 __개발자 옵션을 추가한 경우__ 사용 가능합니다.
147
149
  device_credentials: 기기 정보
@@ -169,6 +171,8 @@ ko:
169
171
  mirror_sync: 스크린 싱크하기
170
172
  ota_enabled: OTA 업데이트 활성화됨
171
173
  ota_enabled_hint: 새로운 펌웨어를 자동으로 설치하기. 당신의 펌웨어 사용을 비활성화하기.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: 절전 모드
173
177
  sleep_mode_hint: 당신의 집중력과 배터리 수명을 최적화하기 위해 새로 고침 비율을 조정합니다.
174
178
  sleep_screen: 절전 화면
@@ -183,6 +187,12 @@ ko:
183
187
  visibility: 공유 설정
184
188
  visibility_hint: 아래 설정을 통해 당신의 TRMNL 기기가 거울모드가 가능합니다.
185
189
  your_device: 당신의 TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: 기기 관리
188
198
  tagline: 당신의 TRMNL 디바이스들
@@ -416,6 +426,9 @@ ko:
416
426
  multiple_instances_hint: 이 플러그인은 여러 개의 인스턴스를 지원합니다.
417
427
  name: 이름
418
428
  name_hint: 떠올리기 쉬운 이름을 지어주세요
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: 플러그인 UUID
420
433
  plugin_uuid_hint: Webhook API 요청을 위해 사용합니다
421
434
  preview: 미리보기 - 당신의 기기에서 실제 데이터를 보여줍니다
@@ -13,6 +13,7 @@ nl:
13
13
  change_password: Wachtwoord wijzigen
14
14
  charge_level: Laadniveau
15
15
  charged: opgeladen
16
+ charging: Charging
16
17
  close: Sluiten
17
18
  confirm_change_password: Mijn wachtwoord wijzigen
18
19
  confirm_password: Bevestig nieuwe wachtwoord
@@ -142,6 +143,7 @@ nl:
142
143
  back_to_devices: Terug naar apparaten
143
144
  battery_consumption: Batterijgebruik
144
145
  battery_consumption_hint: Bespaar energie en geniet van een langere batterijduur door slaapmodus te activeren.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Ontwikkelaarsvoordelen
146
148
  developer_perks_hint: De onderstaande opties vereisen de __ontwikkelaars-add-on__.
147
149
  device_credentials: Apparaatgegevens
@@ -169,6 +171,8 @@ nl:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA-updates ingeschakeld
171
173
  ota_enabled_hint: Installeer automatisch nieuwe firmware. Deactiveer als je je je eigen firmware wil gebruiken.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Slaapmodus
173
177
  sleep_mode_hint: Pas de refresh rate aan om focus en batterijduur te optimaliseren.
174
178
  sleep_screen: Slaapscherm
@@ -183,6 +187,12 @@ nl:
183
187
  visibility: Vindbaarheid
184
188
  visibility_hint: Maak jouw TRMNL apparaat spiegelbaar door onderstaande instelling aan te passen.
185
189
  your_device: Jouw TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Apparaten
188
198
  tagline: Jouw TRMNL apparaten
@@ -416,6 +426,9 @@ nl:
416
426
  multiple_instances_hint: Deze plugin ondersteunt meerdere instanties.
417
427
  name: Naam
418
428
  name_hint: Voer een naam in om het makkelijk te herkennen in de toekomst
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: Plugin UUID
420
433
  plugin_uuid_hint: Gebruik deze om Webhook API requests te maken.
421
434
  preview: Voorbeeld - jouw apparaat zal echte data tonen
@@ -13,6 +13,7 @@
13
13
  change_password: Endre passord
14
14
  charge_level: Ladestatus
15
15
  charged: ladet
16
+ charging: Charging
16
17
  close: Lukk
17
18
  confirm_change_password: Endre mitt passord
18
19
  confirm_password: Bekreft nytt passord
@@ -142,6 +143,7 @@
142
143
  back_to_devices: Tilbake til enheter
143
144
  battery_consumption: Batteriforbruk
144
145
  battery_consumption_hint: Spar strøm og få lengre batterilevetid ved å aktivere dvalemodus.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Utviklerfordeler
146
148
  developer_perks_hint: Valgene nedenfor krever __Utviklertillegget__.
147
149
  device_credentials: Enhetslegitimasjon
@@ -169,6 +171,8 @@
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA-oppdateringer aktivert
171
173
  ota_enabled_hint: Installerer automatisk ny fastvare. Deaktiver for å bruke din egen fastvare.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Dvalemodus
173
177
  sleep_mode_hint: Juster oppdateringsfrekvensen for å optimalisere fokus og batterilevetid.
174
178
  sleep_screen: Dvaleskjerm
@@ -183,6 +187,12 @@
183
187
  visibility: Synlighet
184
188
  visibility_hint: Gjør TRMNL-enheten din speilbar ved å endre innstillingene nedenfor.
185
189
  your_device: Din TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Enheter
188
198
  tagline: Dine TRMNL-enheter
@@ -416,6 +426,9 @@
416
426
  multiple_instances_hint: Denne pluginen støtter flere instanser.
417
427
  name: Navn
418
428
  name_hint: Gi den et navn for enkel referanse
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: Plugin UUID
420
433
  plugin_uuid_hint: Bruk dette for å gjøre Webhook API-forespørsler.
421
434
  preview: Forhåndsvisning - enheten din vil vise faktiske data
@@ -13,6 +13,7 @@ pl:
13
13
  change_password: Change Password
14
14
  charge_level: Charge Level
15
15
  charged: charged
16
+ charging: Charging
16
17
  close: Close
17
18
  confirm_change_password: Change my password
18
19
  confirm_password: Confirm new password
@@ -142,6 +143,7 @@ pl:
142
143
  back_to_devices: Back to Devices
143
144
  battery_consumption: Battery Consumption
144
145
  battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Developer Perks
146
148
  developer_perks_hint: Options below require the __Developer add-on__.
147
149
  device_credentials: Device Credentials
@@ -169,11 +171,13 @@ pl:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA Updates Enabled
171
173
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Sleep Mode
173
177
  sleep_mode_hint: Adjust your refresh rate to optimize focus and battery life.
174
178
  sleep_screen: Sleep Screen
175
179
  special_function: Special Function
176
- special_function_hint: Set a double-click feature for the button on the back of your device.
180
+ special_function_hint: Set a custom feature for the button on the back of your device.
177
181
  special_function_learn_more: Learn more about special functions __here__.
178
182
  unlink: Unlink
179
183
  unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
@@ -183,6 +187,12 @@ pl:
183
187
  visibility: Visibility
184
188
  visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
185
189
  your_device: Your TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Devices
188
198
  tagline: Your TRMNL devices
@@ -414,6 +424,9 @@ pl:
414
424
  multiple_instances_hint: This plugin supports multiple instances.
415
425
  name: Name
416
426
  name_hint: Give it a name for easy reference
427
+ parse: Parse
428
+ parse_save_first: Parse (Save plugin first)
429
+ parsed: Parsed
417
430
  plugin_uuid: Plugin UUID
418
431
  plugin_uuid_hint: Use this to make Webhook API requests.
419
432
  preview: Preview - your device will show actual data
@@ -13,6 +13,7 @@ pt-BR:
13
13
  change_password: Mudar Senha
14
14
  charge_level: Nível de Carga
15
15
  charged: carregado
16
+ charging: Charging
16
17
  close: Fechar
17
18
  confirm_change_password: Mudar minha senha
18
19
  confirm_password: Confirmar nova senha
@@ -142,6 +143,7 @@ pt-BR:
142
143
  back_to_devices: Voltar para Dispositivos
143
144
  battery_consumption: Consumo da Bateria
144
145
  battery_consumption_hint: Economize energia desfrute de mais bateria ativando o Modo de Suspensão.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Vantagens de Desenvolvedor
146
148
  developer_perks_hint: Opções abaixo requerem o __Add-on de Desenvolvedor__.
147
149
  device_credentials: Credenciais do Dispositivo
@@ -169,6 +171,8 @@ pt-BR:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: Ativar Atualizações OTA
171
173
  ota_enabled_hint: Instalar novos firmwares automaticamente. Desative para usar seu próprio firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Modo de Suspensão
173
177
  sleep_mode_hint: Ajuste sua taxa de atualização para otimizar foco e duração da bateria.
174
178
  sleep_screen: Sleep Screen
@@ -183,6 +187,12 @@ pt-BR:
183
187
  visibility: Visibilidade
184
188
  visibility_hint: Torne seu TRMNL espelhável mudando a configuração abaixo.
185
189
  your_device: Seu TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Dispositivos
188
198
  tagline: Seus dispositivos TRMNL
@@ -416,6 +426,9 @@ pt-BR:
416
426
  multiple_instances_hint: Esse plugin suporta múltiplas instâncias.
417
427
  name: Nome
418
428
  name_hint: Dê um nome para se lembrar facilmente
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: UUID do Plugin
420
433
  plugin_uuid_hint: Use para enviar requisições para a API de Webhook.
421
434
  preview: Pré-visualização - seu dispositivo mostrará dados reais
@@ -13,6 +13,7 @@ raw:
13
13
  change_password: change_password
14
14
  charge_level: charge_level
15
15
  charged: charged
16
+ charging: charging
16
17
  close: close
17
18
  confirm_change_password: confirm_change_password
18
19
  confirm_password: confirm_password
@@ -142,6 +143,7 @@ raw:
142
143
  back_to_devices: devices.edit.back_to_devices
143
144
  battery_consumption: devices.edit.battery_consumption
144
145
  battery_consumption_hint: devices.edit.battery_consumption_hint
146
+ battery_learn_more: devices.edit.battery_learn_more
145
147
  developer_perks: devices.edit.developer_perks
146
148
  developer_perks_hint: devices.edit.developer_perks_hint
147
149
  device_credentials: devices.edit.device_credentials
@@ -169,6 +171,8 @@ raw:
169
171
  mirror_sync: devices.edit.mirror_sync
170
172
  ota_enabled: devices.edit.ota_enabled
171
173
  ota_enabled_hint: devices.edit.ota_enabled_hint
174
+ maximum_compatibility: devices.edit.maximum_compatibility
175
+ maximum_compatibility_hint: devices.edit.maximum_compatibility_hint
172
176
  sleep_mode: devices.edit.sleep_mode
173
177
  sleep_mode_hint: devices.edit.sleep_mode_hint
174
178
  sleep_screen: devices.edit.sleep_screen
@@ -183,6 +187,12 @@ raw:
183
187
  visibility: devices.edit.visibility
184
188
  visibility_hint: devices.edit.visibility_hint
185
189
  your_device: devices.edit.your_device
190
+ upgrade_og:
191
+ title: devices.edit.upgrade_og.title
192
+ sub_title: devices.edit.upgrade_og.sub_title
193
+ warning_1: devices.edit.upgrade_og.warning_1
194
+ warning_2: devices.edit.upgrade_og.warning_2
195
+ cta: devices.edit.upgrade_og.cta
186
196
  index:
187
197
  title: devices.index.title
188
198
  tagline: devices.index.tagline
@@ -416,6 +426,9 @@ raw:
416
426
  multiple_instances_hint: plugin_settings.form.multiple_instances_hint
417
427
  name: plugin_settings.form.name
418
428
  name_hint: plugin_settings.form.name_hint
429
+ parse: plugin_settings.form.parse
430
+ parse_save_first: plugin_settings.form.parse_save_first
431
+ parsed: plugin_settings.form.parsed
419
432
  plugin_uuid: plugin_settings.form.plugin_uuid
420
433
  plugin_uuid_hint: plugin_settings.form.plugin_uuid_hint
421
434
  preview: plugin_settings.form.preview
@@ -13,6 +13,7 @@ sv:
13
13
  change_password: Change Password
14
14
  charge_level: Charge Level
15
15
  charged: charged
16
+ charging: Charging
16
17
  close: Close
17
18
  confirm_change_password: Change my password
18
19
  confirm_password: Confirm new password
@@ -142,6 +143,7 @@ sv:
142
143
  back_to_devices: Back to Devices
143
144
  battery_consumption: Battery Consumption
144
145
  battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Developer Perks
146
148
  developer_perks_hint: Options below require the __Developer add-on__.
147
149
  device_credentials: Device Credentials
@@ -169,11 +171,13 @@ sv:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA Updates Enabled
171
173
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Sleep Mode
173
177
  sleep_mode_hint: Adjust your refresh rate to optimize focus and battery life.
174
178
  sleep_screen: Sleep Screen
175
179
  special_function: Special Function
176
- special_function_hint: Set a double-click feature for the button on the back of your device.
180
+ special_function_hint: Set a custom feature for the button on the back of your device.
177
181
  special_function_learn_more: Learn more about special functions __here__.
178
182
  unlink: Unlink
179
183
  unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
@@ -183,6 +187,12 @@ sv:
183
187
  visibility: Visibility
184
188
  visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
185
189
  your_device: Your TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Devices
188
198
  tagline: Your TRMNL devices
@@ -414,6 +424,9 @@ sv:
414
424
  multiple_instances_hint: This plugin supports multiple instances.
415
425
  name: Name
416
426
  name_hint: Give it a name for easy reference
427
+ parse: Parse
428
+ parse_save_first: Parse (Save plugin first)
429
+ parsed: Parsed
417
430
  plugin_uuid: Plugin UUID
418
431
  plugin_uuid_hint: Use this to make Webhook API requests.
419
432
  preview: Preview - your device will show actual data
@@ -13,6 +13,7 @@ uk:
13
13
  change_password: Змінити пароль
14
14
  charge_level: Рівень заряду
15
15
  charged: заряджено
16
+ charging: Charging
16
17
  close: Закрити
17
18
  confirm_change_password: Змінити мій пароль
18
19
  confirm_password: Новий пароль (повторно)
@@ -142,6 +143,7 @@ uk:
142
143
  back_to_devices: Назад до пристроїв
143
144
  battery_consumption: Споживання батареї
144
145
  battery_consumption_hint: Заощаджуйте енергію та насолоджуйтесь тривалим часом роботи батареї, увімкнувши Режим сну.
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: Developer Perks
146
148
  developer_perks_hint: Options below require the __Developer add-on__.
147
149
  device_credentials: Device Credentials
@@ -169,11 +171,13 @@ uk:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: OTA Updates Enabled
171
173
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: Режим сну
173
177
  sleep_mode_hint: Налаштуйте частоту оновлення, щоб покращити концентрацію та час роботи батареї.
174
178
  sleep_screen: Sleep Screen
175
179
  special_function: Special Function
176
- special_function_hint: Set a double-click feature for the button on the back of your device.
180
+ special_function_hint: Set a custom feature for the button on the back of your device.
177
181
  special_function_learn_more: Learn more about special functions __here__.
178
182
  unlink: Відв'язати
179
183
  unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
@@ -183,6 +187,12 @@ uk:
183
187
  visibility: Спільний доступ
184
188
  visibility_hint: Зробіть ваш пристрій TRMNL доступним для віддзеркалення, змінивши налаштування нижче.
185
189
  your_device: Ваш TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: Пристрої
188
198
  tagline: Ваші пристрої TRMNL
@@ -416,6 +426,9 @@ uk:
416
426
  multiple_instances_hint: Цей плагін підтримує кілька екземплярів.
417
427
  name: Ім'я
418
428
  name_hint: Дайте йому назву для зручності
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: UUID плагіна
420
433
  plugin_uuid_hint: Використовуйте це для здійснення запитів Webhook API.
421
434
  preview: Попередній перегляд - ваш пристрій буде показувати актуальні дані
@@ -13,6 +13,7 @@ zh-CN:
13
13
  change_password: 修改密码
14
14
  charge_level: 充电状态
15
15
  charged: 电量
16
+ charging: Charging
16
17
  close: 取消
17
18
  confirm_change_password: 确认修改密码
18
19
  confirm_password: 确认密码
@@ -142,6 +143,7 @@ zh-CN:
142
143
  back_to_devices: 返回设备列表
143
144
  battery_consumption: 电池消耗
144
145
  battery_consumption_hint: 在晚上10点到早上8点之间启用睡眠模式,节省电量并延长电池寿命。
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: 开发者选项
146
148
  developer_perks_hint: 下列选项需要__开发者选项__
147
149
  device_credentials: 设备密码
@@ -169,6 +171,8 @@ zh-CN:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: 启用OTA更新
171
173
  ota_enabled_hint: 自动安装新固件。禁用以手动更新。
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: 睡眠模式
173
177
  sleep_mode_hint: 降低刷新率以优化焦点和电池寿命
174
178
  sleep_screen: 休眠屏幕
@@ -183,6 +187,12 @@ zh-CN:
183
187
  visibility: 隐藏
184
188
  visibility_hint: 让TRMNL设备显示镜像播放列表
185
189
  your_device: 您的TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: 设备列表
188
198
  tagline: 您的的TRMNL设备
@@ -416,6 +426,9 @@ zh-CN:
416
426
  multiple_instances_hint: 此插件支持多实例
417
427
  name: 名称
418
428
  name_hint: 起一个好听的名字
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: 插件UUID
420
433
  plugin_uuid_hint: 用于发起 Webhook API 请求
421
434
  preview: 预览
@@ -13,6 +13,7 @@ zh-HK:
13
13
  change_password: 更改密碼
14
14
  charge_level: 充電狀態
15
15
  charged: 電量
16
+ charging: Charging
16
17
  close: 關閉
17
18
  confirm_change_password: 更改密碼
18
19
  confirm_password: 確認新密碼
@@ -142,6 +143,7 @@ zh-HK:
142
143
  back_to_devices: 返回裝置
143
144
  battery_consumption: 電池消耗
144
145
  battery_consumption_hint: 啟用「睡眠模式」可節省電量,並延長電池續航時間。
146
+ battery_learn_more: Learn more about battery charging __here__.
145
147
  developer_perks: 開發者福利
146
148
  developer_perks_hint: 以下選項需要購買「__開發者版本__」。.
147
149
  device_credentials: 裝置認證
@@ -169,6 +171,8 @@ zh-HK:
169
171
  mirror_sync: Sync Screens
170
172
  ota_enabled: 啟用自動更新
171
173
  ota_enabled_hint: 自動安裝新的韌體。如要使用自訂韌體,請關閉此設定。
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
172
176
  sleep_mode: 睡眠模式
173
177
  sleep_mode_hint: 調整重新整理頻率,以提升專注度及電池續航時間。
174
178
  sleep_screen: 睡眠畫面
@@ -183,6 +187,12 @@ zh-HK:
183
187
  visibility: 共享狀態
184
188
  visibility_hint: 讓其他TRMNL裝置可鏡像共享此裝置的內容。
185
189
  your_device: 你的TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
186
196
  index:
187
197
  title: 裝置
188
198
  tagline: 你的TRMNL裝置
@@ -416,6 +426,9 @@ zh-HK:
416
426
  multiple_instances_hint: 此外掛支援多個執行個體。
417
427
  name: 名稱
418
428
  name_hint: 為其命名以便於參考
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
419
432
  plugin_uuid: 外掛UUID
420
433
  plugin_uuid_hint: 用於發送Webhook API請求。
421
434
  preview: 預覽圖(裝置會顯示實際資料)
@@ -7,11 +7,7 @@ module TRMNL
7
7
  # The Rails hook.
8
8
  class Railtie < Rails::Railtie
9
9
  initializer "trmnl-localizations.i18n" do
10
- Pathname(__dir__).join("locales")
11
- .glob("**/*")
12
- .select(&:file?)
13
- .map(&:to_s)
14
- .then { |paths| ::I18n.load_path.concat paths }
10
+ TRMNL::I18n.load_locales
15
11
  end
16
12
  end
17
13
  end
data/lib/trmnl/i18n.rb CHANGED
@@ -5,5 +5,12 @@ require_relative "i18n/railtie"
5
5
  module TRMNL
6
6
  # Main namespace.
7
7
  module I18n
8
+ def self.load_locales
9
+ Pathname(__dir__).join("i18n", "locales")
10
+ .glob("**/*")
11
+ .select(&:file?)
12
+ .map(&:to_s)
13
+ .then { |paths| ::I18n.load_path.concat paths }
14
+ end
8
15
  end
9
16
  end
data/trmnl-i18n.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "trmnl-i18n"
5
- spec.version = "0.3.0"
5
+ spec.version = "0.4.0"
6
6
  spec.authors = ["TRMNL"]
7
7
  spec.email = ["engineering@usetrmnl.com"]
8
8
  spec.homepage = "https://github.com/usetrmnl/trmnl-i18n"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trmnl-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - TRMNL
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  - !ruby/object:Gem::Version
150
150
  version: '0'
151
151
  requirements: []
152
- rubygems_version: 3.7.0
152
+ rubygems_version: 3.7.1
153
153
  specification_version: 4
154
154
  summary: A collection of TRMNL locales.
155
155
  test_files: []
metadata.gz.sig CHANGED
Binary file