From f49b42f70f902d4da1e0fa4080e99164b331b716 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 29 Apr 2018 16:35:04 -0700 Subject: Use vanilla HTTP handlers (refactoring) --- locale/translations.go | 26 ++++++++++++++------------ locale/translations/de_DE.json | 2 +- locale/translations/fr_FR.json | 6 ++++-- locale/translations/nl_NL.json | 2 +- locale/translations/pl_PL.json | 2 +- locale/translations/zh_CN.json | 2 +- 6 files changed, 22 insertions(+), 18 deletions(-) (limited to 'locale') diff --git a/locale/translations.go b/locale/translations.go index 85d766e..33bb4f6 100755 --- a/locale/translations.go +++ b/locale/translations.go @@ -1,5 +1,5 @@ // Code generated by go generate; DO NOT EDIT. -// 2018-04-09 20:38:50.319066697 -0700 PDT m=+0.026775461 +// 2018-04-29 16:22:00.540830112 -0700 PDT m=+0.025120206 package locale @@ -161,7 +161,7 @@ var translations = map[string]string{ "Scraper Rules": "Extraktionsregeln", "Rewrite Rules": "Umschreiberegeln", "Preferences saved!": "Einstellungen gespeichert!", - "Your external account is now linked !": "Ihr externes Konto wurde verlinkt!", + "Your external account is now linked!": "Ihr externes Konto wurde verlinkt!", "Save articles to Wallabag": "Artikel in Wallabag speichern", "Wallabag API Endpoint": "Wallabag URL", "Wallabag Client ID": "Wallabag Client-ID", @@ -395,7 +395,7 @@ var translations = map[string]string{ "Scraper Rules": "Règles pour récupérer le contenu original", "Rewrite Rules": "Règles de réécriture", "Preferences saved!": "Préférences sauvegardées !", - "Your external account is now linked !": "Votre compte externe est maintenant associé !", + "Your external account is now linked!": "Votre compte externe est maintenant associé !", "Save articles to Wallabag": "Sauvegarder les articles vers Wallabag", "Wallabag API Endpoint": "URL de l'API de Wallabag", "Wallabag Client ID": "Identifiant du client Wallabag", @@ -459,7 +459,9 @@ var translations = map[string]string{ "This website is permanently unreachable (original error: %q)": "Ce site web n'est pas joignable de façon permanente (erreur originale : %q)", "Website unreachable, the request timed out after %d seconds": "Site web injoignable, la requête à échouée après %d secondes", "Comments": "Commentaires", - "View Comments": "Voir les commentaires" + "View Comments": "Voir les commentaires", + "This file is empty": "Ce fichier est vide", + "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !" } `, "nl_NL": `{ @@ -618,7 +620,7 @@ var translations = map[string]string{ "Scraper Rules": "Scraper regels", "Rewrite Rules": "Rewrite regels", "Preferences saved!": "Instellingen opgeslagen!", - "Your external account is now linked !": "Jouw externe account is nu gekoppeld!", + "Your external account is now linked!": "Jouw externe account is nu gekoppeld!", "Save articles to Wallabag": "Sauvegarder les articles vers Wallabag", "Wallabag API Endpoint": "Wallabag URL", "Wallabag Client ID": "Wallabag Client-ID", @@ -842,7 +844,7 @@ var translations = map[string]string{ "Scraper Rules": "Zasady ekstrakcji", "Rewrite Rules": "Reguły zapisu", "Preferences saved!": "Ustawienia zapisane!", - "Your external account is now linked !": "Twoje zewnętrzne konto jest teraz połączone!", + "Your external account is now linked!": "Twoje zewnętrzne konto jest teraz połączone!", "Save articles to Wallabag": "Zapisz artykuły do Wallabag", "Wallabag API Endpoint": "Wallabag URL", "Wallabag Client ID": "Wallabag Client-ID", @@ -1064,7 +1066,7 @@ var translations = map[string]string{ "Scraper Rules": "Scraper规则", "Rewrite Rules": "重写规则", "Preferences saved!": "偏好已存储!", - "Your external account is now linked !": "您的外部账号已关联!", + "Your external account is now linked!": "您的外部账号已关联!", "Save articles to Wallabag": "保存文章到Wallabag", "Wallabag API Endpoint": "Wallabag URL", "Wallabag Client ID": "Wallabag 客户端ID", @@ -1132,10 +1134,10 @@ var translations = map[string]string{ } var translationsChecksums = map[string]string{ - "de_DE": "df47fc009e6a021579c7e004ebc0b00eae7bf47c23daaf74489fb4c15881296f", + "de_DE": "791d72c96137ab03b729017bdfa27c8eed2f65912e372fcb5b2796d5099d5498", "en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897", - "fr_FR": "fb572aee29b90fcaa866e97d2e1cab8c6b8cd8a1cb76c7e83d7aa778748dd283", - "nl_NL": "d427d6a5e843be576040dee004df2b685a839a38b2e5f06435faa2973f1f4c70", - "pl_PL": "4dcf7c3f44c80ca81ecdbef96bdb21d1ae1a8a6caf60cc11403e5e041efc5ca9", - "zh_CN": "bfa05d3b3396df6222414a3a6949b73b486cd021499ecd3a34ce8e04e93aad93", + "fr_FR": "b4e407e3665b30b29da3bce197a035b842a9bdd7781c28cc056d978b46646f3c", + "nl_NL": "1a73f1dd1c4c0d2c2adc8695cdd050c2dad81c14876caed3892b44adc2491265", + "pl_PL": "da709c14ff71f3b516eec66cb2758d89c5feab1472c94b2b518f425162a9f806", + "zh_CN": "d80594c1b67d15e9f4673d3d62fe4949e8606a5fdfb741d8a8921f21dceb8cf2", } diff --git a/locale/translations/de_DE.json b/locale/translations/de_DE.json index 52358cb..e00ab23 100644 --- a/locale/translations/de_DE.json +++ b/locale/translations/de_DE.json @@ -155,7 +155,7 @@ "Scraper Rules": "Extraktionsregeln", "Rewrite Rules": "Umschreiberegeln", "Preferences saved!": "Einstellungen gespeichert!", - "Your external account is now linked !": "Ihr externes Konto wurde verlinkt!", + "Your external account is now linked!": "Ihr externes Konto wurde verlinkt!", "Save articles to Wallabag": "Artikel in Wallabag speichern", "Wallabag API Endpoint": "Wallabag URL", "Wallabag Client ID": "Wallabag Client-ID", diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json index 818b1ad..60ad9d8 100644 --- a/locale/translations/fr_FR.json +++ b/locale/translations/fr_FR.json @@ -155,7 +155,7 @@ "Scraper Rules": "Règles pour récupérer le contenu original", "Rewrite Rules": "Règles de réécriture", "Preferences saved!": "Préférences sauvegardées !", - "Your external account is now linked !": "Votre compte externe est maintenant associé !", + "Your external account is now linked!": "Votre compte externe est maintenant associé !", "Save articles to Wallabag": "Sauvegarder les articles vers Wallabag", "Wallabag API Endpoint": "URL de l'API de Wallabag", "Wallabag Client ID": "Identifiant du client Wallabag", @@ -219,5 +219,7 @@ "This website is permanently unreachable (original error: %q)": "Ce site web n'est pas joignable de façon permanente (erreur originale : %q)", "Website unreachable, the request timed out after %d seconds": "Site web injoignable, la requête à échouée après %d secondes", "Comments": "Commentaires", - "View Comments": "Voir les commentaires" + "View Comments": "Voir les commentaires", + "This file is empty": "Ce fichier est vide", + "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !" } diff --git a/locale/translations/nl_NL.json b/locale/translations/nl_NL.json index 01d8212..8580fad 100644 --- a/locale/translations/nl_NL.json +++ b/locale/translations/nl_NL.json @@ -154,7 +154,7 @@ "Scraper Rules": "Scraper regels", "Rewrite Rules": "Rewrite regels", "Preferences saved!": "Instellingen opgeslagen!", - "Your external account is now linked !": "Jouw externe account is nu gekoppeld!", + "Your external account is now linked!": "Jouw externe account is nu gekoppeld!", "Save articles to Wallabag": "Sauvegarder les articles vers Wallabag", "Wallabag API Endpoint": "Wallabag URL", "Wallabag Client ID": "Wallabag Client-ID", diff --git a/locale/translations/pl_PL.json b/locale/translations/pl_PL.json index 4f2bc51..2c6019d 100755 --- a/locale/translations/pl_PL.json +++ b/locale/translations/pl_PL.json @@ -157,7 +157,7 @@ "Scraper Rules": "Zasady ekstrakcji", "Rewrite Rules": "Reguły zapisu", "Preferences saved!": "Ustawienia zapisane!", - "Your external account is now linked !": "Twoje zewnętrzne konto jest teraz połączone!", + "Your external account is now linked!": "Twoje zewnętrzne konto jest teraz połączone!", "Save articles to Wallabag": "Zapisz artykuły do Wallabag", "Wallabag API Endpoint": "Wallabag URL", "Wallabag Client ID": "Wallabag Client-ID", diff --git a/locale/translations/zh_CN.json b/locale/translations/zh_CN.json index 6f12275..ccd5a6c 100644 --- a/locale/translations/zh_CN.json +++ b/locale/translations/zh_CN.json @@ -155,7 +155,7 @@ "Scraper Rules": "Scraper规则", "Rewrite Rules": "重写规则", "Preferences saved!": "偏好已存储!", - "Your external account is now linked !": "您的外部账号已关联!", + "Your external account is now linked!": "您的外部账号已关联!", "Save articles to Wallabag": "保存文章到Wallabag", "Wallabag API Endpoint": "Wallabag URL", "Wallabag Client ID": "Wallabag 客户端ID", -- cgit v1.2.3