aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.da.yml99
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.de.yml66
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml74
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.es.yml66
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml98
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml68
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.it.yml64
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml44
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml66
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml64
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml98
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml96
12 files changed, 463 insertions, 440 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
index 02dd04f2..adf896ee 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -156,6 +156,7 @@ config:
156 # and: 'One rule AND another' 156 # and: 'One rule AND another'
157 # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 157 # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
158 # notmatches: 'Tests that a <i>subject</i> is not matches a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 158 # notmatches: 'Tests that a <i>subject</i> is not matches a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
159
159entry: 160entry:
160 page_titles: 161 page_titles:
161 # unread: 'Unread entries' 162 # unread: 'Unread entries'
@@ -442,55 +443,55 @@ import:
442 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' 443 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
443 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' 444 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
444 445
445developer: 446apps:
446 # page_title: 'API clients management' 447 # page_title: 'Apps'
447 # welcome_message: 'Welcome to the wallabag API' 448 # allow:
448 # documentation: 'Documentation' 449 # title: 'A new application would like to connect to your account'
449 # how_to_first_app: 'How to create my first application' 450 # permissions:
450 # full_documentation: 'View full API documentation' 451 # read:
451 # list_methods: 'List API methods' 452 # label: 'Read your data'
452 # clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
453 # title: 'Clients' 454 # write:
454 # create_new: 'Create a new client' 455 # label: 'Edit your data'
455 # existing_clients: 456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
456 # title: 'Existing clients' 457 # user:
457 # field_id: 'Client ID' 458 # label: 'Edit your user settings'
458 # field_secret: 'Client secret' 459 # desc: '%name% will be able to manage your user account.'
459 # field_uris: 'Redirect URIs' 460 #featured:
460 # field_grant_types: 'Grant type allowed' 461 # title: 'Featured apps'
461 # no_client: 'No client yet.' 462 #list:
462 # remove: 463 # title: 'Authorized apps'
463 # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 464 #old_clients:
464 # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 465 # create_new: 'Create a new client'
465 # action: 'Remove this client' 466 # title: 'Old clients (depreciated)'
466 # client: 467 # list: 'Old clients list'
467 # page_title: 'API clients management > New client' 468 # field_id: 'Client ID'
468 # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 469 # field_secret: 'Client secret'
469 # form: 470 # no_client: 'No client yet.'
470 # name_label: 'Name of the client' 471 #remove:
471 # redirect_uris_label: 'Redirect URIs' 472 # warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
472 # save_label: 'Create a new client' 473 # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
473 # action_back: 'Back' 474 # action: 'Remove the client %name%'
474 # client_parameter: 475 #old_client:
475 # page_title: 'API clients management > Client parameters' 476 # page_title: 'Apps > New client'
476 # page_description: 'Here are your client parameters.' 477 # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
477 # field_name: 'Client name' 478 # form:
478 # field_id: 'Client ID' 479 # name_label: 'Name of the client'
479 # field_secret: 'Client secret' 480 # save_label: 'Create a new client'
480 # back: 'Back' 481 # action_back: 'Back'
481 # read_howto: 'Read the howto "Create my first application"' 482 # parameters:
482 # howto: 483 # page_title: 'Apps > Client parameters'
483 # page_title: 'Developer > How to create my first application' 484 # page_description: 'Here are your client parameters.'
484 # description: 485 # field_name: 'Client name'
485 # 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.' 486 # field_id: 'Client ID'
486 # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' 487 # field_secret: 'Client secret'
487 # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' 488 # back: 'Back'
488 # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' 489 # app:
489 # paragraph_5: 'The API will return a response like this:' 490 # created_at: 'Created at: %date%'
490 # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' 491 # documentation:
491 # paragraph_7: 'This call will return all the entries for your user.' 492 # title: 'Documentation'
492 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 493 # full_documentation: 'Full documentation'
493 # back: 'Back' 494 # list_methods: 'List API methods'
494 495
495user: 496user:
496 # page_title: Users management 497 # page_title: Users management
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
index f6ccdae0..17b8297f 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
@@ -443,55 +443,55 @@ import:
443 description: 'Dieser Import wird all deine Pinboard Artikel importieren. Auf der Seite Backup (https://pinboard.in/settings/backup) klickst du auf "JSON" in dem Abschnitt "Lesezeichen". Eine JSON Datei wird dann heruntergeladen (z.B. "pinboard_export").' 443 description: 'Dieser Import wird all deine Pinboard Artikel importieren. Auf der Seite Backup (https://pinboard.in/settings/backup) klickst du auf "JSON" in dem Abschnitt "Lesezeichen". Eine JSON Datei wird dann heruntergeladen (z.B. "pinboard_export").'
444 how_to: 'Bitte wähle deinen Pinboard Export aus und klicke den nachfolgenden Button zum Importieren.' 444 how_to: 'Bitte wähle deinen Pinboard Export aus und klicke den nachfolgenden Button zum Importieren.'
445 445
446developer: 446apps:
447 page_title: 'API-Client-Verwaltung' 447 page_title: 'API-Client-Verwaltung'
448 welcome_message: 'Willkomen zur wallabag API' 448 # allow:
449 documentation: 'Dokumentation' 449 # title: 'A new application would like to connect to your account'
450 how_to_first_app: 'Wie erstelle ich meine erste Anwendung' 450 # permissions:
451 full_documentation: 'Komplette API-Dokumentation einsehen' 451 # read:
452 list_methods: 'Liste der API-Methoden' 452 # label: 'Read your data'
453 clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 title: 'Clients' 454 # write:
455 # label: 'Edit your data'
456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 # user:
458 # label: 'Edit your user settings'
459 # desc: '%name% will be able to manage your user account.'
460 featured:
461 # title: 'Featured apps'
462 list:
463 # title: 'Authorized apps'
464 old_clients:
455 create_new: 'Neuen Client erstellen' 465 create_new: 'Neuen Client erstellen'
456 existing_clients:
457 title: 'Bestehende Clients' 466 title: 'Bestehende Clients'
467 list: 'Clients'
458 field_id: 'Client-ID' 468 field_id: 'Client-ID'
459 field_secret: 'Client-Secret' 469 field_secret: 'Client-Secret'
460 field_uris: 'Weiterleitungs-URIs'
461 field_grant_types: "Erlaubte grant_types"
462 no_client: 'Bisher kein Client.' 470 no_client: 'Bisher kein Client.'
463 remove: 471 remove:
464 warn_message_1: 'Du hast die Möglichkeit, diesen Client zu entfernen. DIESE AKTION IST NICHT WIDERRUFBAR!' 472 warn_message_1: 'Du hast die Möglichkeit, diesen Client zu entfernen. DIESE AKTION IST NICHT WIDERRUFBAR!'
465 warn_message_2: "Wenn du ihn entfernst, hat keine der damit konfigurierten Anwendungen mehr die Möglichkeit, sich in deinen wallabag-Konto anzumelden." 473 warn_message_2: "Wenn du ihn entfernst, hat keine der damit konfigurierten Anwendungen mehr die Möglichkeit, sich in deinen wallabag-Konto anzumelden."
466 action: 'Client entfernen' 474 action: 'Client entfernen'
467 client: 475 old_client:
468 page_title: 'API-Client-Verwaltung > Neuer Client' 476 page_title: 'API-Client-Verwaltung > Neuer Client'
469 page_description: 'Du bist dabei, einen neuen Client zu erstellen. Fülle das nachfolgende Feld für die Weiterleitungs-URIs deiner Anwendung aus.' 477 page_description: 'Du bist dabei, einen neuen Client zu erstellen. Fülle das nachfolgende Feld für die Weiterleitungs-URIs deiner Anwendung aus.'
470 form: 478 form:
471 name_label: 'Name des Clients' 479 name_label: 'Name des Clients'
472 redirect_uris_label: 'Weiterleitungs-URIs'
473 save_label: 'Neuen Client erstellen' 480 save_label: 'Neuen Client erstellen'
474 action_back: 'Zurück' 481 action_back: 'Zurück'
475 client_parameter: 482 parameters:
476 page_title: 'API-Client-Verwaltung > Client-Parameter' 483 page_title: 'API-Client-Verwaltung > Client-Parameter'
477 page_description: 'Dies sind deine Client-Parameter.' 484 page_description: 'Dies sind deine Client-Parameter.'
478 field_name: 'Client Name' 485 field_name: 'Client Name'
479 field_id: 'Client-ID' 486 field_id: 'Client-ID'
480 field_secret: 'Client-Secret' 487 field_secret: 'Client-Secret'
481 back: 'Zurück' 488 back: 'Zurück'
482 read_howto: 'Lese des How-To zu "Wie erstelle ich meine erste Anwendung"' 489 app:
483 howto: 490 # created_at: 'Created at: %date%'
484 page_title: 'API-Client-Verwaltung > Wie erstelle ich meine erste Anwendung' 491 documentation:
485 description: 492 title: 'Dokumentation'
486 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.' 493 full_documentation: 'Komplette API-Dokumentation einsehen'
487 paragraph_2: 'Du benötigst einen Token, damit deine Anwendung mit der wallabag-API kommunizieren kann.' 494 list_methods: 'Liste der API-Methoden'
488 paragraph_3: 'Um diesen Token zu erstellen, muss <a href="%link%">ein neuer Client erstellt werden</a>.'
489 paragraph_4: 'Nun erstelle deinen Token (ersetze client_id, client_secret, username und password mit deinen Werten):'
490 paragraph_5: 'Die API wird eine Antwort der folgenden Art zurückgeben:'
491 paragraph_6: 'Der access_token ist nützlich, um die API aufzurufen. Beispiel:'
492 paragraph_7: 'Dieser Aufruf wird alle Einträge für den Nutzer zurückgeben.'
493 paragraph_8: 'Wenn du alle API-Endpunkte sehen willst, werfe einen Blick auf die <a href="%link%">API-Dokumentation</a>.'
494 back: 'Zurück'
495 495
496user: 496user:
497 page_title: Benutzerverwaltung 497 page_title: Benutzerverwaltung
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 902c3046..c78228e0 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -25,7 +25,7 @@ menu:
25 internal_settings: 'Internal Settings' 25 internal_settings: 'Internal Settings'
26 import: 'Import' 26 import: 'Import'
27 howto: 'How to' 27 howto: 'How to'
28 developer: 'API clients management' 28 apps: 'Apps'
29 logout: 'Logout' 29 logout: 'Logout'
30 about: 'About' 30 about: 'About'
31 search: 'Search' 31 search: 'Search'
@@ -443,55 +443,55 @@ import:
443 description: 'This importer will import all your Pinboard articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' 443 description: 'This importer will import all your Pinboard articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
444 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' 444 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
445 445
446developer: 446apps:
447 page_title: 'API clients management' 447 page_title: 'Apps'
448 welcome_message: 'Welcome to the wallabag API' 448 allow:
449 documentation: 'Documentation' 449 title: 'A new application would like to connect to your account'
450 how_to_first_app: 'How to create my first application' 450 permissions:
451 full_documentation: 'View full API documentation' 451 read:
452 list_methods: 'List API methods' 452 label: 'Read your data'
453 clients: 453 desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 title: 'Clients' 454 write:
455 label: 'Edit your data'
456 desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 user:
458 label: 'Edit your user settings'
459 desc: '%name% will be able to manage your user account.'
460 featured:
461 title: 'Featured apps'
462 list:
463 title: 'Authorized apps'
464 old_clients:
455 create_new: 'Create a new client' 465 create_new: 'Create a new client'
456 existing_clients: 466 title: 'Old clients (depreciated)'
457 title: 'Existing clients' 467 list: 'Old clients list'
458 field_id: 'Client ID' 468 field_id: 'Client ID'
459 field_secret: 'Client secret' 469 field_secret: 'Client secret'
460 field_uris: 'Redirect URIs'
461 field_grant_types: 'Grant type allowed'
462 no_client: 'No client yet.' 470 no_client: 'No client yet.'
463 remove: 471 remove:
464 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !' 472 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
465 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 473 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
466 action: 'Remove the client %name%' 474 action: 'Remove the client %name%'
467 client: 475 old_client:
468 page_title: 'API clients management > New client' 476 page_title: 'Apps > New client'
469 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 477 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
470 form: 478 form:
471 name_label: 'Name of the client' 479 name_label: 'Name of the client'
472 redirect_uris_label: 'Redirect URIs (optional)'
473 save_label: 'Create a new client' 480 save_label: 'Create a new client'
474 action_back: 'Back' 481 action_back: 'Back'
475 client_parameter: 482 parameters:
476 page_title: 'API clients management > Client parameters' 483 page_title: 'Apps > Client parameters'
477 page_description: 'Here are your client parameters.' 484 page_description: 'Here are your client parameters.'
478 field_name: 'Client name' 485 field_name: 'Client name'
479 field_id: 'Client ID' 486 field_id: 'Client ID'
480 field_secret: 'Client secret' 487 field_secret: 'Client secret'
481 back: 'Back' 488 back: 'Back'
482 read_howto: 'Read the howto "Create my first application"' 489 app:
483 howto: 490 created_at: 'Created at: %date%'
484 page_title: 'API clients management > How to create my first application' 491 documentation:
485 description: 492 title: 'Documentation'
486 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.' 493 full_documentation: 'Full documentation'
487 paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' 494 list_methods: 'List API methods'
488 paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
489 paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
490 paragraph_5: 'The API will return a response like this:'
491 paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
492 paragraph_7: 'This call will return all the entries for your user.'
493 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
494 back: 'Back'
495 495
496user: 496user:
497 page_title: Users management 497 page_title: Users management
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
index afd6a7b1..36dd6016 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -443,55 +443,55 @@ import:
443 description: 'Importa todos tus artículos de Pinboard. En la página de backup (https://pinboard.in/settings/backup), haz clic en "JSON" en la sección "Marcadores". Obtendrás un archivo JSON llamado "pinboard_export".' 443 description: 'Importa todos tus artículos de Pinboard. En la página de backup (https://pinboard.in/settings/backup), haz clic en "JSON" en la sección "Marcadores". Obtendrás un archivo JSON llamado "pinboard_export".'
444 how_to: 'Seleccione el archivo exportado de Pinboard y haga clic en el botón para subirlo e importarlo.' 444 how_to: 'Seleccione el archivo exportado de Pinboard y haga clic en el botón para subirlo e importarlo.'
445 445
446developer: 446apps:
447 page_title: 'Gestión de clientes API' 447 page_title: 'Gestión de clientes API'
448 welcome_message: 'Bienvenido al API de wallabag' 448 # allow:
449 documentation: 'Documentación' 449 # title: 'A new application would like to connect to your account'
450 how_to_first_app: 'Cómo crear mi primera aplicación' 450 # permissions:
451 full_documentation: 'Ver documentación completa del API' 451 # read:
452 list_methods: 'Lista con los métodos del API' 452 # label: 'Read your data'
453 clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 title: 'Clientes' 454 # write:
455 # label: 'Edit your data'
456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 # user:
458 # label: 'Edit your user settings'
459 # desc: '%name% will be able to manage your user account.'
460 featured:
461 # title: 'Featured apps'
462 list:
463 # title: 'Authorized apps'
464 old_clients:
455 create_new: 'Crear un nuevo cliente' 465 create_new: 'Crear un nuevo cliente'
456 existing_clients:
457 title: 'Clientes existentes' 466 title: 'Clientes existentes'
467 list: 'Clientes'
458 field_id: 'Identificador del cliente' 468 field_id: 'Identificador del cliente'
459 field_secret: 'Secreto del cliente' 469 field_secret: 'Secreto del cliente'
460 field_uris: 'URIs de redirección'
461 field_grant_types: 'Permisos concedidos'
462 no_client: 'Todavía no hay clientes.' 470 no_client: 'Todavía no hay clientes.'
463 remove: 471 remove:
464 warn_message_1: 'Tienes permiso para eliminar el cliente %name%. ¡Está acción es IRREVERSIBLE!' 472 warn_message_1: 'Tienes permiso para eliminar el cliente %name%. ¡Está acción es IRREVERSIBLE!'
465 warn_message_2: "Si lo eliminas, cada aplicación configurada con ese cliente no podrá autenticarse en wallabag." 473 warn_message_2: "Si lo eliminas, cada aplicación configurada con ese cliente no podrá autenticarse en wallabag."
466 action: 'Eliminar el cliente %name%' 474 action: 'Eliminar el cliente %name%'
467 client: 475 old_client:
468 page_title: 'Gestión de clientes API > Nuevo cliente' 476 page_title: 'Gestión de clientes API > Nuevo cliente'
469 page_description: 'Está a punto de crear un nuevo cliente. Por favor, rellene el campo de abajo con la URI de redirección de su aplicación.' 477 page_description: 'Está a punto de crear un nuevo cliente. Por favor, rellene el campo de abajo con la URI de redirección de su aplicación.'
470 form: 478 form:
471 name_label: 'Nombre del cliente' 479 name_label: 'Nombre del cliente'
472 redirect_uris_label: 'URIs de redirección'
473 save_label: 'Crear un nuevo cliente' 480 save_label: 'Crear un nuevo cliente'
474 action_back: 'Volver' 481 action_back: 'Volver'
475 client_parameter: 482 parameters:
476 page_title: 'Gestión de clientes API > Parámetros del cliente' 483 page_title: 'Gestión de clientes API > Parámetros del cliente'
477 page_description: 'Aquí están los parámetros del cliente.' 484 page_description: 'Aquí están los parámetros del cliente.'
478 field_name: 'Nombre del cliente' 485 field_name: 'Nombre del cliente'
479 field_id: 'Identificador del cliente' 486 field_id: 'Identificador del cliente'
480 field_secret: 'Secreto del cliente' 487 field_secret: 'Secreto del cliente'
481 back: 'Volver' 488 back: 'Volver'
482 read_howto: 'Lea la guía "Crear mi primera aplicación"' 489 app:
483 howto: 490 # created_at: 'Created at: %date%'
484 page_title: 'Gestión de clientes API > Cómo crear mi primera aplicación' 491 documentation:
485 description: 492 title: 'Documentación'
486 paragraph_1: 'Los siguientes comandos hacen uso de la <a href="https://github.com/jkbrzt/httpie">biblioteca HTTPie</a>. Compruebe que está instalada en su sistema antes de usarla.' 493 full_documentation: 'Ver documentación completa del API'
487 paragraph_2: 'Necesitas un token para establecer la comunicación entre una aplicación de terceros y la API de wallabag.' 494 list_methods: 'Lista con los métodos del API'
488 paragraph_3: 'Para crear este token, necesitas <a href="%link%">crear un nuevo cliente</a>.'
489 paragraph_4: 'Ahora crea tu token (reemplace client_id, client_secret, username y password con los valores generados):'
490 paragraph_5: 'Este API devolverá una respuesta como esta:'
491 paragraph_6: 'El access_token es útil para llamar a los métodos del API. Por ejemplo:'
492 paragraph_7: 'Esta llamada devolverá todos los artículos de tu usuario.'
493 paragraph_8: 'Si quiere ver todos los métodos del API, puede verlos en <a href="%link%">nuestra documentación del API</a>.'
494 back: 'Volver'
495 495
496user: 496user:
497 page_title: Gestión de usuarios 497 page_title: Gestión de usuarios
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
index 545514b3..e399c199 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
@@ -443,55 +443,55 @@ import:
443 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' 443 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
444 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' 444 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
445 445
446developer: 446apps:
447 # page_title: 'API clients management' 447 # page_title: 'Apps'
448 # welcome_message: 'Welcome to the wallabag API' 448 # allow:
449 # documentation: 'Documentation' 449 # title: 'A new application would like to connect to your account'
450 # how_to_first_app: 'How to create my first application' 450 # permissions:
451 # full_documentation: 'View full API documentation' 451 # read:
452 # list_methods: 'List API methods' 452 # label: 'Read your data'
453 # clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 # title: 'Clients' 454 # write:
455 # create_new: 'Create a new client' 455 # label: 'Edit your data'
456 # existing_clients: 456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 # title: 'Existing clients' 457 # user:
458 # field_id: 'Client ID' 458 # label: 'Edit your user settings'
459 # field_secret: 'Client secret' 459 # desc: '%name% will be able to manage your user account.'
460 # field_uris: 'Redirect URIs' 460 #featured:
461 # field_grant_types: 'Grant type allowed' 461 # title: 'Featured apps'
462 # no_client: 'No client yet.' 462 #list:
463 # remove: 463 # title: 'Authorized apps'
464 # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 464 #old_clients:
465 # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 465 # create_new: 'Create a new client'
466 # action: 'Remove this client' 466 # title: 'Old clients (depreciated)'
467 # client: 467 # list: 'Old clients list'
468 # page_title: 'API clients management > New client' 468 # field_id: 'Client ID'
469 # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 469 # field_secret: 'Client secret'
470 # form: 470 # no_client: 'No client yet.'
471 # name_label: 'Name of the client' 471 #remove:
472 # redirect_uris_label: 'Redirect URIs' 472 # warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
473 # save_label: 'Create a new client' 473 # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
474 # action_back: 'بازگشت' 474 # action: 'Remove the client %name%'
475 # client_parameter: 475 #old_client:
476 # page_title: 'API clients management > Client parameters' 476 # page_title: 'Apps > New client'
477 # page_description: 'Here are your client parameters.' 477 # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
478 # field_name: 'Client name' 478 # form:
479 # field_id: 'Client ID' 479 # name_label: 'Name of the client'
480 # field_secret: 'Client secret' 480 # save_label: 'Create a new client'
481 # back: 'بازگشت' 481 # action_back: 'Back'
482 # read_howto: 'Read the howto "Create my first application"' 482 # parameters:
483 # howto: 483 # page_title: 'Apps > Client parameters'
484 # page_title: 'API clients management > How to create my first application' 484 # page_description: 'Here are your client parameters.'
485 # description: 485 # field_name: 'Client name'
486 # 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.' 486 # field_id: 'Client ID'
487 # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' 487 # field_secret: 'Client secret'
488 # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' 488 # back: 'Back'
489 # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' 489 # app:
490 # paragraph_5: 'The API will return a response like this:' 490 # created_at: 'Created at: %date%'
491 # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' 491 # documentation:
492 # paragraph_7: 'This call will return all the entries for your user.' 492 # title: 'Documentation'
493 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 493 # full_documentation: 'Full documentation'
494 # back: 'بازگشت' 494 # list_methods: 'List API methods'
495 495
496user: 496user:
497 # page_title: Users management 497 # page_title: Users management
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
index e9e79c67..e3967960 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -443,55 +443,55 @@ import:
443 description: "Sur la page « Backup » (https://pinboard.in/settings/backup), cliquez sur « JSON » dans la section « Bookmarks ». Un fichier json (sans extension) sera téléchargé (« pinboard_export »)." 443 description: "Sur la page « Backup » (https://pinboard.in/settings/backup), cliquez sur « JSON » dans la section « Bookmarks ». Un fichier json (sans extension) sera téléchargé (« pinboard_export »)."
444 how_to: "Choisissez le fichier de votre export Pinboard et cliquez sur le bouton ci-dessous pour l’importer." 444 how_to: "Choisissez le fichier de votre export Pinboard et cliquez sur le bouton ci-dessous pour l’importer."
445 445
446developer: 446apps:
447 page_title: "Gestion des clients API" 447 page_title: "Gestion des clients API"
448 welcome_message: "Bienvenue sur l’API de wallabag" 448 allow:
449 documentation: "Documentation" 449 title: 'Une nouvelle application voudrait accéder à votre compte'
450 how_to_first_app: "Comment créer votre première application" 450 permissions:
451 full_documentation: "Voir la documentation complète de l’API" 451 read:
452 list_methods: "Lister toutes les méthodes de l’API" 452 label: 'Lire vos données'
453 clients: 453 desc: '%name% pourra accéder à la liste et au contenu de vos articles, tags et annotations.'
454 title: "Clients" 454 write:
455 label: 'Modifier vos données'
456 desc: '%name% pourra modifier et gérer (y compris supprimer) vos articles, tags et annotations.'
457 user:
458 label: 'Modifier votre compte utilisateur'
459 desc: '%name% pourra modifier les détails de votre compte utilisateur.'
460 featured:
461 title: 'Applications mises en avant'
462 list:
463 title: 'Applications autorisées'
464 old_clients:
455 create_new: "Créer un nouveau client" 465 create_new: "Créer un nouveau client"
456 existing_clients: 466 title: "Clients existants (déprécié)"
457 title: "Les clients existants" 467 list: "Liste des clients"
458 field_id: "ID Client" 468 field_id: "ID Client"
459 field_secret: "Clé secrète" 469 field_secret: "Clé secrète"
460 field_uris: "Adresse de redirection"
461 field_grant_types: "Type de privilège accordé"
462 no_client: "Aucun client pour le moment" 470 no_client: "Aucun client pour le moment"
463 remove: 471 remove:
464 warn_message_1: "Vous avez la possibilité de supprimer le client %name%. Cette action est IRRÉVERSIBLE !" 472 warn_message_1: "Vous avez la possibilité de supprimer le client %name%. Cette action est IRRÉVERSIBLE !"
465 warn_message_2: "Si vous supprimez le client %name%, toutes les applications qui l’utilisaient ne fonctionneront plus avec votre compte wallabag." 473 warn_message_2: "Si vous supprimez le client %name%, toutes les applications qui l’utilisaient ne fonctionneront plus avec votre compte wallabag."
466 action: "Supprimer le client %name%" 474 action: "Supprimer le client %name%"
467 client: 475 old_client:
468 page_title: "Gestion des clients API > Nouveau client" 476 page_title: "Gestion des clients API > Nouveau client"
469 page_description: "Vous allez créer un nouveau client. Merci de remplir l’adresse de redirection vers votre application." 477 page_description: "Vous allez créer un nouveau client. Merci de remplir l’adresse de redirection vers votre application."
470 form: 478 form:
471 name_label: "Nom du client" 479 name_label: "Nom du client"
472 redirect_uris_label: "Adresses de redirection (optionnel)"
473 save_label: "Créer un nouveau client" 480 save_label: "Créer un nouveau client"
474 action_back: "Retour" 481 action_back: "Retour"
475 client_parameter: 482 parameters:
476 page_title: "Gestion des clients API > Les paramètres de votre client" 483 page_title: "Gestion des clients API > Les paramètres de votre client"
477 page_description: "Voilà les paramètres de votre client" 484 page_description: "Voilà les paramètres de votre client"
478 field_name: "Nom du client" 485 field_name: "Nom du client"
479 field_id: "ID client" 486 field_id: "ID client"
480 field_secret: "Clé secrète" 487 field_secret: "Clé secrète"
481 back: "Retour" 488 back: "Retour"
482 read_howto: "Lire « comment créer ma première application »" 489 app:
483 howto: 490 created_at: 'Créé le : %date%'
484 page_title: "Gestion des clients API > Comment créer votre première application" 491 documentation:
485 description: 492 title: "Documentation"
486 paragraph_1: "Les commandes suivantes utilisent la <a href=\"https://github.com/jkbrzt/httpie\">librarie HTTPie</a>. Assurez-vous qu’elle soit installée avant de l’utiliser." 493 full_documentation: "Voir la documentation complète de l’API"
487 paragraph_2: "Vous avez besoin d’un token pour échanger entre votre application et l’API de wallabag." 494 list_methods: "Lister toutes les méthodes de l’API"
488 paragraph_3: "Pour créer un token, vous devez <a href=\"%link%\">créer un nouveau client</a>."
489 paragraph_4: "Maintenant créez votre token (remplacer client_id, client_secret, username et password avec les bonnes valeurs):"
490 paragraph_5: "L’API vous retournera une réponse comme ça :"
491 paragraph_6: "L’access_token doit être utilisé pour faire un appel à l’API. Par exemple :"
492 paragraph_7: "Cet appel va retourner tous les articles de l’utilisateur."
493 paragraph_8: "Si vous voulez toutes les méthodes de l’API, jetez un oeil <a href=\"%link%\">à la documentation de l’API</a>."
494 back: "Retour"
495 495
496user: 496user:
497 page_title: "Gestion des utilisateurs" 497 page_title: "Gestion des utilisateurs"
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
index 0597d3e3..504f990f 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
@@ -443,18 +443,28 @@ import:
443 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' 443 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
444 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' 444 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
445 445
446developer: 446apps:
447 # page_title: 'API clients management' 447 # page_title: 'API clients management'
448 welcome_message: 'Benvenuto nelle API di wallabag' 448 # allow:
449 documentation: 'Documentazione' 449 # title: 'A new application would like to connect to your account'
450 how_to_first_app: 'Come creare la mia prima applicazione' 450 # permissions:
451 full_documentation: 'Consulta la documentazione API completa' 451 # read:
452 list_methods: 'Elenco dei metodi API' 452 # label: 'Read your data'
453 clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 title: 'Client' 454 # write:
455 # label: 'Edit your data'
456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 # user:
458 # label: 'Edit your user settings'
459 # desc: '%name% will be able to manage your user account.'
460 #featured:
461 # title: 'Featured apps'
462 #list:
463 # title: 'Authorized apps'
464 old_clients:
455 create_new: 'Crea un nuovo client' 465 create_new: 'Crea un nuovo client'
456 existing_clients:
457 title: 'Client esistenti' 466 title: 'Client esistenti'
467 list: 'Client'
458 field_id: 'Client ID' 468 field_id: 'Client ID'
459 field_secret: 'Client secret' 469 field_secret: 'Client secret'
460 field_uris: 'URI di reindirizzamento' 470 field_uris: 'URI di reindirizzamento'
@@ -464,34 +474,26 @@ developer:
464 warn_message_1: "Hai la possibilità di rimuovere questo client. L'operazione è IRREVERSIBILE!" 474 warn_message_1: "Hai la possibilità di rimuovere questo client. L'operazione è IRREVERSIBILE!"
465 warn_message_2: "Se lo rimuovi, ogni app configurata con questo client non sarà più in grado di autenticarsi." 475 warn_message_2: "Se lo rimuovi, ogni app configurata con questo client non sarà più in grado di autenticarsi."
466 action: 'Rimuovi questo client' 476 action: 'Rimuovi questo client'
467 client: 477 old_client:
468 # page_title: 'API clients management > Nuovo client' 478 # page_title: 'API clients management > Nuovo client'
469 page_description: 'Stai per creare un nuovo client. Compila i campi sottostanti per lo URI di reindirizzamento della tua applicazione.' 479 page_description: 'Stai per creare un nuovo client. Compila i campi sottostanti per lo URI di reindirizzamento della tua applicazione.'
470 form: 480 form:
471 # name_label: 'Name of the client' 481 # name_label: 'Name of the client'
472 redirect_uris_label: 'URI di reindirizzamento'
473 save_label: 'Crea un nuovo client' 482 save_label: 'Crea un nuovo client'
474 action_back: 'Indietro' 483 action_back: 'Indietro'
475 client_parameter: 484 parameters:
476 # page_title: 'API clients management > parametri Client' 485 # page_title: 'API clients management > parametri Client'
477 page_description: 'Questi sono i tuoi parametri del client.' 486 page_description: 'Questi sono i tuoi parametri del client.'
478 # field_name: 'Client name' 487 # field_name: 'Client name'
479 field_id: 'Client ID' 488 field_id: 'Client ID'
480 field_secret: 'Client secret' 489 field_secret: 'Client secret'
481 back: 'Indietro' 490 back: 'Indietro'
482 read_howto: 'Leggi "Come creare la mia prima applicazione"' 491 # app:
483 howto: 492 # created_at: 'Created at: %date%'
484 # page_title: 'API clients management > Come creare la mia prima applicazione' 493 documentation:
485 description: 494 title: 'Documentazione'
486 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.' 495 full_documentation: 'Consulta la documentazione API completa'
487 paragraph_2: 'Hai bisogno di un token per far comunicare la tua applicazione di terze parti e le API di wallabag.' 496 list_methods: 'Elenco dei metodi API'
488 paragraph_3: 'Per creare questo token, hai bisogno di <a href="%link%">creare un nuovo client</a>.'
489 paragraph_4: 'Ora, crea il tuo token (sostituisci client_id, client_secret, username e password con valori reali):'
490 paragraph_5: 'Le API ritorneranno una risposta di questo tipo:'
491 paragraph_6: "L'access_token è utile per chiamare un API endpoint. Per esempio:"
492 paragraph_7: 'Questa chiamata ritornerà tutti i contenuti per il tuo utente.'
493 paragraph_8: 'Se vuoi visualizzare tutti gli API endpoints, dai una occhiata alla <a href="%link%">documentazione delle API</a>.'
494 back: 'Indietro'
495 497
496user: 498user:
497 # page_title: Users management 499 # page_title: Users management
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
index c172a0f6..ea05fc4c 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
@@ -445,31 +445,38 @@ import:
445 445
446developer: 446developer:
447 page_title: 'Gestion dels clients API' 447 page_title: 'Gestion dels clients API'
448 welcome_message: "Benvenguda sus l'API de wallabag" 448 # allow:
449 documentation: 'Documentacion' 449 # title: 'A new application would like to connect to your account'
450 how_to_first_app: 'Cossí crear vòstra primièra aplicacion' 450 # permissions:
451 full_documentation: "Veire la documentacion completa de l'API" 451 # read:
452 list_methods: "Lista dels metòdes de l'API" 452 # label: 'Read your data'
453 clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 title: 'Clients' 454 # write:
455 # label: 'Edit your data'
456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 # user:
458 # label: 'Edit your user settings'
459 # desc: '%name% will be able to manage your user account.'
460 #featured:
461 # title: 'Featured apps'
462 #list:
463 # title: 'Authorized apps'
464 old_clients:
455 create_new: 'Crear un novèl client' 465 create_new: 'Crear un novèl client'
456 existing_clients:
457 title: 'Los clients existents' 466 title: 'Los clients existents'
467 list: 'Clients'
458 field_id: 'ID Client' 468 field_id: 'ID Client'
459 field_secret: 'Clé secreta' 469 field_secret: 'Clé secreta'
460 field_uris: 'URLs de redireccion'
461 field_grant_types: 'Tipe de privilègi acordat'
462 no_client: 'Pas cap de client pel moment.' 470 no_client: 'Pas cap de client pel moment.'
463 remove: 471 remove:
464 warn_message_1: 'Avètz la possibilitat de supriimr un client. Aquesta accion es IRREVERSIBLA !' 472 warn_message_1: 'Avètz la possibilitat de supriimr un client. Aquesta accion es IRREVERSIBLA !'
465 warn_message_2: "Se suprimissètz un client, totas las aplicacions que l'emplegan foncionaràn pas mai amb vòstre compte wallabag." 473 warn_message_2: "Se suprimissètz un client, totas las aplicacions que l'emplegan foncionaràn pas mai amb vòstre compte wallabag."
466 action: 'Suprimir aqueste client' 474 action: 'Suprimir aqueste client'
467 client: 475 old_client:
468 page_title: 'Gestion dels clients API > Novèl client' 476 page_title: 'Gestion dels clients API > Novèl client'
469 page_description: "Anatz crear un novèl client. Mercés de garnir l'url de redireccion cap a vòstra aplicacion." 477 page_description: "Anatz crear un novèl client. Mercés de garnir l'url de redireccion cap a vòstra aplicacion."
470 form: 478 form:
471 name_label: "Nom del client" 479 name_label: "Nom del client"
472 redirect_uris_label: 'URLs de redireccion'
473 save_label: 'Crear un novèl client' 480 save_label: 'Crear un novèl client'
474 action_back: 'Retorn' 481 action_back: 'Retorn'
475 client_parameter: 482 client_parameter:
@@ -492,6 +499,19 @@ developer:
492 paragraph_7: "Aquesta requèsta tornarà totes los articles de l'utilizaire." 499 paragraph_7: "Aquesta requèsta tornarà totes los articles de l'utilizaire."
493 paragraph_8: "Se volètz totas las adreças d'accès de l'API, donatz un còp d’uèlh <a href=\"%link%\">a la documentacion de l'API</a>." 500 paragraph_8: "Se volètz totas las adreças d'accès de l'API, donatz un còp d’uèlh <a href=\"%link%\">a la documentacion de l'API</a>."
494 back: 'Retorn' 501 back: 'Retorn'
502 parameters:
503 page_title: 'Gestion dels clients API > Los paramètres de vòstre client'
504 page_description: 'Vaquí los paramètres de vòstre client.'
505 field_name: 'Nom del client'
506 field_id: 'ID Client'
507 field_secret: 'Clau secreta'
508 back: 'Retour'
509 # app:
510 # created_at: 'Created at: %date%'
511 documentation:
512 title: 'Documentacion'
513 full_documentation: "Veire la documentacion completa de l'API"
514 list_methods: "Lista dels metòdes de l'API"
495 515
496user: 516user:
497 page_title: 'Gestion dels utilizaires' 517 page_title: 'Gestion dels utilizaires'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
index 82d16767..d2e5c1d5 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
@@ -443,55 +443,55 @@ import:
443 description: 'Ten importer, zaimportuje wszystkie twoje artykuły z Pinboard. W ustawieniach kopii zapasowej (https://pinboard.in/settings/backup), kliknij na "JSON" w sekcji "Bookmarks". Otrzymasz plik "pinboard_export".' 443 description: 'Ten importer, zaimportuje wszystkie twoje artykuły z Pinboard. W ustawieniach kopii zapasowej (https://pinboard.in/settings/backup), kliknij na "JSON" w sekcji "Bookmarks". Otrzymasz plik "pinboard_export".'
444 how_to: 'Wybierz swój plik eksportu z Pinboard i kliknij poniższy przycisk, aby go załadować.' 444 how_to: 'Wybierz swój plik eksportu z Pinboard i kliknij poniższy przycisk, aby go załadować.'
445 445
446developer: 446apps:
447 page_title: 'Zarządzanie klientami API' 447 page_title: 'Zarządzanie klientami API'
448 welcome_message: 'Witaj w API wallabag' 448 # allow:
449 documentation: 'Dokumentacja' 449 # title: 'A new application would like to connect to your account'
450 how_to_first_app: 'Jak stworzyć moją pierwszą aplikację' 450 # permissions:
451 full_documentation: 'Pokaż pełne API' 451 # read:
452 list_methods: 'Lista metod API' 452 # label: 'Read your data'
453 clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 title: 'Klienci' 454 # write:
455 # label: 'Edit your data'
456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 # user:
458 # label: 'Edit your user settings'
459 # desc: '%name% will be able to manage your user account.'
460 #featured:
461 # title: 'Featured apps'
462 #list:
463 # title: 'Authorized apps'
464 old_clients:
455 create_new: 'Utwórz nowego klienta' 465 create_new: 'Utwórz nowego klienta'
456 existing_clients:
457 title: 'Istniejący klienci' 466 title: 'Istniejący klienci'
467 list: 'Klienci'
458 field_id: 'ID klienta' 468 field_id: 'ID klienta'
459 field_secret: 'Client secret' 469 field_secret: 'Client secret'
460 field_uris: 'Przekieruj URIs'
461 field_grant_types: 'Przyznaj pozwolenie'
462 no_client: 'Nie ma jeszcze klienta.' 470 no_client: 'Nie ma jeszcze klienta.'
463 remove: 471 remove:
464 warn_message_1: 'Masz możliwość usunięcia tego klienta. Ta akcja jest NIEODWRACALNA !' 472 warn_message_1: 'Masz możliwość usunięcia tego klienta. Ta akcja jest NIEODWRACALNA !'
465 warn_message_2: "Jeżeli go usuniesz, aplikacje skonfigurowane z tym klientem nię będa w stanie autoryzować twojego wallabag." 473 warn_message_2: "Jeżeli go usuniesz, aplikacje skonfigurowane z tym klientem nię będa w stanie autoryzować twojego wallabag."
466 action: 'Usuń tego klienta' 474 action: 'Usuń tego klienta'
467 client: 475 old_client:
468 page_title: 'Zarządzanie klientami API > Nowy klient' 476 page_title: 'Zarządzanie klientami API > Nowy klient'
469 page_description: 'Tworzysz nowego klienta. Wypełnij poniższe pole w celu przekierowania URI twojej aplikacji.' 477 page_description: 'Tworzysz nowego klienta. Wypełnij poniższe pole w celu przekierowania URI twojej aplikacji.'
470 form: 478 form:
471 name_label: 'Nazwa klienta' 479 name_label: 'Nazwa klienta'
472 redirect_uris_label: 'Przekieruj adresy URI'
473 save_label: 'Stwórz nowego klienta' 480 save_label: 'Stwórz nowego klienta'
474 action_back: 'Cofnij' 481 action_back: 'Cofnij'
475 client_parameter: 482 parameters:
476 page_title: 'Zarządzanie klientami API > Parametry klienta' 483 page_title: 'Zarządzanie klientami API > Parametry klienta'
477 page_description: 'Tutaj znajdują się parametry klienta.' 484 page_description: 'Tutaj znajdują się parametry klienta.'
478 field_name: 'Nazwa klienta' 485 field_name: 'Nazwa klienta'
479 field_id: 'Client ID' 486 field_id: 'Client ID'
480 field_secret: 'Client secret' 487 field_secret: 'Client secret'
481 back: 'Cofnij' 488 back: 'Cofnij'
482 read_howto: 'Przeczytaj jak "Stworzyć moją pierwszą aplikację"' 489 # app:
483 howto: 490 # created_at: 'Created at: %date%'
484 page_title: 'Zarządzanie klientami API > Jak stworzyć moją pierwszą aplikację' 491 documentation:
485 description: 492 title: 'Dokumentacja'
486 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' 493 full_documentation: 'Pokaż pełne API'
487 paragraph_2: 'Potrzebujesz tokena w celu nawiązania komunikacji między swoją aplikacją a API wallabag.' 494 list_methods: 'Lista metod API'
488 paragraph_3: 'W celu stworzenia tokena musisz <a href="%link%">stwórz nowego klienta</a>.'
489 paragraph_4: 'Teraz, utwórz tokena (zmień client_id, client_secret, username i password z poprawnymi wartościami):'
490 paragraph_5: 'API powinno zwrócić taką informację:'
491 paragraph_6: 'access_token jest użyteczny do wywołania API endpoint. Na przykład:'
492 paragraph_7: 'To wywołanie zwróci wszystkie twoje wpisy.'
493 paragraph_8: 'Jeżeli chcesz wyświetlić wszystkie punkty końcowe API, zobacz <a href="%link%">Dokumentacja naszego API</a>.'
494 back: 'Cofnij'
495 495
496user: 496user:
497 page_title: Zarządzanie użytkownikami 497 page_title: Zarządzanie użytkownikami
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
index b75567d6..0533ddba 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
@@ -445,53 +445,53 @@ import:
445 445
446developer: 446developer:
447 # page_title: 'API clients management' 447 # page_title: 'API clients management'
448 welcome_message: 'Bem-vindo a API do wallabag' 448 # allow:
449 documentation: 'Documentação' 449 # title: 'A new application would like to connect to your account'
450 how_to_first_app: 'Como criar minha primeira aplicação' 450 # permissions:
451 full_documentation: 'Ver a documentação completa da API' 451 # read:
452 list_methods: 'Lista de métodos da API' 452 # label: 'Read your data'
453 clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 title: 'Clientes' 454 # write:
455 # label: 'Edit your data'
456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 # user:
458 # label: 'Edit your user settings'
459 # desc: '%name% will be able to manage your user account.'
460 #featured:
461 # title: 'Featured apps'
462 #list:
463 # title: 'Authorized apps'
464 old_clients:
455 create_new: 'Criar um novo cliente' 465 create_new: 'Criar um novo cliente'
456 existing_clients:
457 title: 'Clientes existentes' 466 title: 'Clientes existentes'
467 list: 'Clientes'
458 field_id: 'ID do cliente' 468 field_id: 'ID do cliente'
459 field_secret: 'Chave do cliente' 469 field_secret: 'Chave do cliente'
460 field_uris: 'URIs de redirecionamento'
461 field_grant_types: 'Tipo permitido'
462 no_client: 'Nenhum cliente até agora.' 470 no_client: 'Nenhum cliente até agora.'
463 remove: 471 remove:
464 warn_message_1: 'Você tem permissão pare remover este cliente. Esta ação é IRREVERSÍVEL !' 472 warn_message_1: 'Você tem permissão pare remover este cliente. Esta ação é IRREVERSÍVEL !'
465 warn_message_2: 'Se você remover isso, todo o aplicativo configurado com este cliente não poderá se autenticar no seu wallabag.' 473 warn_message_2: 'Se você remover isso, todo o aplicativo configurado com este cliente não poderá se autenticar no seu wallabag.'
466 action: 'Remover este cliente' 474 action: 'Remover este cliente'
467 client: 475 old_client:
468 # page_title: 'API clients management > Novo cliente' 476 # page_title: 'API clients management > Novo cliente'
469 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.' 477 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.'
470 form: 478 form:
471 name_label: 'Nome do cliente' 479 name_label: 'Nome do cliente'
472 redirect_uris_label: 'URIs de redirecionamento'
473 save_label: 'Criar um novo cliente' 480 save_label: 'Criar um novo cliente'
474 action_back: 'Voltar' 481 action_back: 'Voltar'
475 client_parameter: 482 parameters:
476 # page_title: 'API clients management > Parâmetros de clientes' 483 # page_title: 'API clients management > Parâmetros de clientes'
477 page_description: 'Aqui estão os parâmetros de seus clientes.' 484 page_description: 'Aqui estão os parâmetros de seus clientes.'
478 field_name: 'Nome do cliente' 485 field_name: 'Nome do cliente'
479 field_id: 'ID do cliente' 486 field_id: 'ID do cliente'
480 field_secret: 'Chave do cliente' 487 field_secret: 'Chave do cliente'
481 back: 'Voltar' 488 back: 'Voltar'
482 read_howto: 'Leia o how-to "Criar minha primeira aplicação"' 489 # app:
483 howto: 490 # created_at: 'Created at: %date%'
484 # page_title: 'API clients management > Criar minha primeira aplicação' 491 documentation:
485 description: 492 title: 'Documentação'
486 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.' 493 full_documentation: 'Ver a documentação completa da API'
487 paragraph_2: 'Você precisa de um token para a comunicação entre sua aplicação terceira e a API do wallabag.' 494 list_methods: 'Lista de métodos da API'
488 paragraph_3: 'Para criar este token, você precisa <a href="%link%">criar um novo cliente</a>.'
489 paragraph_4: 'Agora, crie seu token (altere client_id, client_secret, username e password com os valores corretos):'
490 paragraph_5: 'A API pode retornar uma resposta como essa:'
491 paragraph_6: 'O access_token é utilizável para fazer uma chamada para o endpoint da API. Por exemplo:'
492 paragraph_7: 'Esta chamada pode retornar todas as entradas de seu usuário.'
493 paragraph_8: 'Se você deseja ver todos os endpoints da API, dê uma olhada <a href="%link%">em nossa documentação da API</a>.'
494 back: 'Voltar'
495 495
496user: 496user:
497 page_title: 'Gerenciamento de Usuários' 497 page_title: 'Gerenciamento de Usuários'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
index 95df573d..3cea2900 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
@@ -443,55 +443,55 @@ import:
443 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' 443 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
444 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' 444 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
445 445
446developer: 446apps:
447 # page_title: 'API clients management' 447 # page_title: 'Apps'
448 # welcome_message: 'Welcome to the wallabag API' 448 # allow:
449 # documentation: 'Documentation' 449 # title: 'A new application would like to connect to your account'
450 # how_to_first_app: 'How to create my first application' 450 # permissions:
451 # full_documentation: 'View full API documentation' 451 # read:
452 # list_methods: 'List API methods' 452 # label: 'Read your data'
453 # clients: 453 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 # title: 'Clients' 454 # write:
455 # create_new: 'Create a new client' 455 # label: 'Edit your data'
456 # existing_clients: 456 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 # title: 'Existing clients' 457 # user:
458 # field_id: 'Client ID' 458 # label: 'Edit your user settings'
459 # field_secret: 'Client secret' 459 # desc: '%name% will be able to manage your user account.'
460 # field_uris: 'Redirect URIs' 460 #featured:
461 # field_grant_types: 'Grant type allowed' 461 # title: 'Featured apps'
462 # no_client: 'No client yet.' 462 #list:
463 # remove: 463 # title: 'Authorized apps'
464 # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 464 #old_clients:
465 # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 465 # create_new: 'Create a new client'
466 # action: 'Remove this client' 466 # title: 'Old clients (depreciated)'
467 # client: 467 # list: 'Old clients list'
468 # page_title: 'API clients management > New client' 468 # field_id: 'Client ID'
469 # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 469 # field_secret: 'Client secret'
470 # form: 470 # no_client: 'No client yet.'
471 # name_label: 'Name of the client' 471 #remove:
472 # redirect_uris_label: 'Redirect URIs' 472 # warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
473 # save_label: 'Create a new client' 473 # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
474 # action_back: 'Back' 474 # action: 'Remove the client %name%'
475 # client_parameter: 475 #old_client:
476 # page_title: 'API clients management > Client parameters' 476 # page_title: 'Apps > New client'
477 # page_description: 'Here are your client parameters.' 477 # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
478 # field_name: 'Client name' 478 # form:
479 # field_id: 'Client ID' 479 # name_label: 'Name of the client'
480 # field_secret: 'Client secret' 480 # save_label: 'Create a new client'
481 # back: 'Back' 481 # action_back: 'Back'
482 # read_howto: 'Read the howto "Create my first application"' 482 # parameters:
483 # howto: 483 # page_title: 'Apps > Client parameters'
484 # page_title: 'API clients management > How to create my first application' 484 # page_description: 'Here are your client parameters.'
485 # description: 485 # field_name: 'Client name'
486 # 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.' 486 # field_id: 'Client ID'
487 # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' 487 # field_secret: 'Client secret'
488 # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' 488 # back: 'Back'
489 # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' 489 # app:
490 # paragraph_5: 'The API will return a response like this:' 490 # created_at: 'Created at: %date%'
491 # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' 491 # documentation:
492 # paragraph_7: 'This call will return all the entries for your user.' 492 # title: 'Documentation'
493 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 493 # full_documentation: 'Full documentation'
494 # back: 'Back' 494 # list_methods: 'List API methods'
495 495
496user: 496user:
497 # page_title: Users management 497 # page_title: Users management
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
index 61e1a1ea..7c2edba0 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
@@ -441,55 +441,55 @@ import:
441 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' 441 # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
442 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' 442 # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
443 443
444developer: 444apps:
445 # page_title: 'API clients management' 445 # page_title: 'Apps'
446 # welcome_message: 'Welcome to the wallabag API' 446 # allow:
447 # documentation: 'Documentation' 447 # title: 'A new application would like to connect to your account'
448 # how_to_first_app: 'How to create my first application' 448 # permissions:
449 # full_documentation: 'View full API documentation' 449 # read:
450 # list_methods: 'List API methods' 450 # label: 'Read your data'
451 # clients: 451 # desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
452 # title: 'Clients' 452 # write:
453 # create_new: 'Create a new client' 453 # label: 'Edit your data'
454 # existing_clients: 454 # desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
455 # title: 'Existing clients' 455 # user:
456 # field_id: 'Client ID' 456 # label: 'Edit your user settings'
457 # field_secret: 'Client secret' 457 # desc: '%name% will be able to manage your user account.'
458 # field_uris: 'Redirect URIs' 458 #featured:
459 # field_grant_types: 'Grant type allowed' 459 # title: 'Featured apps'
460 # no_client: 'No client yet.' 460 #list:
461 # remove: 461 # title: 'Authorized apps'
462 # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 462 #old_clients:
463 # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 463 # create_new: 'Create a new client'
464 # action: 'Remove this client' 464 # title: 'Old clients (depreciated)'
465 # client: 465 # list: 'Old clients list'
466 # page_title: 'API clients management > New client' 466 # field_id: 'Client ID'
467 # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 467 # field_secret: 'Client secret'
468 # form: 468 # no_client: 'No client yet.'
469 #remove:
470 # warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
471 # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
472 # action: 'Remove the client %name%'
473 #old_client:
474 # page_title: 'Apps > New client'
475 # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
476 # form:
469 # name_label: 'Name of the client' 477 # name_label: 'Name of the client'
470 # redirect_uris_label: 'Redirect URIs' 478 # save_label: 'Create a new client'
471 # save_label: 'Create a new client' 479 # action_back: 'Back'
472 # action_back: 'Back' 480 # parameters:
473 # client_parameter: 481 # page_title: 'Apps > Client parameters'
474 # page_title: 'API clients management > Client parameters' 482 # page_description: 'Here are your client parameters.'
475 # page_description: 'Here are your client parameters.' 483 # field_name: 'Client name'
476 # field_name: 'Client name' 484 # field_id: 'Client ID'
477 # field_id: 'Client ID' 485 # field_secret: 'Client secret'
478 # field_secret: 'Client secret' 486 # back: 'Back'
479 # back: 'Back' 487 # app:
480 # read_howto: 'Read the howto "Create my first application"' 488 # created_at: 'Created at: %date%'
481 # howto: 489 # documentation:
482 # page_title: 'API clients management > How to create my first application' 490 # title: 'Documentation'
483 # description: 491 # full_documentation: 'Full documentation'
484 # 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.' 492 # list_methods: 'List API methods'
485 # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
486 # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
487 # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
488 # paragraph_5: 'The API will return a response like this:'
489 # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
490 # paragraph_7: 'This call will return all the entries for your user.'
491 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
492 # back: 'Back'
493 493
494user: 494user:
495 # page_title: Users management 495 # page_title: Users management