diff --git a/www/common/translations/messages.de.json b/www/common/translations/messages.de.json index 88c555fca..5c20f1154 100644 --- a/www/common/translations/messages.de.json +++ b/www/common/translations/messages.de.json @@ -221,7 +221,7 @@ "poll_admin_button": "Admin", "poll_create_user": "Neuen Benutzer hinzufügen", "poll_create_option": "Neue Option hinzufügen", - "poll_commit": "Einchecken", + "poll_commit": "Bestätigen", "poll_closeWizardButton": "Assistenten schließen", "poll_closeWizardButtonTitle": "Assistenten schließen", "poll_wizardComputeButton": "Optionen übernehmen", diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index d337d130d..62bcf9169 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -1353,5 +1353,17 @@ "oo_login": "Veuillez vous connecter ou vous inscrire pour améliorer la performance des feuilles de calcul.", "pad_usePageWidth": "Mode page", "pad_useFullWidth": "Mode large", - "cba_title": "Couleurs par auteurs" + "cba_title": "Couleurs par auteurs", + "settings_padNotifCheckbox": "Désactiver les notifications de commentaires", + "settings_padNotifHint": "Ignorer les notifications lorsque quelqu'un répond à l'un de vos commentaires", + "settings_padNotifTitle": "Notifications de commentaires", + "comments_comment": "Commenter", + "comments_resolve": "Fermer", + "comments_reply": "Répondre", + "comments_submit": "Valider", + "comments_edited": "Édité", + "comments_deleted": "Commentaire effacé par son auteur", + "mentions_notification": "{0} vous a mentionné dans {1}", + "unknownPad": "Pad inconnu", + "comments_notification": "Réponses à votre commentaire \"{0}\" sur {1}" } diff --git a/www/common/translations/messages.ja.json b/www/common/translations/messages.ja.json index feceb792f..3168088b3 100644 --- a/www/common/translations/messages.ja.json +++ b/www/common/translations/messages.ja.json @@ -169,5 +169,13 @@ "user_rename": "表示名を変更", "users": "ユーザー", "saved": "保存しました", - "error": "エラー" + "error": "エラー", + "deleted": "削除しました", + "notifications_title": "未読の通知があります", + "profile_editDescription": "説明を編集", + "profile_addDescription": "説明を追加", + "profileButton": "プロフィール", + "profile_urlPlaceholder": "URL", + "profile_avatar": "アバター", + "profile_upload": " 新しいアバターをアップロード" } diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index ef71487e0..dc1820640 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1353,5 +1353,17 @@ "oo_login": "Please log in or register to improve the performance of spreadsheets.", "pad_useFullWidth": "Full-width mode", "pad_usePageWidth": "Page mode", - "cba_title": "Author colors" + "cba_title": "Author colors", + "comments_notification": "Replies to your comment \"{0}\" in {1}", + "unknownPad": "Unknown pad", + "mentions_notification": "{0} has mentioned you in {1}", + "comments_deleted": "Comment deleted by its author", + "comments_edited": "Edited", + "comments_submit": "Submit", + "comments_reply": "Reply", + "comments_resolve": "Resolve", + "comments_comment": "Comment", + "settings_padNotifTitle": "Comment notifications", + "settings_padNotifHint": "Ignore notifications when someone replies to one of your comments", + "settings_padNotifCheckbox": "Disable comment notifications" }