Merge pull request #2824 from wallabag/simplify-strings

Renamed Developer section to API client management
This commit is contained in:
Nicolas Lœuillet 2017-02-02 15:35:22 +01:00 committed by GitHub
commit c7d05059ca
13 changed files with 72 additions and 72 deletions

View File

@ -51,7 +51,7 @@
"symfony/swiftmailer-bundle": "^2.3", "symfony/swiftmailer-bundle": "^2.3",
"symfony/monolog-bundle": "^3.0", "symfony/monolog-bundle": "^3.0",
"sensio/distribution-bundle": "^5.0", "sensio/distribution-bundle": "^5.0",
"sensio/framework-extra-bundle": "^3.0.2", "sensio/framework-extra-bundle": "3.0.19",
"incenteev/composer-parameter-handler": "^2.0", "incenteev/composer-parameter-handler": "^2.0",
"nelmio/cors-bundle": "~1.4.0", "nelmio/cors-bundle": "~1.4.0",
"friendsofsymfony/rest-bundle": "~2.1", "friendsofsymfony/rest-bundle": "~2.1",

View File

@ -25,7 +25,7 @@ menu:
# internal_settings: 'Internal Settings' # internal_settings: 'Internal Settings'
# import: 'Import' # import: 'Import'
howto: 'KUow-to' howto: 'KUow-to'
# developer: 'Developer' # developer: 'API clients management'
logout: 'Log ud' logout: 'Log ud'
about: 'Om' about: 'Om'
search: 'Søg' search: 'Søg'
@ -436,7 +436,7 @@ import:
# how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
# page_title: 'Developer' # page_title: 'API clients management'
# welcome_message: 'Welcome to the wallabag API' # welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation' # documentation: 'Documentation'
# how_to_first_app: 'How to create my first application' # how_to_first_app: 'How to create my first application'
@ -457,7 +457,7 @@ developer:
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client' # action: 'Remove this client'
# client: # client:
# page_title: 'Developer > New client' # page_title: 'API clients management > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form: # form:
# name_label: 'Name of the client' # name_label: 'Name of the client'
@ -465,7 +465,7 @@ developer:
# save_label: 'Create a new client' # save_label: 'Create a new client'
# action_back: 'Back' # action_back: 'Back'
# client_parameter: # client_parameter:
# page_title: 'Developer > Client parameters' # page_title: 'API clients management > Client parameters'
# page_description: 'Here are your client parameters.' # page_description: 'Here are your client parameters.'
# field_name: 'Client name' # field_name: 'Client name'
# field_id: 'Client ID' # field_id: 'Client ID'

View File

@ -25,7 +25,7 @@ menu:
internal_settings: 'Interne Einstellungen' internal_settings: 'Interne Einstellungen'
import: 'Importieren' import: 'Importieren'
howto: 'How-To' howto: 'How-To'
developer: 'Entwickler' developer: 'API-Client-Verwaltung'
logout: 'Abmelden' logout: 'Abmelden'
about: 'Über' about: 'Über'
search: 'Suche' search: 'Suche'
@ -436,7 +436,7 @@ import:
how_to: 'Bitte wähle deinen Pinboard Export aus und klicke den nachfolgenden Button zum Importieren.' how_to: 'Bitte wähle deinen Pinboard Export aus und klicke den nachfolgenden Button zum Importieren.'
developer: developer:
page_title: 'Entwickler' page_title: 'API-Client-Verwaltung'
welcome_message: 'Willkomen zur wallabag API' welcome_message: 'Willkomen zur wallabag API'
documentation: 'Dokumentation' documentation: 'Dokumentation'
how_to_first_app: 'Wie erstelle ich meine erste Anwendung' how_to_first_app: 'Wie erstelle ich meine erste Anwendung'
@ -457,7 +457,7 @@ developer:
warn_message_2: "Wenn du ihn entfernst, hat keine der damit konfigurierten Anwendungen mehr die Möglichkeit, sich in deinen wallabag-Konto anzumelden." warn_message_2: "Wenn du ihn entfernst, hat keine der damit konfigurierten Anwendungen mehr die Möglichkeit, sich in deinen wallabag-Konto anzumelden."
action: 'Client entfernen' action: 'Client entfernen'
client: client:
page_title: 'Entwickler > Neuer Client' page_title: 'API-Client-Verwaltung > Neuer Client'
page_description: 'Du bist dabei, einen neuen Client zu erstellen. Fülle das nachfolgende Feld für die Weiterleitungs-URIs deiner Anwendung aus.' page_description: 'Du bist dabei, einen neuen Client zu erstellen. Fülle das nachfolgende Feld für die Weiterleitungs-URIs deiner Anwendung aus.'
form: form:
name_label: 'Name des Clients' name_label: 'Name des Clients'
@ -465,7 +465,7 @@ developer:
save_label: 'Neuen Client erstellen' save_label: 'Neuen Client erstellen'
action_back: 'Zurück' action_back: 'Zurück'
client_parameter: client_parameter:
page_title: 'Entwickler > Client-Parameter' page_title: 'API-Client-Verwaltung > Client-Parameter'
page_description: 'Dies sind deine Client-Parameter.' page_description: 'Dies sind deine Client-Parameter.'
field_name: 'Client Name' field_name: 'Client Name'
field_id: 'Client-ID' field_id: 'Client-ID'
@ -473,7 +473,7 @@ developer:
back: 'Zurück' back: 'Zurück'
read_howto: 'Lese des How-To zu "Wie erstelle ich meine erste Anwendung"' read_howto: 'Lese des How-To zu "Wie erstelle ich meine erste Anwendung"'
howto: howto:
page_title: 'Entwickler > Wie erstelle ich meine erste Anwendung' page_title: 'API-Client-Verwaltung > Wie erstelle ich meine erste Anwendung'
description: description:
paragraph_1: 'Die folgenden Befehle machen Gebrauch von der <a href="https://github.com/jkbrzt/httpie">HTTPie-Bibliothek</a>. Stelle sicher, dass sie auf deinem System installiert ist, bevor du fortfährst.' paragraph_1: 'Die folgenden Befehle machen Gebrauch von der <a href="https://github.com/jkbrzt/httpie">HTTPie-Bibliothek</a>. Stelle sicher, dass sie auf deinem System installiert ist, bevor du fortfährst.'
paragraph_2: 'Du benötigst einen Token, damit deine Anwendung mit der wallabag-API kommunizieren kann.' paragraph_2: 'Du benötigst einen Token, damit deine Anwendung mit der wallabag-API kommunizieren kann.'

View File

@ -25,7 +25,7 @@ menu:
internal_settings: 'Internal Settings' internal_settings: 'Internal Settings'
import: 'Import' import: 'Import'
howto: 'How to' howto: 'How to'
developer: 'Developer' developer: 'API clients management'
logout: 'Logout' logout: 'Logout'
about: 'About' about: 'About'
search: 'Search' search: 'Search'
@ -436,7 +436,7 @@ import:
how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
page_title: 'Developer' page_title: 'API clients management'
welcome_message: 'Welcome to the wallabag API' welcome_message: 'Welcome to the wallabag API'
documentation: 'Documentation' documentation: 'Documentation'
how_to_first_app: 'How to create my first application' how_to_first_app: 'How to create my first application'
@ -457,7 +457,7 @@ developer:
warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
action: 'Remove the client %name%' action: 'Remove the client %name%'
client: client:
page_title: 'Developer > New client' page_title: 'API clients management > New client'
page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
form: form:
name_label: 'Name of the client' name_label: 'Name of the client'
@ -465,7 +465,7 @@ developer:
save_label: 'Create a new client' save_label: 'Create a new client'
action_back: 'Back' action_back: 'Back'
client_parameter: client_parameter:
page_title: 'Developer > Client parameters' page_title: 'API clients management > Client parameters'
page_description: 'Here are your client parameters.' page_description: 'Here are your client parameters.'
field_name: 'Client name' field_name: 'Client name'
field_id: 'Client ID' field_id: 'Client ID'
@ -473,7 +473,7 @@ developer:
back: 'Back' back: 'Back'
read_howto: 'Read the howto "Create my first application"' read_howto: 'Read the howto "Create my first application"'
howto: howto:
page_title: 'Developer > How to create my first application' page_title: 'API clients management > How to create my first application'
description: description:
paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'

View File

@ -25,7 +25,7 @@ menu:
internal_settings: 'Configuración interna' internal_settings: 'Configuración interna'
import: 'Importar' import: 'Importar'
howto: 'Ayuda' howto: 'Ayuda'
developer: 'Promotor' # developer: 'API clients management'
logout: 'Desconectarse' logout: 'Desconectarse'
about: 'Acerca de' about: 'Acerca de'
search: 'Buscar' search: 'Buscar'
@ -436,7 +436,7 @@ import:
# how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
page_title: 'Promotor' # page_title: 'API clients management'
welcome_message: 'Bienvenido a wallabag API' welcome_message: 'Bienvenido a wallabag API'
documentation: 'Documentación' documentation: 'Documentación'
how_to_first_app: 'Cómo crear mi primera aplicación' how_to_first_app: 'Cómo crear mi primera aplicación'
@ -457,7 +457,7 @@ developer:
warn_message_2: "Si lo elimine, cada aplicación configurada con ese cliente no se puede ser autorizada por su wallbag." warn_message_2: "Si lo elimine, cada aplicación configurada con ese cliente no se puede ser autorizada por su wallbag."
action: 'Quite este cliente' action: 'Quite este cliente'
client: client:
page_title: 'Promotor > Nuevo cliente' # page_title: 'API clients management > Nuevo cliente'
page_description: 'Va a crear un nuevo cliente. Por favor, llene el campo abajo para URI redirigido de su aplicación.' page_description: 'Va a crear un nuevo cliente. Por favor, llene el campo abajo para URI redirigido de su aplicación.'
form: form:
# name_label: 'Name of the client' # name_label: 'Name of the client'
@ -465,7 +465,7 @@ developer:
save_label: 'Crear un nuevo cliente' save_label: 'Crear un nuevo cliente'
action_back: 'Atrás' action_back: 'Atrás'
client_parameter: client_parameter:
page_title: 'Promotor > Parámetros del cliente' # page_title: 'API clients management > Parámetros del cliente'
page_description: 'Aquí hay sus parámetros del cliente.' page_description: 'Aquí hay sus parámetros del cliente.'
# field_name: 'Client name' # field_name: 'Client name'
field_id: 'Identificación del cliente' field_id: 'Identificación del cliente'
@ -473,7 +473,7 @@ developer:
back: 'Atrás' back: 'Atrás'
read_howto: 'Leer el howto "Crear mi primera aplicación"' read_howto: 'Leer el howto "Crear mi primera aplicación"'
howto: howto:
page_title: 'Promotor > Cómo crear mi primera aplicación' # page_title: 'API clients management > Cómo crear mi primera aplicación'
description: description:
paragraph_1: 'Los siguientes comandos se usan el <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Esté seguro de que se instalen en sus sistema antes de usarlos.' paragraph_1: 'Los siguientes comandos se usan el <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Esté seguro de que se instalen en sus sistema antes de usarlos.'
paragraph_2: 'Necesita un token para comunicar entre su tercera aplicación y wallabag API.' paragraph_2: 'Necesita un token para comunicar entre su tercera aplicación y wallabag API.'

View File

@ -25,7 +25,7 @@ menu:
internal_settings: 'تنظیمات درونی' internal_settings: 'تنظیمات درونی'
import: 'درون‌ریزی' import: 'درون‌ریزی'
howto: 'خودآموز' howto: 'خودآموز'
developer: 'سازندگان' # developer: 'API clients management'
logout: 'خروج' logout: 'خروج'
about: 'درباره' about: 'درباره'
search: 'جستجو' search: 'جستجو'
@ -436,7 +436,7 @@ import:
# how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
# page_title: 'Developer' # page_title: 'API clients management'
# welcome_message: 'Welcome to the wallabag API' # welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation' # documentation: 'Documentation'
# how_to_first_app: 'How to create my first application' # how_to_first_app: 'How to create my first application'
@ -457,7 +457,7 @@ developer:
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client' # action: 'Remove this client'
# client: # client:
# page_title: 'Developer > New client' # page_title: 'API clients management > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form: # form:
# name_label: 'Name of the client' # name_label: 'Name of the client'
@ -465,7 +465,7 @@ developer:
# save_label: 'Create a new client' # save_label: 'Create a new client'
# action_back: 'بازگشت' # action_back: 'بازگشت'
# client_parameter: # client_parameter:
# page_title: 'Developer > Client parameters' # page_title: 'API clients management > Client parameters'
# page_description: 'Here are your client parameters.' # page_description: 'Here are your client parameters.'
# field_name: 'Client name' # field_name: 'Client name'
# field_id: 'Client ID' # field_id: 'Client ID'
@ -473,7 +473,7 @@ developer:
# back: 'بازگشت' # back: 'بازگشت'
# read_howto: 'Read the howto "Create my first application"' # read_howto: 'Read the howto "Create my first application"'
# howto: # howto:
# page_title: 'Developer > How to create my first application' # page_title: 'API clients management > How to create my first application'
# description: # description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'

View File

@ -25,7 +25,7 @@ menu:
internal_settings: "Configuration interne" internal_settings: "Configuration interne"
import: "Importer" import: "Importer"
howto: "Aide" howto: "Aide"
developer: "Développeur" developer: "Gestion des clients API"
logout: "Déconnexion" logout: "Déconnexion"
about: "À propos" about: "À propos"
search: "Recherche" search: "Recherche"
@ -338,9 +338,9 @@ quickstart:
admin: admin:
title: "Administration" title: "Administration"
description: "En tant quadministrateur sur wallabag, vous avez des privilèges qui vous permettent de :" description: "En tant quadministrateur sur wallabag, vous avez des privilèges qui vous permettent de :"
new_user: "Créer un nouvel utilisateur" new_user: "Créez un nouvel utilisateur"
analytics: "Configurer les statistiques" analytics: "Configurez les statistiques"
sharing: "Activer des paramètres de partages" sharing: "Activez des paramètres de partage"
export: "Configurer les formats dexport" export: "Configurer les formats dexport"
import: "Configurer limport" import: "Configurer limport"
first_steps: first_steps:
@ -349,22 +349,22 @@ quickstart:
new_article: "Ajoutez votre premier article" new_article: "Ajoutez votre premier article"
unread_articles: "Et rangez-le !" unread_articles: "Et rangez-le !"
migrate: migrate:
title: "Migrer depuis un service existant" title: "Migrez depuis un service existant"
description: "Vous êtes un ancien utilisateur dun service existant ? Nous allons vous aider à récupérer vos données sur wallabag." description: "Vous êtes un ancien utilisateur dun service existant ? Nous allons vous aider à récupérer vos données sur wallabag."
pocket: "Migrer depuis Pocket" pocket: "Migrez depuis Pocket"
wallabag_v1: "Migrer depuis wallabag v1" wallabag_v1: "Migrez depuis wallabag v1"
wallabag_v2: "Migrer depuis wallabag v2" wallabag_v2: "Migrez depuis wallabag v2"
readability: "Migrer depuis Readability" readability: "Migrez depuis Readability"
instapaper: "Migrer depuis Instapaper" instapaper: "Migrez depuis Instapaper"
developer: developer:
title: "Pour les développeurs" title: "Pour les développeurs"
description: "Nous avons aussi pensé aux développeurs : Docker, API, traductions, etc." description: "Nous avons aussi pensé aux développeurs : Docker, API, traductions, etc."
create_application: "Créer votre application tierce" create_application: "Créez votre application tierce"
use_docker: "Utiliser Docker pour installer wallabag" use_docker: "Utilisez Docker pour installer wallabag"
docs: docs:
title: "Documentation complète" title: "Documentation complète"
description: "Il y a tellement de fonctionnalités dans wallabag. Nhésitez pas à lire le manuel pour les connaitre et apprendre comment les utiliser." description: "Il y a tellement de fonctionnalités dans wallabag. Nhésitez pas à lire le manuel pour les connaitre et apprendre comment les utiliser."
annotate: "Annoter votre article" annotate: "Annotez votre article"
export: "Convertissez vos articles en ePub ou en PDF" export: "Convertissez vos articles en ePub ou en PDF"
search_filters: "Apprenez à utiliser le moteur de recherche et les filtres pour retrouver larticle qui vous intéresse" search_filters: "Apprenez à utiliser le moteur de recherche et les filtres pour retrouver larticle qui vous intéresse"
fetching_errors: "Que faire si mon article nest pas correctement récupéré ?" fetching_errors: "Que faire si mon article nest pas correctement récupéré ?"
@ -436,7 +436,7 @@ import:
how_to: "Choisissez le fichier de votre export Pinboard et cliquez sur le bouton ci-dessous pour limporter." how_to: "Choisissez le fichier de votre export Pinboard et cliquez sur le bouton ci-dessous pour limporter."
developer: developer:
page_title: "Développeur" page_title: "Gestion des clients API"
welcome_message: "Bienvenue sur lAPI de wallabag" welcome_message: "Bienvenue sur lAPI de wallabag"
documentation: "Documentation" documentation: "Documentation"
how_to_first_app: "Comment créer votre première application" how_to_first_app: "Comment créer votre première application"
@ -457,7 +457,7 @@ developer:
warn_message_2: "Si vous supprimez le client %name%, toutes les applications qui lutilisaient ne fonctionneront plus avec votre compte wallabag." warn_message_2: "Si vous supprimez le client %name%, toutes les applications qui lutilisaient ne fonctionneront plus avec votre compte wallabag."
action: "Supprimer le client %name%" action: "Supprimer le client %name%"
client: client:
page_title: "Développeur > Nouveau client" page_title: "Gestion des clients API > Nouveau client"
page_description: "Vous allez créer un nouveau client. Merci de remplir ladresse de redirection vers votre application." page_description: "Vous allez créer un nouveau client. Merci de remplir ladresse de redirection vers votre application."
form: form:
name_label: "Nom du client" name_label: "Nom du client"
@ -465,7 +465,7 @@ developer:
save_label: "Créer un nouveau client" save_label: "Créer un nouveau client"
action_back: "Retour" action_back: "Retour"
client_parameter: client_parameter:
page_title: "Développeur > Les paramètres de votre client" page_title: "Gestion des clients API > Les paramètres de votre client"
page_description: "Voilà les paramètres de votre client" page_description: "Voilà les paramètres de votre client"
field_name: "Nom du client" field_name: "Nom du client"
field_id: "ID client" field_id: "ID client"
@ -473,7 +473,7 @@ developer:
back: "Retour" back: "Retour"
read_howto: "Lire « comment créer ma première application »" read_howto: "Lire « comment créer ma première application »"
howto: howto:
page_title: "Développeur > Comment créer votre première application" page_title: "Gestion des clients API > Comment créer votre première application"
description: description:
paragraph_1: "Les commandes suivantes utilisent la <a href=\"https://github.com/jkbrzt/httpie\">librarie HTTPie</a>. Assurez-vous quelle soit installée avant de lutiliser." paragraph_1: "Les commandes suivantes utilisent la <a href=\"https://github.com/jkbrzt/httpie\">librarie HTTPie</a>. Assurez-vous quelle soit installée avant de lutiliser."
paragraph_2: "Vous avez besoin dun token pour échanger entre votre application et lAPI de wallabag." paragraph_2: "Vous avez besoin dun token pour échanger entre votre application et lAPI de wallabag."

View File

@ -25,7 +25,7 @@ menu:
internal_settings: 'Strumenti' internal_settings: 'Strumenti'
import: 'Importa' import: 'Importa'
howto: 'How to' howto: 'How to'
developer: 'Sviluppatori' # developer: 'API clients management'
logout: 'Logout' logout: 'Logout'
about: 'About' about: 'About'
search: 'Cerca' search: 'Cerca'
@ -436,7 +436,7 @@ import:
# how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
page_title: 'Sviluppatori' # page_title: 'API clients management'
welcome_message: 'Benvenuto nelle API di wallabag' welcome_message: 'Benvenuto nelle API di wallabag'
documentation: 'Documentazione' documentation: 'Documentazione'
how_to_first_app: 'Come creare la mia prima applicazione' how_to_first_app: 'Come creare la mia prima applicazione'
@ -457,7 +457,7 @@ developer:
warn_message_2: "Se lo rimuovi, ogni app configurata con questo client non sarà più in grado di autenticarsi." warn_message_2: "Se lo rimuovi, ogni app configurata con questo client non sarà più in grado di autenticarsi."
action: 'Rimuovi questo client' action: 'Rimuovi questo client'
client: client:
page_title: 'Sviluppatori > Nuovo client' # page_title: 'API clients management > Nuovo client'
page_description: 'Stai per creare un nuovo client. Compila i campi sottostanti per il redirect URI della tua applicazione.' page_description: 'Stai per creare un nuovo client. Compila i campi sottostanti per il redirect URI della tua applicazione.'
form: form:
# name_label: 'Name of the client' # name_label: 'Name of the client'
@ -465,7 +465,7 @@ developer:
save_label: 'Crea un nuovo client' save_label: 'Crea un nuovo client'
action_back: 'Indietro' action_back: 'Indietro'
client_parameter: client_parameter:
page_title: 'Sviluppatori > parametri Client' # page_title: 'API clients management > parametri Client'
page_description: 'Questi sono i tuoi parametri del client.' page_description: 'Questi sono i tuoi parametri del client.'
# field_name: 'Client name' # field_name: 'Client name'
field_id: 'Client ID' field_id: 'Client ID'
@ -473,7 +473,7 @@ developer:
back: 'Indietro' back: 'Indietro'
read_howto: 'Leggi howto "Come creare la mia prima applicazione"' read_howto: 'Leggi howto "Come creare la mia prima applicazione"'
howto: howto:
page_title: 'Sviluppatori > Come creare la mia prima applicazione' # page_title: 'API clients management > Come creare la mia prima applicazione'
description: description:
paragraph_1: 'I seguenti comandi fanno uso della <a href="https://github.com/jkbrzt/httpie">libreria HTTPie</a>. Verifica che sia installata sul tuo sistema prima di utilizzarli.' paragraph_1: 'I seguenti comandi fanno uso della <a href="https://github.com/jkbrzt/httpie">libreria HTTPie</a>. Verifica che sia installata sul tuo sistema prima di utilizzarli.'
paragraph_2: 'Hai bisogno di un token per far comunicare la tua applicazione di terze parti e le API di wallabag.' paragraph_2: 'Hai bisogno di un token per far comunicare la tua applicazione di terze parti e le API di wallabag.'

View File

@ -25,7 +25,7 @@ menu:
internal_settings: 'Configuracion interna' internal_settings: 'Configuracion interna'
import: 'Importar' import: 'Importar'
howto: 'Ajuda' howto: 'Ajuda'
developer: 'Desvolopaire' # developer: 'API clients management'
logout: 'Desconnexion' logout: 'Desconnexion'
about: 'A prepaus' about: 'A prepaus'
search: 'Cercar' search: 'Cercar'
@ -436,7 +436,7 @@ import:
# how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
page_title: 'Desvolopaire' # page_title: 'API clients management'
welcome_message: "Benvenguda sus l'API de wallabag" welcome_message: "Benvenguda sus l'API de wallabag"
documentation: 'Documentacion' documentation: 'Documentacion'
how_to_first_app: 'Cossí crear vòstra primièra aplicacion' how_to_first_app: 'Cossí crear vòstra primièra aplicacion'
@ -457,7 +457,7 @@ developer:
warn_message_2: "Se suprimissètz un client, totas las aplicacions que l'emplegan foncionaràn pas mai amb vòstre compte wallabag." warn_message_2: "Se suprimissètz un client, totas las aplicacions que l'emplegan foncionaràn pas mai amb vòstre compte wallabag."
action: 'Suprimir aqueste client' action: 'Suprimir aqueste client'
client: client:
page_title: 'Desvolopaire > Novèl client' # page_title: 'API clients management > Novèl client'
page_description: "Anatz crear un novèl client. Mercés de cumplir l'url de redireccion cap a vòstra aplicacion." page_description: "Anatz crear un novèl client. Mercés de cumplir l'url de redireccion cap a vòstra aplicacion."
form: form:
name_label: "Nom del client" name_label: "Nom del client"
@ -465,7 +465,7 @@ developer:
save_label: 'Crear un novèl client' save_label: 'Crear un novèl client'
action_back: 'Retorn' action_back: 'Retorn'
client_parameter: client_parameter:
page_title: 'Desvolopaire > Los paramètres de vòstre client' # page_title: 'API clients management > Los paramètres de vòstre client'
page_description: 'Vaquí los paramètres de vòstre client' page_description: 'Vaquí los paramètres de vòstre client'
field_name: 'Nom del client' field_name: 'Nom del client'
field_id: 'ID Client' field_id: 'ID Client'
@ -473,7 +473,7 @@ developer:
back: 'Retour' back: 'Retour'
read_howto: 'Legir "cossí crear ma primièra aplicacion"' read_howto: 'Legir "cossí crear ma primièra aplicacion"'
howto: howto:
page_title: 'Desvolopaire > Cossí crear ma primièra aplicacion' # page_title: 'API clients management > Cossí crear ma primièra aplicacion'
description: description:
paragraph_1: "Las comandas seguentas utilizan la <a href=\"https://github.com/jkbrzt/httpie\">bibliotèca HTTPie</a>. Asseguratz-vos que siasqueòu installadas abans de l'utilizar." paragraph_1: "Las comandas seguentas utilizan la <a href=\"https://github.com/jkbrzt/httpie\">bibliotèca HTTPie</a>. Asseguratz-vos que siasqueòu installadas abans de l'utilizar."
paragraph_2: "Vos cal un geton per escambiar entre vòstra aplicacion e l'API de wallabar." paragraph_2: "Vos cal un geton per escambiar entre vòstra aplicacion e l'API de wallabar."

View File

@ -25,7 +25,7 @@ menu:
internal_settings: 'Wewnętrzne ustawienia' internal_settings: 'Wewnętrzne ustawienia'
import: 'Importuj' import: 'Importuj'
howto: 'Howto' howto: 'Howto'
developer: 'Deweloper' developer: 'Zarządzanie klientami API'
logout: 'Wyloguj' logout: 'Wyloguj'
about: 'O nas' about: 'O nas'
search: 'Szukaj' search: 'Szukaj'
@ -436,7 +436,7 @@ import:
how_to: 'Wybierz swój plik eksportu z Pinboard i kliknij poniższy przycisk, aby go załadować.' how_to: 'Wybierz swój plik eksportu z Pinboard i kliknij poniższy przycisk, aby go załadować.'
developer: developer:
page_title: 'Deweloper' page_title: 'Zarządzanie klientami API'
welcome_message: 'Witaj w API wallabag' welcome_message: 'Witaj w API wallabag'
documentation: 'Dokumentacja' documentation: 'Dokumentacja'
how_to_first_app: 'Jak stworzyć moją pierwszą aplikację' how_to_first_app: 'Jak stworzyć moją pierwszą aplikację'
@ -457,7 +457,7 @@ developer:
warn_message_2: "Jeżeli go usuniesz, aplikacje skonfigurowane z tym klientem nię będa w stanie autoryzować twojego wallabag." warn_message_2: "Jeżeli go usuniesz, aplikacje skonfigurowane z tym klientem nię będa w stanie autoryzować twojego wallabag."
action: 'Usuń tego klienta' action: 'Usuń tego klienta'
client: client:
page_title: 'Deweloper > Nowy klient' page_title: 'Zarządzanie klientami API > Nowy klient'
page_description: 'Tworzysz nowego klienta. Wypełnij poniższe pole w celu przekierowania URI twojej aplikacji.' page_description: 'Tworzysz nowego klienta. Wypełnij poniższe pole w celu przekierowania URI twojej aplikacji.'
form: form:
name_label: 'Nazwa klienta' name_label: 'Nazwa klienta'
@ -465,7 +465,7 @@ developer:
save_label: 'Stwórz nowego klienta' save_label: 'Stwórz nowego klienta'
action_back: 'Cofnij' action_back: 'Cofnij'
client_parameter: client_parameter:
page_title: 'Deweloper > Parametry klienta' page_title: 'Zarządzanie klientami API > Parametry klienta'
page_description: 'Tutaj znajdują się parametry klienta.' page_description: 'Tutaj znajdują się parametry klienta.'
field_name: 'Nazwa klienta' field_name: 'Nazwa klienta'
field_id: 'Client ID' field_id: 'Client ID'
@ -473,7 +473,7 @@ developer:
back: 'Cofnij' back: 'Cofnij'
read_howto: 'Przeczytaj jak "Stworzyć moją pierwszą aplikację"' read_howto: 'Przeczytaj jak "Stworzyć moją pierwszą aplikację"'
howto: howto:
page_title: 'Deweloper > Jak stworzyć moją pierwszą aplikację' page_title: 'Zarządzanie klientami API > Jak stworzyć moją pierwszą aplikację'
description: description:
paragraph_1: 'Następujące komendy korzystają <a href="https://github.com/jkbrzt/httpie">Biblioteka HTTPie</a>. Upewnij się, czy zainstalowałeś ją w swoim systemie zanim z niej skorzystasz' paragraph_1: 'Następujące komendy korzystają <a href="https://github.com/jkbrzt/httpie">Biblioteka HTTPie</a>. Upewnij się, czy zainstalowałeś ją w swoim systemie zanim z niej skorzystasz'
paragraph_2: 'Potrzebujesz tokena w celu nawiązania komunikacji między swoją aplikacją a API wallabag.' paragraph_2: 'Potrzebujesz tokena w celu nawiązania komunikacji między swoją aplikacją a API wallabag.'

View File

@ -25,7 +25,7 @@ menu:
internal_settings: 'Configurações Internas' internal_settings: 'Configurações Internas'
import: 'Importar' import: 'Importar'
howto: 'How to' howto: 'How to'
developer: 'Desenvolvedor' # developer: 'API clients management'
logout: 'Sair' logout: 'Sair'
about: 'Sobre' about: 'Sobre'
search: 'Pesquisa' search: 'Pesquisa'
@ -436,7 +436,7 @@ import:
# how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
page_title: 'Desenvolvedor' # page_title: 'API clients management'
welcome_message: 'Bem-vindo a API do wallabag' welcome_message: 'Bem-vindo a API do wallabag'
documentation: 'Documentação' documentation: 'Documentação'
how_to_first_app: 'Como criar minha primeira aplicação' how_to_first_app: 'Como criar minha primeira aplicação'
@ -457,7 +457,7 @@ developer:
warn_message_2: 'Se você remover isso, todo o aplicativo configurado com este cliente não poderá se autenticar no seu wallabag.' warn_message_2: 'Se você remover isso, todo o aplicativo configurado com este cliente não poderá se autenticar no seu wallabag.'
action: 'Remover este cliente' action: 'Remover este cliente'
client: client:
page_title: 'Desenvolvedor > Novo cliente' # page_title: 'API clients management > Novo cliente'
page_description: 'Você está prestes a criar um novo cliente. Por favor preencha o campo abaixo para a URI de redirecionamento de sua aplicação.' page_description: 'Você está prestes a criar um novo cliente. Por favor preencha o campo abaixo para a URI de redirecionamento de sua aplicação.'
form: form:
name_label: 'Nome do cliente' name_label: 'Nome do cliente'
@ -465,7 +465,7 @@ developer:
save_label: 'Criar um novo cliente' save_label: 'Criar um novo cliente'
action_back: 'Voltar' action_back: 'Voltar'
client_parameter: client_parameter:
page_title: 'Desenvolvedor > Parâmetros de clientes' # page_title: 'API clients management > Parâmetros de clientes'
page_description: 'Aqui estão os parâmetros de seus clientes.' page_description: 'Aqui estão os parâmetros de seus clientes.'
field_name: 'Nome do cliente' field_name: 'Nome do cliente'
field_id: 'ID do cliente' field_id: 'ID do cliente'
@ -473,7 +473,7 @@ developer:
back: 'Voltar' back: 'Voltar'
read_howto: 'Leia o how-to "Criar minha primeira aplicação"' read_howto: 'Leia o how-to "Criar minha primeira aplicação"'
howto: howto:
page_title: 'Desenvolvedor > Criar minha primeira aplicação' # page_title: 'API clients management > Criar minha primeira aplicação'
description: description:
paragraph_1: 'Os seguintes comandos fazem uso da <a href="https://github.com/jkbrzt/httpie">biblioteca HTTPie</a>. Tenha certeza que ela está instalada em seu servidor antes de usá-la.' paragraph_1: 'Os seguintes comandos fazem uso da <a href="https://github.com/jkbrzt/httpie">biblioteca HTTPie</a>. Tenha certeza que ela está instalada em seu servidor antes de usá-la.'
paragraph_2: 'Você precisa de um token para a comunicação entre sua aplicação terceira e a API do wallabag.' paragraph_2: 'Você precisa de um token para a comunicação entre sua aplicação terceira e a API do wallabag.'

View File

@ -25,7 +25,7 @@ menu:
# internal_settings: 'Internal Settings' # internal_settings: 'Internal Settings'
# import: 'Import' # import: 'Import'
howto: 'Cum să' howto: 'Cum să'
# developer: 'Developer' # developer: 'API clients management'
logout: 'cum să' logout: 'cum să'
about: 'Despre' about: 'Despre'
search: 'Căutare' search: 'Căutare'
@ -436,7 +436,7 @@ import:
# how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
# page_title: 'Developer' # page_title: 'API clients management'
# welcome_message: 'Welcome to the wallabag API' # welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation' # documentation: 'Documentation'
# how_to_first_app: 'How to create my first application' # how_to_first_app: 'How to create my first application'
@ -457,7 +457,7 @@ developer:
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client' # action: 'Remove this client'
# client: # client:
# page_title: 'Developer > New client' # page_title: 'API clients management > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form: # form:
# name_label: 'Name of the client' # name_label: 'Name of the client'
@ -465,7 +465,7 @@ developer:
# save_label: 'Create a new client' # save_label: 'Create a new client'
# action_back: 'Back' # action_back: 'Back'
# client_parameter: # client_parameter:
# page_title: 'Developer > Client parameters' # page_title: 'API clients management > Client parameters'
# page_description: 'Here are your client parameters.' # page_description: 'Here are your client parameters.'
# field_name: 'Client name' # field_name: 'Client name'
# field_id: 'Client ID' # field_id: 'Client ID'
@ -473,7 +473,7 @@ developer:
# back: 'Back' # back: 'Back'
# read_howto: 'Read the howto "Create my first application"' # read_howto: 'Read the howto "Create my first application"'
# howto: # howto:
# page_title: 'Developer > How to create my first application' # page_title: 'API clients management > How to create my first application'
# description: # description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'

View File

@ -25,7 +25,7 @@ menu:
# internal_settings: 'Internal Settings' # internal_settings: 'Internal Settings'
import: 'İçe Aktar' import: 'İçe Aktar'
howto: 'Yardım' howto: 'Yardım'
# developer: 'Developer' # developer: 'API clients management'
logout: ıkış Yap' logout: ıkış Yap'
about: 'Hakkımızda' about: 'Hakkımızda'
search: 'Ara' search: 'Ara'
@ -436,7 +436,7 @@ import:
# how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
developer: developer:
# page_title: 'Developer' # page_title: 'API clients management'
# welcome_message: 'Welcome to the wallabag API' # welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation' # documentation: 'Documentation'
# how_to_first_app: 'How to create my first application' # how_to_first_app: 'How to create my first application'
@ -457,7 +457,7 @@ developer:
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client' # action: 'Remove this client'
# client: # client:
# page_title: 'Developer > New client' # page_title: 'API clients management > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form: # form:
# name_label: 'Name of the client' # name_label: 'Name of the client'
@ -465,7 +465,7 @@ developer:
# save_label: 'Create a new client' # save_label: 'Create a new client'
# action_back: 'Back' # action_back: 'Back'
# client_parameter: # client_parameter:
# page_title: 'Developer > Client parameters' # page_title: 'API clients management > Client parameters'
# page_description: 'Here are your client parameters.' # page_description: 'Here are your client parameters.'
# field_name: 'Client name' # field_name: 'Client name'
# field_id: 'Client ID' # field_id: 'Client ID'
@ -473,7 +473,7 @@ developer:
# back: 'Back' # back: 'Back'
# read_howto: 'Read the howto "Create my first application"' # read_howto: 'Read the howto "Create my first application"'
# howto: # howto:
# page_title: 'Developer > How to create my first application' # page_title: 'API clients management > How to create my first application'
# description: # description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'