mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-12 05:27:13 +02:00
Check translations keys in CI (#279)
This commit is contained in:
@ -132,9 +132,6 @@ auth.username: 'Benutzername'
|
||||
auth.password: 'Passwort'
|
||||
auth.register-instead: 'Stattdessen registrieren'
|
||||
auth.login-instead: 'Stattdessen anmelden'
|
||||
auth.github-oauth: 'Mit GitHub-Account fortfahren'
|
||||
auth.gitlab-oauth: 'Mit GitLab-Account fortfahren'
|
||||
auth.gitea-oauth: 'Mit Gitea-Account fortfahren'
|
||||
|
||||
error: 'Fehler'
|
||||
|
@ -157,7 +157,6 @@ admin.delete: Eliminar
|
||||
admin.created_at: Creado
|
||||
|
||||
admin.config-link: Esta configuración puede ser %s por un archivo de configuración YAML y/o variables de entorno.
|
||||
admin.config-link-overridden: sobrescrito
|
||||
admin.disable-signup: Deshabilitar registro
|
||||
admin.disable-signup_help: Prohibir la creación de nuevas cuentas.
|
||||
admin.require-login: Requerir inicio de sesión
|
||||
|
@ -187,7 +187,6 @@ settings.create-password-help: Créer un mot de passe pour se connecter à Openg
|
||||
settings.change-password: Changer le mot de passe
|
||||
settings.change-password-help: Changer le mot de passe pour se connecter à Opengist via HTTP
|
||||
settings.password-label-title: Mot de passe
|
||||
auth.gitlab-oauth: Continuer avec un compte GitLab
|
||||
admin.actions.sync-previews: Synchroniser l'aperçu des gists
|
||||
admin.actions.reset-hooks: Réinitialiser les hooks de Git pour tous les dépôts
|
||||
gist.new.url: URL
|
||||
|
@ -17,8 +17,6 @@ gist.header.clone-http: Clonar via %s
|
||||
gist.header.clone-http-help: Clonar com Git usando autenticação básica HTTP.
|
||||
gist.header.clone-ssh: Clonar via SSH
|
||||
gist.header.clone-ssh-help: Clonar com Git usando uma chave SSH.
|
||||
gist.header.share: Compartilhar
|
||||
gist.header.share-help: Copiar link para compartilhar este gist.
|
||||
gist.header.download-zip: Baixar ZIP
|
||||
|
||||
gist.raw: Bruto
|
||||
@ -157,7 +155,6 @@ admin.delete: Excluir
|
||||
admin.created_at: Criado
|
||||
|
||||
admin.config-link: Esta configuração pode ser %s por um arquivo de configuração YAML e/ou variáveis de ambiente.
|
||||
admin.config-link-overridden: sobrescrito
|
||||
admin.disable-signup: Desabilitar registro
|
||||
admin.disable-signup_help: Proibir a criação de novas contas.
|
||||
admin.require-login: Exigir login
|
||||
|
Reference in New Issue
Block a user