Skip to content

Commit 8b25f43

Browse files
authored
Merge pull request #26 from compgeniuses/UI
UI
2 parents d236387 + 863b330 commit 8b25f43

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

ui/public/i18n/de/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"paperless_admin_password": "Paperless admin password",
1818
"test_field": "Testfeld",
1919
"configure_instance": "Konfiguriere {instance}",
20+
"lets_encrypt": "Lets Encrypt",
21+
"disabled": "Disabled",
22+
"enabled": "Enabled",
23+
"http_to_https": "http2https",
2024
"save": "Speichern",
2125
"title": "Einstellungen"
2226
},

ui/public/i18n/en/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"paperless_admin": "Paperless Admin",
2929
"paperless_admin_password": "Paperless admin password",
3030
"configure_instance": "Configure {instance}",
31+
"lets_encrypt": "Lets Encrypt",
32+
"disabled": "Disabled",
33+
"enabled": "Enabled",
34+
"http_to_https": "http2https",
3135
"save": "Save",
3236
"test_field": "Test field"
3337
},

ui/public/i18n/es/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"settings.paperless_admin_password": "Paperless admin password",
1818
"test_field": "Campo de prueba",
1919
"configure_instance": "Configurar {instance}",
20+
"lets_encrypt": "Lets Encrypt",
21+
"disabled": "Disabled",
22+
"enabled": "Enabled",
23+
"http_to_https": "http2https",
2024
"save": "Guardar",
2125
"title": "Ajustes"
2226
},

ui/public/i18n/eu/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"paperless_admin": "Paperless Admin",
2929
"paperless_admin_password": "Paperless admin password",
3030
"configure_instance": "Configure {instance}",
31+
"lets_encrypt": "Lets Encrypt",
32+
"disabled": "Disabled",
33+
"enabled": "Enabled",
34+
"http_to_https": "http2https",
3135
"save": "Save",
3236
"test_field": "Test field"
3337
},

ui/public/i18n/it/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"save": "Salva",
3030
"title": "Impostazioni",
3131
"configure_instance": "Configura {instance}",
32+
"lets_encrypt": "Lets Encrypt",
33+
"disabled": "Disabled",
34+
"enabled": "Enabled",
35+
"http_to_https": "http2https",
3236
"test_field": "Campo di test"
3337
},
3438
"error": {

0 commit comments

Comments
 (0)