@box/threaded-annotations 1.91.10 → 1.92.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/chunks/message-footer.js +11 -11
  2. package/dist/i18n/bn-IN.js +1 -2
  3. package/dist/i18n/bn-IN.properties +4 -2
  4. package/dist/i18n/da-DK.js +3 -4
  5. package/dist/i18n/da-DK.properties +4 -2
  6. package/dist/i18n/de-DE.js +3 -4
  7. package/dist/i18n/de-DE.properties +4 -2
  8. package/dist/i18n/en-AU.js +1 -2
  9. package/dist/i18n/en-AU.properties +4 -2
  10. package/dist/i18n/en-CA.js +1 -2
  11. package/dist/i18n/en-CA.properties +4 -2
  12. package/dist/i18n/en-GB.js +1 -2
  13. package/dist/i18n/en-GB.properties +4 -2
  14. package/dist/i18n/en-x-pseudo.js +45 -46
  15. package/dist/i18n/en-x-pseudo.properties +47 -45
  16. package/dist/i18n/es-419.js +3 -4
  17. package/dist/i18n/es-419.properties +4 -2
  18. package/dist/i18n/es-ES.js +3 -4
  19. package/dist/i18n/es-ES.properties +4 -2
  20. package/dist/i18n/fi-FI.js +3 -4
  21. package/dist/i18n/fi-FI.properties +4 -2
  22. package/dist/i18n/fr-CA.js +3 -4
  23. package/dist/i18n/fr-CA.properties +4 -2
  24. package/dist/i18n/fr-FR.js +3 -4
  25. package/dist/i18n/fr-FR.properties +4 -2
  26. package/dist/i18n/hi-IN.js +3 -4
  27. package/dist/i18n/hi-IN.properties +4 -2
  28. package/dist/i18n/it-IT.js +3 -4
  29. package/dist/i18n/it-IT.properties +4 -2
  30. package/dist/i18n/ja-JP.js +3 -4
  31. package/dist/i18n/ja-JP.properties +6 -4
  32. package/dist/i18n/ko-KR.js +3 -4
  33. package/dist/i18n/ko-KR.properties +4 -2
  34. package/dist/i18n/nb-NO.js +3 -4
  35. package/dist/i18n/nb-NO.properties +4 -2
  36. package/dist/i18n/nl-NL.js +1 -2
  37. package/dist/i18n/nl-NL.properties +4 -2
  38. package/dist/i18n/pl-PL.js +3 -4
  39. package/dist/i18n/pl-PL.properties +4 -2
  40. package/dist/i18n/pt-BR.js +3 -4
  41. package/dist/i18n/pt-BR.properties +4 -2
  42. package/dist/i18n/ru-RU.js +3 -4
  43. package/dist/i18n/ru-RU.properties +4 -2
  44. package/dist/i18n/sv-SE.js +3 -4
  45. package/dist/i18n/sv-SE.properties +4 -2
  46. package/dist/i18n/tr-TR.js +3 -4
  47. package/dist/i18n/tr-TR.properties +4 -2
  48. package/dist/i18n/zh-CN.js +3 -4
  49. package/dist/i18n/zh-CN.properties +4 -2
  50. package/dist/i18n/zh-TW.js +3 -4
  51. package/dist/i18n/zh-TW.properties +4 -2
  52. package/dist/styles/message-footer.css +1 -1
  53. package/package.json +12 -12
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Su comentario es {excess,plural,one{# carácter} many{# caracteres} other{# caracteres}} más largo
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Editor de mensajes
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Agregue un comentario, añada @ para mencionar
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Marcador de entrada de mensaje
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Escriba un comentario o
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Escriba una respuesta o
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Responda, añada @ para mencionar
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = para mencionar
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Deje un comentario o @ para mencionar
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Publicar
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Kommenttisi on {excess,plural,one{# merkki} other{# merkki}} liian pitkä",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Viestin muokkaaja",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Lisää kommentti, @ mainitaksesi",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Viestikentän paikkamerkki",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Kirjoita kommentti tai",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Kirjoita vastaus tai",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Vastaa, @ mainitaksesi",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "mainitaksesi",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Julkaise",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Julkaise-painike",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Viestin teksti",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Poista ratkaisu",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Käyttäjän avatar",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Tarkastele käyttäjäprofiilia -painike",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Jätä kommentti tai @ mainitaksesi"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Tarkastele käyttäjäprofiilia -painike"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Kommenttisi on {excess,plural,one{# merkki} other{# merkki}} liian pitkä
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Viestin muokkaaja
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Lisää kommentti, @ mainitaksesi
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Viestikentän paikkamerkki
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Kirjoita kommentti tai
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Kirjoita vastaus tai
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Vastaa, @ mainitaksesi
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = mainitaksesi
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Jätä kommentti tai @ mainitaksesi
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Julkaise
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Votre commentaire dépasse la limite de {excess,plural,one{# caractère} many{# caractères} other{# caractères}}",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Éditeur de message",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Ajouter un commentaire, @ pour mentionner",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Zone de saisie de l'espace réservé",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Écrivez un commentaire ou",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Écrivez une réponse ou",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Répondre, @ pour mentionner",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "pour mentionner",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publication",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Bouton Publier",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texte du message",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Annuler la résolution",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar d'utilisateur",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laissez un commentaire ou @ pour mentionner"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Votre commentaire dépasse la limite de {excess,plural,one{# caractère} many{# caractères} other{# caractères}}
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Éditeur de message
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Ajouter un commentaire, @ pour mentionner
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Zone de saisie de l'espace réservé
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Écrivez un commentaire ou
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Écrivez une réponse ou
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Répondre, @ pour mentionner
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = pour mentionner
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Laissez un commentaire ou @ pour mentionner
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Publication
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Votre commentaire dépasse la limite de {excess,plural,one{# caractère} many{# caractères} other{# caractères}}",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Éditeur de message",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Ajouter un commentaire, @ pour mentionner",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Zone de saisie de l'espace réservé",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Écrivez un commentaire ou",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Écrivez une réponse ou",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Répondre, @ pour mentionner",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "pour mentionner",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publication",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Bouton Publier",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texte du message",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Annuler la résolution",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar d'utilisateur",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laissez un commentaire ou @ pour mentionner"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Votre commentaire dépasse la limite de {excess,plural,one{# caractère} many{# caractères} other{# caractères}}
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Éditeur de message
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Ajouter un commentaire, @ pour mentionner
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Zone de saisie de l'espace réservé
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Écrivez un commentaire ou
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Écrivez une réponse ou
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Répondre, @ pour mentionner
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = pour mentionner
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Laissez un commentaire ou @ pour mentionner
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Publication
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "आपकी टिप्पणी, {excess,plural,one{# वर्ण} other{# वर्ण}} लंबी है",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "संदेश संपादक",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "एक टिप्पणी जोड़ें, जिसमें @ का उल्लेख करें",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "संदेश इनपुट प्लेसहोल्डर",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "एक टिप्पणी लिखें या",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "एक जवाब लिखें या",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "जवाब दें, जिसमें @ का उल्लेख करें",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "उल्लेख करने के लिए",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "पोस्ट करें",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "पोस्ट करें बटन",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "संदेश पाठ",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "अनसुलझा करें",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "उपयोगकर्ता अवतार",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "उपयोगकर्ता प्रोफ़ाइल देखें बटन",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "एक टिप्पणी छोड़ें या @ के माध्यम से उल्लेख करें"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "उपयोगकर्ता प्रोफ़ाइल देखें बटन"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = आपकी टिप्पणी, {excess,plural,one{# वर्ण} other{# वर्ण}} लंबी है
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = संदेश संपादक
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = एक टिप्पणी जोड़ें, जिसमें @ का उल्लेख करें
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = संदेश इनपुट प्लेसहोल्डर
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = एक टिप्पणी लिखें या
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = एक जवाब लिखें या
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = जवाब दें, जिसमें @ का उल्लेख करें
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = उल्लेख करने के लिए
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = एक टिप्पणी छोड़ें या @ के माध्यम से उल्लेख करें
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = पोस्ट करें
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Il tuo commento eccede il limite di lunghezza di {excess,plural,one{# carattere} many{# caratteri} other{# caratteri}}",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Editor del messaggio",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Aggiungi un commento, @ per menzionare",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Segnaposto per il messaggio",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Scrivi un commento o",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Scrivi una risposta o",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Rispondi, @ per menzionare",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "per menzionare",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Pubblica",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Pulsante Pubblica",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Testo del messaggio",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Annulla risoluzione",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar utente",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Pulsante Visualizza il profilo utente",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Lascia un commento o usa @ per taggare qualcuno"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Pulsante Visualizza il profilo utente"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Il tuo commento eccede il limite di lunghezza di {excess,plural,one{# carattere} many{# caratteri} other{# caratteri}}
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Editor del messaggio
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Aggiungi un commento, @ per menzionare
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Segnaposto per il messaggio
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Scrivi un commento o
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Scrivi una risposta o
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Rispondi, @ per menzionare
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = per menzionare
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Lascia un commento o usa @ per taggare qualcuno
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Pubblica
53
55
  # Aria label for the post button in message editor
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "キャンセル",
10
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "このコメントを削除しますか?",
11
11
  "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "削除の確認",
12
- "groupSharedFeatures.threadedAnnotations.deleteQuestion": "この{type,select,annotation{注釈} other{コメント}}{hasReplies,select,true{と返信} other{}}を削除しますか? この操作は元に戻すことができません。",
12
+ "groupSharedFeatures.threadedAnnotations.deleteQuestion": "この{type,select,annotation{注釈} other{コメント}}{hasReplies,select,true{と返信} other{}}を削除しますか? この操作を元に戻すことはできません。",
13
13
  "groupSharedFeatures.threadedAnnotations.edit": "編集",
14
14
  "groupSharedFeatures.threadedAnnotations.edited": "(編集済み)",
15
15
  "groupSharedFeatures.threadedAnnotations.hideReplies": "返信を非表示",
@@ -32,7 +32,7 @@ export default {
32
32
  "groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "保存しています...",
33
33
  "groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "メッセージエディタのスクロールコンテナ",
34
34
  "groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "[その他のオプション] ボタン",
35
- "groupSharedFeatures.threadedAnnotations.originalContentDeleted": "元のコンテンツを削除しました",
35
+ "groupSharedFeatures.threadedAnnotations.originalContentDeleted": "元のコンテンツは削除されています",
36
36
  "groupSharedFeatures.threadedAnnotations.reply": "返信",
37
37
  "groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "[返信] ボタン",
38
38
  "groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "対応済み",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "メッセージテキスト",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "未対応",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "ユーザーのアバター",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "ユーザープロフィールを表示するボタン",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "コメントを残すか、@を付けてメンションしてください"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "ユーザープロフィールを表示するボタン"
49
48
  }
@@ -19,7 +19,7 @@ groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = このコメン
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = 削除の確認
21
21
  # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
- groupSharedFeatures.threadedAnnotations.deleteQuestion = この{type,select,annotation{注釈} other{コメント}}{hasReplies,select,true{と返信} other{}}を削除しますか? この操作は元に戻すことができません。
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = この{type,select,annotation{注釈} other{コメント}}{hasReplies,select,true{と返信} other{}}を削除しますか? この操作を元に戻すことはできません。
23
23
  # Edit option in message context menu
24
24
  groupSharedFeatures.threadedAnnotations.edit = 編集
25
25
  # Indicator shown next to the timestamp when a message has been edited
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = コメントが{excess,plural,one{#文字} other{#文字}}超過しています
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = メッセージ編集者
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Add a comment, @ to mention
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = メッセージ入力プレースホルダ
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = コメントを入力するか、
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = 返信を入力するか、
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Reply, @ to mention
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = でメンション
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = コメントを残すか、@を付けてメンションしてください
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = 投稿
53
55
  # Aria label for the post button in message editor
@@ -63,7 +65,7 @@ groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel =
63
65
  # Aria label for more options button in annotation message
64
66
  groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = [その他のオプション] ボタン
65
67
  # Tooltip shown when the annotation badge refers to deleted content
66
- groupSharedFeatures.threadedAnnotations.originalContentDeleted = 元のコンテンツを削除しました
68
+ groupSharedFeatures.threadedAnnotations.originalContentDeleted = 元のコンテンツは削除されています
67
69
  # Reply button text to start composing a reply
68
70
  groupSharedFeatures.threadedAnnotations.reply = 返信
69
71
  # Aria label for the reply button that opens the message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "코멘트 글자 수 제한을 {excess,plural,one{#자} other{#자}} 초과합니다",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "메시지 편집기",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "코멘트 추가, @를 사용하여 멘션 달기",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "메시지 입력 자리 표시자",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "코멘트 작성 또는",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "답글 쓰기 또는",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "회신, @를 사용하여 멘션 달기",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "멘션하기",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "게시",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "게시 버튼",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "메시지 텍스트",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "해결 취소",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "사용자 아바타",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "사용자 프로필 보기 버튼",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "코멘트를 남기거나 @로 멘션하세요"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "사용자 프로필 보기 버튼"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = 코멘트 글자 수 제한을 {excess,plural,one{#자} other{#자}} 초과합니다
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = 메시지 편집기
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = 코멘트 추가, @를 사용하여 멘션 달기
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = 메시지 입력 자리 표시자
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = 코멘트 작성 또는
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = 답글 쓰기 또는
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = 회신, @를 사용하여 멘션 달기
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = 멘션하기
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = 코멘트를 남기거나 @로 멘션하세요
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = 게시
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Kommentaren din er {excess,plural,one{# tegn} other{# tegn}} for lang",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Meldingsredigerer",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Legg til en kommentar, @ for å nevne",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Plassholder for meldingstekst",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Skriv en kommentar eller",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Skriv et svar eller",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Svar, @ for å nevne",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "for å nevne",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publiser",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Publiser-knapp",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Meldingstekst",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Angre løsning",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Brukeravatar",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Vis brukerprofil-knapp",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Legg igjen en kommentar eller @ for å nevne"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Vis brukerprofil-knapp"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Kommentaren din er {excess,plural,one{# tegn} other{# tegn}} for lang
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Meldingsredigerer
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Legg til en kommentar, @ for å nevne
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Plassholder for meldingstekst
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Skriv en kommentar eller
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Skriv et svar eller
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Svar, @ for å nevne
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = for å nevne
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Legg igjen en kommentar eller @ for å nevne
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Publiser
53
55
  # Aria label for the post button in message editor
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Berichttekst",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Oplossing ongedaan maken",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar van de gebruiker",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knop Gebruikersprofiel bekijken",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laat een opmerking of @ achter om iemand te noemen"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knop Gebruikersprofiel bekijken"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Uw opmerking heeft {excess,plural,one{# teken} other{# tekens}} te veel
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Berichenteditor
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Add a comment, @ to mention
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Tijdelijke aanduiding voor berichtinvoer
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Schrijf een opmerking of
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Schrijf een antwoord of
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Reply, @ to mention
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = om te noemen
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Laat een opmerking of @ achter om iemand te noemen
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Publiceren
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Twój komentarz jest za długi o {excess,plural,one{# znak} few{# znaki\t} many{# znaków} other{# znaku}}",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Edytor wiadomości",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Dodaj komentarz, @, aby wspomnieć",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Tekst zastępczy wprowadzania wiadomości",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Napisz komentarz lub",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Napisz odpowiedź lub",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Odpowiedz, @, aby wspomnieć",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "wspomnij",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publikuj",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Przycisk publikowania",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Tekst wiadomości",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Anuluj rozwiązanie",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Awatar użytkownika",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Przycisk wyświetlania profilu użytkownika",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Pozostaw komentarz lub @, aby wspomnieć"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Przycisk wyświetlania profilu użytkownika"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Twój komentarz jest za długi o {excess,plural,one{# znak} few{# znaki\t} many{# znaków} other{# znaku}}
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Edytor wiadomości
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Dodaj komentarz, @, aby wspomnieć
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Tekst zastępczy wprowadzania wiadomości
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Napisz komentarz lub
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Napisz odpowiedź lub
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Odpowiedz, @, aby wspomnieć
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = wspomnij
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Pozostaw komentarz lub @, aby wspomnieć
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Publikuj
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Seu comentário é {excess,plural,one{# caractere} many{# caracteres} other{# caracteres}} longo demais",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Editor de mensagens",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Adicionar um comentário, @ para mencionar",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Espaço reservado para entrada de mensagens",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Escrever um comentário ou",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Escrever uma resposta ou",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Responder, @ para mencionar",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "para mencionar",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Postar",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Botão Publicar",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texto da mensagem",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Não resolver",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar do usuário",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botão Visualizar perfil do usuário",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deixe um comentário ou @ para mencionar"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botão Visualizar perfil do usuário"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Seu comentário é {excess,plural,one{# caractere} many{# caracteres} other{# caracteres}} longo demais
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Editor de mensagens
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Adicionar um comentário, @ para mencionar
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Espaço reservado para entrada de mensagens
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Escrever um comentário ou
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Escrever uma resposta ou
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Responder, @ para mencionar
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = para mencionar
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Deixe um comentário ou @ para mencionar
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Postar
53
55
  # Aria label for the post button in message editor
@@ -19,11 +19,11 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Ваш комментарий превышает допустимую длину на {excess,plural,one{# символ} few{# символа} many{# символов} other{# символа}}",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Редактор сообщений",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Добавить комментарий, @ для упоминания",
23
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Поле ввода сообщения",
24
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Оставьте комментарий или",
25
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Напишите ответ или",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Ответить, @ для упоминания",
27
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "упомяните",
28
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Опубликовать",
29
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Кнопка публикации",
@@ -44,6 +44,5 @@ export default {
44
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Текст сообщения",
45
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Убрать отметку «Решено»",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Аватар пользователя",
47
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Кнопка просмотра профиля пользователя",
48
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Оставьте комментарий или используйте @ для упоминания"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Кнопка просмотра профиля пользователя"
49
48
  }
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
38
38
  groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Ваш комментарий превышает допустимую длину на {excess,plural,one{# символ} few{# символа} many{# символов} other{# символа}}
39
39
  # Aria label for the rich text editor content area
40
40
  groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Редактор сообщений
41
+ # Placeholder when composing the first comment in a thread
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Добавить комментарий, @ для упоминания
41
43
  # Aria label for message editor placeholder
42
44
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Поле ввода сообщения
43
45
  # First part of placeholder text before @ symbol
44
46
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Оставьте комментарий или
45
47
  # First part of placeholder text before @ symbol for reply
46
48
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Напишите ответ или
49
+ # Placeholder when composing a reply in an existing thread
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Ответить, @ для упоминания
47
51
  # Last part of placeholder text after @ symbol
48
52
  groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = упомяните
49
- # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Оставьте комментарий или используйте @ для упоминания
51
53
  # Post button text for message editor
52
54
  groupSharedFeatures.threadedAnnotations.messageEditor.post = Опубликовать
53
55
  # Aria label for the post button in message editor