diff options
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/es.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/ja.json | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index ee4c1860ab8..3239e07c8b8 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "Borrar comentario", "Cancel edit" : "Cacelar edición", "Post comment" : "Publicar comentario", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" para menciones, \":\" para emojis, \"/\" para selector inteligente", "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!", "No more messages" : "No hay más mensajes", "Retry" : "Reintentar", diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index f2e763b43dc..afd4cb2808e 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -14,6 +14,7 @@ "Delete comment" : "Borrar comentario", "Cancel edit" : "Cacelar edición", "Post comment" : "Publicar comentario", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" para menciones, \":\" para emojis, \"/\" para selector inteligente", "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!", "No more messages" : "No hay más mensajes", "Retry" : "Reintentar", diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 9c765ac253d..e2581451ba1 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "Supprimer le commentaire", "Cancel edit" : "Annuler les modifications", "Post comment" : "Publier le commentaire", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" pour les mentions, \":\" pour les émojis, \"/\" pour le sélecteur intelligent", "No comments yet, start the conversation!" : "Il n'y a aucun commentaire, démarrez la conversation !", "No more messages" : "Aucun autre message", "Retry" : "Réessayer", diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index 8cd9079b45f..d1f31f233ff 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -14,6 +14,7 @@ "Delete comment" : "Supprimer le commentaire", "Cancel edit" : "Annuler les modifications", "Post comment" : "Publier le commentaire", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" pour les mentions, \":\" pour les émojis, \"/\" pour le sélecteur intelligent", "No comments yet, start the conversation!" : "Il n'y a aucun commentaire, démarrez la conversation !", "No more messages" : "Aucun autre message", "Retry" : "Réessayer", diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index a81d9e8cc94..190567ee890 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "コメントを削除", "Cancel edit" : "編集をキャンセル", "Post comment" : "コメントを投稿", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "メンションには \"@\"、絵文字には \":\"、スマートピッカーには \"/\"", "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!", "No more messages" : "これ以上のメッセージはありません", "Retry" : "再試行", diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json index 836a0a065b3..0c65af71764 100644 --- a/apps/comments/l10n/ja.json +++ b/apps/comments/l10n/ja.json @@ -14,6 +14,7 @@ "Delete comment" : "コメントを削除", "Cancel edit" : "編集をキャンセル", "Post comment" : "コメントを投稿", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "メンションには \"@\"、絵文字には \":\"、スマートピッカーには \"/\"", "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!", "No more messages" : "これ以上のメッセージはありません", "Retry" : "再試行", |