mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Add translation
This commit is contained in:
parent
426bb453d2
commit
1b9cd91782
13 changed files with 13 additions and 1 deletions
|
@ -34,3 +34,4 @@ demo_mode_username: "Demobruger"
|
|||
# share_public: Allow public url for entries
|
||||
# download_images_enabled: Download images locally
|
||||
# restricted_access: Enable authentication for websites with paywall
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ demo_mode_username: "Test-Benutzer"
|
|||
share_public: Erlaube eine öffentliche URL für Einträge
|
||||
# download_images_enabled: Download images locally
|
||||
# restricted_access: Enable authentication for websites with paywall
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ demo_mode_username: "Demo user"
|
|||
share_public: Allow public url for entries
|
||||
download_images_enabled: Download images locally
|
||||
restricted_access: Enable authentication for websites with paywall
|
||||
api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ demo_mode_username: "Nombre de usuario demo"
|
|||
share_public: Permitir URL pública para los artículos
|
||||
download_images_enabled: Descargar imágenes localmente
|
||||
restricted_access: Activar autenticación para websites con paywall
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ modify_settings: "اعمال"
|
|||
# share_public: Allow public url for entries
|
||||
# download_images_enabled: Download images locally
|
||||
# restricted_access: Enable authentication for websites with paywall
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ demo_mode_username: "Utilisateur de la démo"
|
|||
share_public: Autoriser une URL publique pour les articles
|
||||
download_images_enabled: Télécharger les images en local
|
||||
restricted_access: Activer l'authentification pour les articles derrière un paywall
|
||||
api_user_registration: Activer la création de compte depuis l'API
|
||||
|
|
|
@ -34,3 +34,4 @@ demo_mode_username: "Utente Demo"
|
|||
# share_public: Allow public url for entries
|
||||
# download_images_enabled: Download images locally
|
||||
# restricted_access: Enable authentication for websites with paywall
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ demo_mode_username: "Utilizaire de la demostracion"
|
|||
share_public: Autorizar una URL publica pels articles
|
||||
download_images_enabled: Telecargar los imatges en local
|
||||
restricted_access: Activar l'autenticacion pels sites amb peatge
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ demo_mode_username: "Użytkownik Demonstracyjny"
|
|||
share_public: Zezwalaj na publiczny adres url dla wpisow
|
||||
download_images_enabled: Pobierz obrazy lokalnie
|
||||
restricted_access: Włącz autoryzację dla stron z paywallem
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ demo_mode_username: "Usuário demo"
|
|||
# share_public: Allow public url for entries
|
||||
# download_images_enabled: Download images locally
|
||||
# restricted_access: Enable authentication for websites with paywall
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@ modify_settings: "aplică"
|
|||
# share_public: Allow public url for entries
|
||||
# download_images_enabled: Download images locally
|
||||
# restricted_access: Enable authentication for websites with paywall
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -34,3 +34,4 @@
|
|||
# share_public: Allow public url for entries
|
||||
# download_images_enabled: Download images locally
|
||||
# restricted_access: Enable authentication for websites with paywall
|
||||
# api_user_registration: Enable user to be registered using the API
|
||||
|
|
|
@ -51,7 +51,7 @@ class UserRestController extends WallabagRestController
|
|||
|
||||
$userManager = $this->get('fos_user.user_manager');
|
||||
$user = $userManager->createUser();
|
||||
// user will be disabled BY DEFAULT to avoid spamming account to be created
|
||||
// user will be disabled BY DEFAULT to avoid spamming account to be enabled
|
||||
$user->setEnabled(false);
|
||||
|
||||
$form = $this->createForm('Wallabag\UserBundle\Form\NewUserType', $user, [
|
||||
|
|
Loading…
Reference in a new issue