diff --git a/translations/bn.json b/translations/bn.json index 7a224d4..c464eb9 100644 --- a/translations/bn.json +++ b/translations/bn.json @@ -104,5 +104,6 @@ "delete_account_confirm": "সতর্কতা:", "only_mods_can_post_in_community": "এই কমিউনিটিতে শুধুমাত্র মডারেটরগণ পোস্ট করতে পারবেন", "leave_admin_team": "এডমিন টিম পরিত্যাগ করুন", - "left_admin_team": "আপনি এডমিন টিম পরিত্যাগ করেছেন" + "left_admin_team": "আপনি এডমিন টিম পরিত্যাগ করেছেন", + "jump_to_content": "বিষয়বস্তুতে যাও" } diff --git a/translations/en.json b/translations/en.json index 4fc4cf5..85d5115 100644 --- a/translations/en.json +++ b/translations/en.json @@ -488,5 +488,6 @@ "two_factor_link": "2FA installation link", "two_factor_setup_instructions": "After you click save, and the page reloads, scroll down and click '2FA installation link' to add it to your authenticator.", "remove_two_factor": "Remove 2-factor authentication", - "two_factor_token": "2FA Token" + "two_factor_token": "2FA Token", + "jump_to_content": "Jump to content" } diff --git a/translations/es.json b/translations/es.json index 83842b1..5966d73 100644 --- a/translations/es.json +++ b/translations/es.json @@ -488,5 +488,6 @@ "rate_limit_header": "Opciones de límite de frecuencia", "version": "Versión", "error_code_message": "El servidor devolvió este error: <1>{{error}}. Esto puede ser útil para que administradores y desarrolladores diagnostiquen y arreglen el error", - "software": "Programa" + "software": "Programa", + "jump_to_content": "Saltar al contenido" } diff --git a/translations/fr.json b/translations/fr.json index 55bc24f..6e2c0a1 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -392,5 +392,6 @@ "purge_post": "purger la publication", "purge_comment": "purger le commentaire", "purge_community": "purger la communauté", - "purge_user": "purger l'utilisateur·ice" + "purge_user": "purger l'utilisateur·ice", + "jump_to_content": "Aller au contenu" } diff --git a/translations/hi.json b/translations/hi.json index 858551e..6f0ebfe 100644 --- a/translations/hi.json +++ b/translations/hi.json @@ -62,5 +62,6 @@ "remove_as_mod": "मध्यथ के स्थान से हटाएँ", "admins": "प्रशासकों", "remove_as_admin": "प्रशासक के स्थान से हटाएँ", - "appoint_as_admin": "प्रशासक के रूप में नियुक्त करें" + "appoint_as_admin": "प्रशासक के रूप में नियुक्त करें", + "jump_to_content": "सामग्री पर जाएँ" } diff --git a/translations/zh.json b/translations/zh.json index 38c0993..23ca87d 100644 --- a/translations/zh.json +++ b/translations/zh.json @@ -400,5 +400,6 @@ "too_many_images_upload": "超过允许上传的{{formattedCount}}张最大图片数量。请减少选择的图片数量。", "view_all_comments": "查看所有评论", "undistinguish": "作为用户发言", - "failed_to_delete_picture": "删除图片失败:{{filename}}" + "failed_to_delete_picture": "删除图片失败:{{filename}}", + "jump_to_content": "跳转到内容" }