Merge branch 'soon' into communities-comments
commit
e8b38ebc64
|
@ -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",
|
||||
|
|
|
@ -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 <b>{1}</b>",
|
||||
"unknownPad": "Pad inconnu",
|
||||
"comments_notification": "Réponses à votre commentaire \"{0}\" sur <b>{1}</b>"
|
||||
}
|
||||
|
|
|
@ -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": " 新しいアバターをアップロード"
|
||||
}
|
||||
|
|
|
@ -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 <b>{1}</b>",
|
||||
"unknownPad": "Unknown pad",
|
||||
"mentions_notification": "{0} has mentioned you in <b>{1}</b>",
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue