summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/de.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/en.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/es.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/it.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js14
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js14
10 files changed, 140 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js
index c4ee388..07f6e19 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js
@@ -608,6 +608,20 @@ export default {
'node.restart_needed': 'Nach dem Hinzufügen: Gruppenschlüssel initialisieren (meshbay-node gek-init --group <name>).',
'node.no_groups': 'Keine Gruppen auf diesem Node konfiguriert.',
'node.stale': 'nicht auf dem Hub',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
'node.unavailable': 'nicht verfügbar',
'node.files': { one: '1 Datei', other: '{n} Dateien' },
'node.peers': { one: '1 Peer', other: '{n} Peers' },
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
index 16ae3ab..2e5bee3 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
@@ -709,4 +709,18 @@ export default {
'node.detach_confirm': 'Remove "{name}" from this node?',
'node.detached': 'Group removed.',
'node.stale': 'not on hub',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
};
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js
index 88b222d..321ac95 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js
@@ -604,6 +604,20 @@ export default {
'node.restart_needed': 'Después de añadir: inicialice la clave de grupo (meshbay-node gek-init --group <nombre>).',
'node.no_groups': 'No hay grupos configurados en este node.',
'node.stale': 'no está en el hub',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
'node.unavailable': 'no disponible',
'node.files': { one: '1 archivo', other: '{n} archivos' },
'node.peers': { one: '1 par', other: '{n} pares' },
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js
index b08cf28..51360a5 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js
@@ -608,6 +608,20 @@ export default {
'node.restart_needed': 'Après l\'ajout : initialisez la clé de groupe (meshbay-node gek-init --group <name>).',
'node.no_groups': 'Aucun groupe configuré sur ce node.',
'node.stale': 'absent du hub',
+ 'node.settings': 'Paramètres du node',
+ 'node.settings_edit_hint': 'Les modifications sont appliquées immédiatement et sauvegardées dans node.toml.',
+ 'node.settings_save': 'Enregistrer',
+ 'node.settings_saving': 'Enregistrement…',
+ 'node.settings_saved': 'Paramètres enregistrés.',
+ 'node.setting_invite_ttl': 'Durée des invitations',
+ 'node.setting_pair_ttl': 'Durée du code d\'appairage',
+ 'node.setting_device_ttl': 'Durée des demandes d\'appareil',
+ 'node.setting_max_streams': 'Flux vidéo simultanés max',
+ 'node.setting_transcode': 'Transcoder les vidéos incompatibles',
+ 'node.setting_unit_hours': 'heures',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'Activé',
+ 'node.setting_off': 'Désactivé',
'node.unavailable': 'indisponible',
'node.files': {
one: '1 fichier',
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js
index f1e8467..8e53b5a 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js
@@ -606,6 +606,20 @@ export default {
'node.restart_needed': "Dopo l'aggiunta: inizializzi la chiave di gruppo (meshbay-node gek-init --group <nome>).",
'node.no_groups': 'Nessun gruppo configurato su questo node.',
'node.stale': 'non presente sul hub',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
'node.unavailable': 'non disponibile',
'node.files': {
one: '1 file',
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
index 95cc040..b6dc85d 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
@@ -594,6 +594,20 @@ export default {
'node.restart_needed': '追加後、グループ鍵を初期化してください(meshbay-node gek-init --group <name>)。',
'node.no_groups': 'この node にはグループが設定されていません。',
'node.stale': 'hub に未登録',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
'node.unavailable': '利用不可',
'node.files': {
other: '{n} 件のファイル',
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js
index 076aa15..ad086a8 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js
@@ -608,6 +608,20 @@ export default {
'node.restart_needed': 'Na het toevoegen: initialiseer de groepssleutel (meshbay-node gek-init --group <naam>).',
'node.no_groups': 'Geen groepen geconfigureerd op deze node.',
'node.stale': 'niet op hub',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
'node.unavailable': 'niet beschikbaar',
'node.files': {
one: '1 bestand',
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js
index 00ef59e..29d95aa 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js
@@ -627,6 +627,20 @@ export default {
'node.restart_needed': 'Po dodaniu: zainicjalizuj klucz grupy (meshbay-node gek-init --group <nazwa>).',
'node.no_groups': 'Na tym node nie skonfigurowano żadnych grup.',
'node.stale': 'brak na hub',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
'node.unavailable': 'niedostępny',
'node.files': {
one: '{n} plik',
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js
index 7d9173e..93f7198 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js
@@ -605,6 +605,20 @@ export default {
'node.restart_needed': 'Após adicionar: inicialize a chave do grupo (meshbay-node gek-init --group <nome>).',
'node.no_groups': 'Nenhum grupo configurado neste node.',
'node.stale': 'fora do hub',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
'node.unavailable': 'indisponível',
'node.files': { one: '1 arquivo', other: '{n} arquivos' },
'node.peers': { one: '1 par', other: '{n} pares' },
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js
index 74d729e..b8ae04f 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js
@@ -580,6 +580,20 @@ export default {
'node.restart_needed': '添加后请初始化群组密钥(meshbay-node gek-init --group <名称>)。',
'node.no_groups': '此 node 上未配置任何群组。',
'node.stale': '不在 hub 上',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
'node.unavailable': '不可用',
'node.files': {
other: '{n} 个文件',