diff --git a/app/js/locales/de-de.json b/app/js/locales/de-de.json index 70937cfd..080e81ec 100644 --- a/app/js/locales/de-de.json +++ b/app/js/locales/de-de.json @@ -98,6 +98,7 @@ "stickerset_modal_title_loading": "Sticker-Paket", "stickerset_modal_install": "Sticker hinzufügen", "stickerset_modal_uninstall": "Sticker entfernen", + "stickerset_modal_share": "Teilen", "stickerset_modal_loading": "Lade{dots}", "page_title_pluralize_notifications": "{'0': 'Keine Nachrichten', 'one': '1 Nachricht', 'other': '{} Nachrichten'}", "profile_edit_modal_title": "Profil bearbeiten", diff --git a/app/js/locales/es-es.json b/app/js/locales/es-es.json index 831f077f..3959d3ac 100644 --- a/app/js/locales/es-es.json +++ b/app/js/locales/es-es.json @@ -98,6 +98,7 @@ "stickerset_modal_title_loading": "Pack de stickers", "stickerset_modal_install": "Añadir stickers", "stickerset_modal_uninstall": "Eliminar stickers", + "stickerset_modal_share": "Compartir", "stickerset_modal_loading": "Cargando{dots}", "page_title_pluralize_notifications": "{'0': 'Sin notificaciones', 'one': '1 notificación', 'other': '{} notificaciones'}", "profile_edit_modal_title": "Editar perfil", diff --git a/app/js/locales/it-it.json b/app/js/locales/it-it.json index 2609cd51..a2d8572e 100644 --- a/app/js/locales/it-it.json +++ b/app/js/locales/it-it.json @@ -98,6 +98,7 @@ "stickerset_modal_title_loading": "Pacchetto di sticker", "stickerset_modal_install": "Aggiungi sticker", "stickerset_modal_uninstall": "Rimuovi sticker", + "stickerset_modal_share": "Condividi", "stickerset_modal_loading": "Caricamento{dots}", "page_title_pluralize_notifications": "{'0': 'Nessuna notifica', 'one': '1 notifica' , 'other' : '{} notifiche' }", "profile_edit_modal_title": "Modifica profilo", diff --git a/app/js/locales/nl-nl.json b/app/js/locales/nl-nl.json index dd1ff5b1..8bf8d6f6 100644 --- a/app/js/locales/nl-nl.json +++ b/app/js/locales/nl-nl.json @@ -98,6 +98,7 @@ "stickerset_modal_title_loading": "Stickerbundel", "stickerset_modal_install": "Stickers toevoegen", "stickerset_modal_uninstall": "Stickers verwijderen", + "stickerset_modal_share": "Delen", "stickerset_modal_loading": "Laden{dots}", "page_title_pluralize_notifications": "{'0': 'Geen meldingen', 'one': '1 melding', 'other': '{} meldingen'}", "profile_edit_modal_title": "Profiel bewerken", diff --git a/app/js/locales/pt-br.json b/app/js/locales/pt-br.json index 8d8e2cc9..3071bb5c 100644 --- a/app/js/locales/pt-br.json +++ b/app/js/locales/pt-br.json @@ -98,6 +98,7 @@ "stickerset_modal_title_loading": "Pacote de Sticker", "stickerset_modal_install": "Adicionar Stickers", "stickerset_modal_uninstall": "Remover stickers", + "stickerset_modal_share": "Compartilhar", "stickerset_modal_loading": "Carregando{dots}", "page_title_pluralize_notifications": "{'0': 'Sem notificações', 'one': '1 notificação', 'other': '{} notificações'}", "profile_edit_modal_title": "Editar perfil", diff --git a/app/js/locales/ru-ru.json b/app/js/locales/ru-ru.json index e0c27286..396cc601 100644 --- a/app/js/locales/ru-ru.json +++ b/app/js/locales/ru-ru.json @@ -98,6 +98,7 @@ "stickerset_modal_title_loading": "Набор стикеров", "stickerset_modal_install": "Добавить стикеры", "stickerset_modal_uninstall": "Удалить стикеры", + "stickerset_modal_share": "Share", "stickerset_modal_loading": "Загрузка{dots}", "page_title_pluralize_notifications": "{'0': 'Нет уведомлений', 'one': 'Одно уведомление', 'other': 'Уведомлений: {}'}", "profile_edit_modal_title": "Редактировать профиль",