diff --git a/src/languages/cs-cz.js b/src/languages/cs-cz.js index 1b4abd7..f967765 100644 --- a/src/languages/cs-cz.js +++ b/src/languages/cs-cz.js @@ -173,7 +173,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_MISSING: 'Položka nenalezena', WISHLIST_UNPLEDGE_SUCCESS: 'Rezervace zrušena!', WISHLIST_UNPLEDGE: 'Zrušit rezervaci', - WISHLIST_URL_LABEL: 'Jméno položky nebo odkaz na ni (odkazy na CZ obchody nefunkční) (Podporované obchody)', + WISHLIST_URL_LABEL: `Jméno položky nebo odkaz na ni (odkazy na CZ obchody nefunkční) (Podporované obchody)`, WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK', WISHLIST_URL_REQUIRED: 'Nevyplněna položka nebo odkaz na ni.', WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`, diff --git a/src/languages/da-dk.js b/src/languages/da-dk.js index a42bafc..6fa5265 100644 --- a/src/languages/da-dk.js +++ b/src/languages/da-dk.js @@ -178,7 +178,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_GUARD: 'Fejl - du har ikke reserveret denne gave', // should never happen unless someone makes their own http requests WISHLIST_UNPLEDGE_SUCCESS: 'Reservationen er nu fjernet', WISHLIST_UNPLEDGE: 'Fjern reservation', - WISHLIST_URL_LABEL: 'Link eller titel (Supporterede hjemmesider)', + WISHLIST_URL_LABEL: `Link eller titel (Supporterede hjemmesider)`, WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK', WISHLIST_URL_REQUIRED: 'Link eller titel er påkrævet', WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`, diff --git a/src/languages/de-de.js b/src/languages/de-de.js index 60fcf68..8414d2d 100644 --- a/src/languages/de-de.js +++ b/src/languages/de-de.js @@ -178,7 +178,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_GUARD: 'Du hast das nicht reserviert', // should never happen unless someone makes their own http requests WISHLIST_UNPLEDGE_SUCCESS: 'Reservierung erfolgreich aufgehoben!', WISHLIST_UNPLEDGE: 'Reservierung aufheben', - WISHLIST_URL_LABEL: 'URL oder Name (Unterstützte Seiten)', + WISHLIST_URL_LABEL: `URL oder Name (Unterstützte Seiten)`, WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK', WISHLIST_URL_REQUIRED: 'URL oder Name wird benötigt', WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`, diff --git a/src/languages/en-us.js b/src/languages/en-us.js index 6353daa..8f73cb9 100644 --- a/src/languages/en-us.js +++ b/src/languages/en-us.js @@ -178,7 +178,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_GUARD: 'You did not pledge for this', // should never happen unless someone makes their own http requests WISHLIST_UNPLEDGE_SUCCESS: 'Successfully unpledged for item!', WISHLIST_UNPLEDGE: 'Unpledge', - WISHLIST_URL_LABEL: 'Item URL or Name (Supported Sites)', + WISHLIST_URL_LABEL: `Item URL or Name (Supported Sites)`, WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK', WISHLIST_URL_REQUIRED: 'Item URL or Name is required', WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`, diff --git a/src/languages/es-es.js b/src/languages/es-es.js index 3d2c5d1..bb3a22d 100644 --- a/src/languages/es-es.js +++ b/src/languages/es-es.js @@ -175,7 +175,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_MISSING: 'No se pudo encontrar producto', WISHLIST_UNPLEDGE_SUCCESS: '¡Comprometido para producto eliminado!', WISHLIST_UNPLEDGE: 'Eliminar comprometido', - WISHLIST_URL_LABEL: 'Nombre de producto o URL (Sitios web compatibles)', + WISHLIST_URL_LABEL: `Nombre de producto o URL (Sitios web compatibles)`, WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK', WISHLIST_URL_REQUIRED: 'Necesita un nombre de producto o URL', WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`, diff --git a/src/languages/fr-ca.js b/src/languages/fr-ca.js index 7bf9dea..d499dd1 100644 --- a/src/languages/fr-ca.js +++ b/src/languages/fr-ca.js @@ -174,7 +174,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_MISSING: 'Impossible de trouver l\'article', WISHLIST_UNPLEDGE_SUCCESS: 'L\'article a été annulé avec succès', WISHLIST_UNPLEDGE: 'Se désengager', - WISHLIST_URL_LABEL: 'URL ou nom de l\'article (Sites supportés)', + WISHLIST_URL_LABEL: 'URL ou nom de l\`article (Sites supportés)`, WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK', WISHLIST_URL_REQUIRED: "L'URL ou le nom de l'article est requis", WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`, diff --git a/src/languages/fr-fr.js b/src/languages/fr-fr.js index 28088c5..8a5a822 100644 --- a/src/languages/fr-fr.js +++ b/src/languages/fr-fr.js @@ -174,7 +174,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_MISSING: "Impossible de trouver l'article", WISHLIST_UNPLEDGE_SUCCESS: "L'article a été annulé avec succès !", WISHLIST_UNPLEDGE: 'Se désengager', - WISHLIST_URL_LABEL: 'URL ou nom de l\'article (Sites supportés)', + WISHLIST_URL_LABEL: 'URL ou nom de l\`article (Sites supportés)`, WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK', WISHLIST_URL_REQUIRED: "L'URL ou le nom de l'article est requis", WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`, diff --git a/src/languages/nl-nl.js b/src/languages/nl-nl.js index a7123d4..3c9f4ac 100644 --- a/src/languages/nl-nl.js +++ b/src/languages/nl-nl.js @@ -178,7 +178,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_GUARD: 'Dit heb jij niet beloofd', // should never happen unless someone makes their own http requests WISHLIST_UNPLEDGE_SUCCESS: 'Belofte voor item verwijderd!', WISHLIST_UNPLEDGE: 'Verwijder belofte', - WISHLIST_URL_LABEL: 'Item URL of naam (Ondersteunde websites)', + WISHLIST_URL_LABEL: `Item URL of naam (Ondersteunde websites)`, WISHLIST_URL_PLACEHOLDER: 'https://www.bol.com/nl/nl/p/mens-erger-je-niet-dobbelautomaat-bordspel/1004004000017412/', WISHLIST_URL_REQUIRED: 'Item URL of naam is verplicht', WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`, diff --git a/src/languages/ro-ro.js b/src/languages/ro-ro.js index 018a837..b3a5a4b 100644 --- a/src/languages/ro-ro.js +++ b/src/languages/ro-ro.js @@ -175,7 +175,7 @@ module.exports.strings = { WISHLIST_UNPLEDGE_MISSING: 'Nu s-a putut găsi produsul', WISHLIST_UNPLEDGE_SUCCESS: 'Ați anulat cu succes rezervarea cadoului!', WISHLIST_UNPLEDGE: 'Anulați rezervarea', - WISHLIST_URL_LABEL: 'URL-ul sau numele articolului (Site-uri Suportate)', + WISHLIST_URL_LABEL: `URL-ul sau numele articolului (Site-uri Suportate)`, WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK', WISHLIST_URL_REQUIRED: 'URL-ul sau numele articolului trebuie completat', WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`,