{{ 'settings.title' | tr }}
{{ 'settings.appstoreAccount.title' | tr }}
{{ 'settings.appstoreAccount.description' | tr }}
{{ 'settings.appstoreAccount.email' | tr }}
{{ 'settings.appstoreAccount.cloudronId' | tr }}
{{ subscription.cloudronId }}
{{ 'settings.appstoreAccount.subscription' | tr }}
{{ subscription.plan.name }}
{{ 'settings.appstoreAccount.subscriptionEndsAt' | tr }} {{ (subscription.cancel_at*1000) | prettyShortDate }}
{{ 'settings.timezone.title' | tr }}
{{ timeZone.error }}
{{ 'settings.language.title' | tr }}
{{ 'settings.language.description' | tr }}
{{ 'settings.updates.title' | tr }}
{{ 'settings.updates.currentSchedule' | tr }} {{ prettyAutoUpdateSchedule(updateSchedule.currentPattern) }}
{{ 'settings.updates.version' | tr }}
v{{ config.version }} ({{ config.ubuntuVersion }})
{{ update.message }}
{{ 'settings.privateDockerRegistry.title' | tr }}
{{ 'settings.privateDockerRegistry.server' | tr }}
{{ registryConfig.currentConfig.serverAddress || ('settings.privateDockerRegistry.serverNotSet' | tr) }}
{{ 'settings.privateDockerRegistry.username' | tr }}
{{ registryConfig.currentConfig.username || registryConfig.currentConfig.email || ('settings.privateDockerRegistry.usernameNotSet' | tr) }}