14 changed files with 695 additions and 307 deletions
File diff suppressed because it is too large
@ -0,0 +1,46 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "نسخ", |
|||
"recall": "تراجع", |
|||
"delete": "حذف", |
|||
"download": "تحميل", |
|||
"read": "مقروء", |
|||
"unread": "غير مقروء", |
|||
"readedCount": "{count} شخص قرأ", |
|||
"guessWantAsk": "ربما تريد السؤال", |
|||
"typing": "يكتب...", |
|||
"autoReplyFailed": "فشل الرد التلقائي", |
|||
"receiptMessage": "【مقروء】", |
|||
"inputPlaceholder": "اكتب رسالة", |
|||
"send": "إرسال", |
|||
"newMessages": "{count} رسائل جديدة", |
|||
"cannotSendBlank": "لا ترسل رسالة فارغة", |
|||
"copySuccess": "تم النسخ", |
|||
"copyFailed": "فشل النسخ", |
|||
"downloadFailed": "فشل التحميل", |
|||
"deleteMessage": "حذف الرسالة", |
|||
"confirmDelete": "حذف هذه الرسالة؟", |
|||
"recallMessage": "تراجع الرسالة", |
|||
"confirmRecall": "تراجع هذه الرسالة؟", |
|||
"deleteSuccess": "تم الحذف", |
|||
"resendNotSupported": "غير مدعوم", |
|||
"sendFailed": "فشل الإرسال", |
|||
"uploadFailed": "فشل الرفع", |
|||
"userBanned": "مكتوم: {reason}", |
|||
"groupBanned": "مكتوم في المجموعة: {reason}", |
|||
"atAll": "الكل", |
|||
"file": "ملف", |
|||
"album": "ألبوم", |
|||
"camera": "كاميرا", |
|||
"noFriends": "لا أصدقاء", |
|||
"title": "دردشة" |
|||
}, |
|||
"common": { |
|||
"confirm": "موافق", |
|||
"cancel": "إلغاء", |
|||
"loading": "جاري التحميل...", |
|||
"justNow": "الآن", |
|||
"minutesAgo": "دقائق مضت", |
|||
"yesterday": "أمس" |
|||
} |
|||
} |
|||
@ -0,0 +1,46 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "Kopieren", |
|||
"recall": "Zurücknehmen", |
|||
"delete": "Löschen", |
|||
"download": "Herunterladen", |
|||
"read": "Gelesen", |
|||
"unread": "Ungelesen", |
|||
"readedCount": "{count} Personen gelesen", |
|||
"guessWantAsk": "Vielleicht fragen Sie", |
|||
"typing": "Schreibt...", |
|||
"autoReplyFailed": "Automatische Antwort fehlgeschlagen", |
|||
"receiptMessage": "【Gelesen】", |
|||
"inputPlaceholder": "Nachricht eingeben", |
|||
"send": "Senden", |
|||
"newMessages": "{count} neue Nachrichten", |
|||
"cannotSendBlank": "Keine leeren Nachrichten", |
|||
"copySuccess": "Kopiert", |
|||
"copyFailed": "Kopieren fehlgeschlagen", |
|||
"downloadFailed": "Download fehlgeschlagen", |
|||
"deleteMessage": "Nachricht löschen", |
|||
"confirmDelete": "Diese Nachricht löschen?", |
|||
"recallMessage": "Nachricht zurücknehmen", |
|||
"confirmRecall": "Diese Nachricht zurücknehmen?", |
|||
"deleteSuccess": "Gelöscht", |
|||
"resendNotSupported": "Nicht unterstützt", |
|||
"sendFailed": "Senden fehlgeschlagen", |
|||
"uploadFailed": "Hochladen fehlgeschlagen", |
|||
"userBanned": "Stumm geschaltet: {reason}", |
|||
"groupBanned": "In Gruppe stumm: {reason}", |
|||
"atAll": "Alle", |
|||
"file": "Datei", |
|||
"album": "Album", |
|||
"camera": "Kamera", |
|||
"noFriends": "Keine Freunde", |
|||
"title": "Chat" |
|||
}, |
|||
"common": { |
|||
"confirm": "OK", |
|||
"cancel": "Abbrechen", |
|||
"loading": "Lädt...", |
|||
"justNow": "Gerade eben", |
|||
"minutesAgo": "Min. vor", |
|||
"yesterday": "Gestern" |
|||
} |
|||
} |
|||
@ -0,0 +1,47 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "Copy", |
|||
"recall": "Recall", |
|||
"delete": "Delete", |
|||
"download": "Download & Open", |
|||
"read": "Read", |
|||
"unread": "Unread", |
|||
"readedCount": "{count} read", |
|||
|
|||
"guessWantAsk": "You may want to ask", |
|||
"typing": "typing...", |
|||
"autoReplyFailed": "Auto reply failed", |
|||
"receiptMessage": "[Read Receipt]", |
|||
"inputPlaceholder": "Type a message", |
|||
"send": "Send", |
|||
"newMessages": "{count} new messages", |
|||
"cannotSendBlank": "Cannot send empty message", |
|||
"copySuccess": "Copied", |
|||
"copyFailed": "Copy failed", |
|||
"downloadFailed": "Download failed", |
|||
"deleteMessage": "Delete Message", |
|||
"confirmDelete": "Sure to delete?", |
|||
"recallMessage": "Recall Message", |
|||
"confirmRecall": "Sure to recall?", |
|||
"deleteSuccess": "Deleted", |
|||
"resendNotSupported": "Resend not supported", |
|||
"sendFailed": "Send failed", |
|||
"uploadFailed": "Upload failed", |
|||
"userBanned": "You are banned: {reason}", |
|||
"groupBanned": "You are banned in group: {reason}", |
|||
"atAll": "All", |
|||
"file": "File", |
|||
"album": "Album", |
|||
"camera": "Camera", |
|||
"noFriends": "No friends", |
|||
"title": "Chat" |
|||
}, |
|||
"common": { |
|||
"confirm": "OK", |
|||
"cancel": "Cancel", |
|||
"loading": "Loading...", |
|||
"justNow": "Just now", |
|||
"minutesAgo": "minutes ago", |
|||
"yesterday": "Yesterday" |
|||
} |
|||
} |
|||
@ -0,0 +1,46 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "Copier", |
|||
"recall": "Rappeler", |
|||
"delete": "Supprimer", |
|||
"download": "Télécharger", |
|||
"read": "Lu", |
|||
"unread": "Non lu", |
|||
"readedCount": "{count} personnes lues", |
|||
"guessWantAsk": "Vous pouvez demander", |
|||
"typing": "En train d'écrire...", |
|||
"autoReplyFailed": "Échec de la réponse auto", |
|||
"receiptMessage": "【Lu】", |
|||
"inputPlaceholder": "Entrez un message", |
|||
"send": "Envoyer", |
|||
"newMessages": "{count} nouveaux messages", |
|||
"cannotSendBlank": "Pas de message vide", |
|||
"copySuccess": "Copié", |
|||
"copyFailed": "Échec de la copie", |
|||
"downloadFailed": "Échec du téléchargement", |
|||
"deleteMessage": "Supprimer le message", |
|||
"confirmDelete": "Supprimer ce message?", |
|||
"recallMessage": "Rappeler le message", |
|||
"confirmRecall": "Rappeler ce message?", |
|||
"deleteSuccess": "Supprimé", |
|||
"resendNotSupported": "Non supporté", |
|||
"sendFailed": "Échec de l'envoi", |
|||
"uploadFailed": "Échec du téléversement", |
|||
"userBanned": "Muet: {reason}", |
|||
"groupBanned": "Groupe muet: {reason}", |
|||
"atAll": "Tous", |
|||
"file": "Fichier", |
|||
"album": "Album", |
|||
"camera": "Caméra", |
|||
"noFriends": "Pas d'amis", |
|||
"title": "Discussion" |
|||
}, |
|||
"common": { |
|||
"confirm": "OK", |
|||
"cancel": "Annuler", |
|||
"loading": "Chargement...", |
|||
"justNow": "À l'instant", |
|||
"minutesAgo": "min avant", |
|||
"yesterday": "Hier" |
|||
} |
|||
} |
|||
@ -0,0 +1,46 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "コピー", |
|||
"recall": "取り消し", |
|||
"delete": "削除", |
|||
"download": "ダウンロードして開く", |
|||
"read": "既読", |
|||
"unread": "未読", |
|||
"readedCount": "{count}人が既読", |
|||
"guessWantAsk": "質問したいこと", |
|||
"typing": "入力中...", |
|||
"autoReplyFailed": "自動返信失敗", |
|||
"receiptMessage": "【既読確認】", |
|||
"inputPlaceholder": "メッセージを入力", |
|||
"send": "送信", |
|||
"newMessages": "{count}件の新着メッセージ", |
|||
"cannotSendBlank": "空白メッセージは送信できません", |
|||
"copySuccess": "コピー成功", |
|||
"copyFailed": "コピー失敗", |
|||
"downloadFailed": "ダウンロード失敗", |
|||
"deleteMessage": "メッセージ削除", |
|||
"confirmDelete": "このメッセージを削除しますか?", |
|||
"recallMessage": "メッセージ取り消し", |
|||
"confirmRecall": "このメッセージを取り消しますか?", |
|||
"deleteSuccess": "削除成功", |
|||
"resendNotSupported": "再送信に対応していません", |
|||
"sendFailed": "送信失敗", |
|||
"uploadFailed": "アップロード失敗", |
|||
"userBanned": "発言禁止されています: {reason}", |
|||
"groupBanned": "グループで発言禁止: {reason}", |
|||
"atAll": "全員", |
|||
"file": "ファイル", |
|||
"album": "アルバム", |
|||
"camera": "カメラ", |
|||
"noFriends": "友達なし", |
|||
"title": "チャット" |
|||
}, |
|||
"common": { |
|||
"confirm": "確定", |
|||
"cancel": "キャンセル", |
|||
"loading": "読み込み中...", |
|||
"justNow": "たった今", |
|||
"minutesAgo": "分前", |
|||
"yesterday": "昨日" |
|||
} |
|||
} |
|||
@ -0,0 +1,46 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "복사", |
|||
"recall": "취소", |
|||
"delete": "삭제", |
|||
"download": "다운로드 및 열기", |
|||
"read": "읽음", |
|||
"unread": "안읽음", |
|||
"readedCount": "{count}명 읽음", |
|||
"guessWantAsk": "물어보고 싶은 것", |
|||
"typing": "입력 중...", |
|||
"autoReplyFailed": "자동 회신 실패", |
|||
"receiptMessage": "【읽음 확인】", |
|||
"inputPlaceholder": "메시지 입력", |
|||
"send": "전송", |
|||
"newMessages": "{count}개의 새 메시지", |
|||
"cannotSendBlank": "빈 메시지는 보낼 수 없습니다", |
|||
"copySuccess": "복사 성공", |
|||
"copyFailed": "복사 실패", |
|||
"downloadFailed": "다운로드 실패", |
|||
"deleteMessage": "메시지 삭제", |
|||
"confirmDelete": "이 메시지를 삭제할까요?", |
|||
"recallMessage": "메시지 취소", |
|||
"confirmRecall": "이 메시지를 취소할까요?", |
|||
"deleteSuccess": "삭제 성공", |
|||
"resendNotSupported": "재전송 지원 안됨", |
|||
"sendFailed": "전송 실패", |
|||
"uploadFailed": "업로드 실패", |
|||
"userBanned": "채팅 금지: {reason}", |
|||
"groupBanned": "그룹 채팅 금지: {reason}", |
|||
"atAll": "모두", |
|||
"file": "파일", |
|||
"album": "앨범", |
|||
"camera": "카메라", |
|||
"noFriends": "친구 없음", |
|||
"title": "채팅" |
|||
}, |
|||
"common": { |
|||
"confirm": "확인", |
|||
"cancel": "취소", |
|||
"loading": "로딩 중...", |
|||
"justNow": "방금", |
|||
"minutesAgo": "분 전", |
|||
"yesterday": "어제" |
|||
} |
|||
} |
|||
@ -0,0 +1,46 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "Copiar", |
|||
"recall": "Retirar", |
|||
"delete": "Excluir", |
|||
"download": "Baixar", |
|||
"read": "Lido", |
|||
"unread": "Não lido", |
|||
"readedCount": "{count} pessoas leram", |
|||
"guessWantAsk": "Talvez queira perguntar", |
|||
"typing": "Digitando...", |
|||
"autoReplyFailed": "Resposta automática falhou", |
|||
"receiptMessage": "【Lido】", |
|||
"inputPlaceholder": "Digite uma mensagem", |
|||
"send": "Enviar", |
|||
"newMessages": "{count} novas mensagens", |
|||
"cannotSendBlank": "Não envie mensagem vazia", |
|||
"copySuccess": "Copiado", |
|||
"copyFailed": "Falha ao copiar", |
|||
"downloadFailed": "Falha no download", |
|||
"deleteMessage": "Excluir mensagem", |
|||
"confirmDelete": "Excluir esta mensagem?", |
|||
"recallMessage": "Retirar mensagem", |
|||
"confirmRecall": "Retirar esta mensagem?", |
|||
"deleteSuccess": "Excluído", |
|||
"resendNotSupported": "Não suportado", |
|||
"sendFailed": "Falha no envio", |
|||
"uploadFailed": "Falha no upload", |
|||
"userBanned": "Silenciado: {reason}", |
|||
"groupBanned": "Grupo silenciado: {reason}", |
|||
"atAll": "Todos", |
|||
"file": "Arquivo", |
|||
"album": "Álbum", |
|||
"camera": "Câmera", |
|||
"noFriends": "Sem amigos", |
|||
"title": "Chat" |
|||
}, |
|||
"common": { |
|||
"confirm": "OK", |
|||
"cancel": "Cancelar", |
|||
"loading": "Carregando...", |
|||
"justNow": "Agora mesmo", |
|||
"minutesAgo": "min atrás", |
|||
"yesterday": "Ontem" |
|||
} |
|||
} |
|||
@ -0,0 +1,46 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "Копировать", |
|||
"recall": "Отозвать", |
|||
"delete": "Удалить", |
|||
"download": "Скачать и открыть", |
|||
"read": "Прочитано", |
|||
"unread": "Не прочитано", |
|||
"readedCount": "{count} человек прочитало", |
|||
"guessWantAsk": "Возможно, вы хотите спросить", |
|||
"typing": "Печатает...", |
|||
"autoReplyFailed": "Автоответ не удался", |
|||
"receiptMessage": "【Прочитано】", |
|||
"inputPlaceholder": "Введите сообщение", |
|||
"send": "Отправить", |
|||
"newMessages": "{count} новых сообщений", |
|||
"cannotSendBlank": "Нельзя отправить пустое", |
|||
"copySuccess": "Скопировано", |
|||
"copyFailed": "Ошибка копирования", |
|||
"downloadFailed": "Ошибка загрузки", |
|||
"deleteMessage": "Удалить сообщение", |
|||
"confirmDelete": "Удалить это сообщение?", |
|||
"recallMessage": "Отозвать сообщение", |
|||
"confirmRecall": "Отозвать это сообщение?", |
|||
"deleteSuccess": "Удалено", |
|||
"resendNotSupported": "Не поддерживается", |
|||
"sendFailed": "Ошибка отправки", |
|||
"uploadFailed": "Ошибка загрузки", |
|||
"userBanned": "Вы заблокированы: {reason}", |
|||
"groupBanned": "В группе блокировка: {reason}", |
|||
"atAll": "Все", |
|||
"file": "Файл", |
|||
"album": "Альбом", |
|||
"camera": "Камера", |
|||
"noFriends": "Нет друзей", |
|||
"title": "Чат" |
|||
}, |
|||
"common": { |
|||
"confirm": "ОК", |
|||
"cancel": "Отмена", |
|||
"loading": "Загрузка...", |
|||
"justNow": "Только что", |
|||
"minutesAgo": "мин назад", |
|||
"yesterday": "Вчера" |
|||
} |
|||
} |
|||
@ -0,0 +1,46 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "Sao chép", |
|||
"recall": "Thu hồi", |
|||
"delete": "Xóa", |
|||
"download": "Tải & mở", |
|||
"read": "Đã đọc", |
|||
"unread": "Chưa đọc", |
|||
"readedCount": "{count} người đã đọc", |
|||
"guessWantAsk": "Bạn có thể hỏi", |
|||
"typing": "Đang nhập...", |
|||
"autoReplyFailed": "Trả lời tự động thất bại", |
|||
"receiptMessage": "【Đã đọc】", |
|||
"inputPlaceholder": "Nhập tin nhắn", |
|||
"send": "Gửi", |
|||
"newMessages": "{count} tin nhắn mới", |
|||
"cannotSendBlank": "Không gửi tin rỗng", |
|||
"copySuccess": "Sao chép thành công", |
|||
"copyFailed": "Sao chép thất bại", |
|||
"downloadFailed": "Tải thất bại", |
|||
"deleteMessage": "Xóa tin nhắn", |
|||
"confirmDelete": "Xóa tin này?", |
|||
"recallMessage": "Thu hồi tin nhắn", |
|||
"confirmRecall": "Thu hồi tin này?", |
|||
"deleteSuccess": "Xóa thành công", |
|||
"resendNotSupported": "Không hỗ trợ gửi lại", |
|||
"sendFailed": "Gửi thất bại", |
|||
"uploadFailed": "Tải lên thất bại", |
|||
"userBanned": "Bạn bị cấm nói: {reason}", |
|||
"groupBanned": "Bị cấm trong nhóm: {reason}", |
|||
"atAll": "Tất cả", |
|||
"file": "Tệp", |
|||
"album": "Thư viện", |
|||
"camera": "Máy ảnh", |
|||
"noFriends": "Chưa có bạn bè", |
|||
"title": "Trò chuyện" |
|||
}, |
|||
"common": { |
|||
"confirm": "Xác nhận", |
|||
"cancel": "Hủy", |
|||
"loading": "Đang tải...", |
|||
"justNow": "Vừa xong", |
|||
"minutesAgo": "phút trước", |
|||
"yesterday": "Hôm qua" |
|||
} |
|||
} |
|||
@ -0,0 +1,47 @@ |
|||
{ |
|||
"chat": { |
|||
"copy": "复制", |
|||
"recall": "撤回", |
|||
"delete": "删除", |
|||
"download": "下载并打开", |
|||
"read": "已读", |
|||
"unread": "未读", |
|||
"readedCount": "{count}人已读", |
|||
|
|||
"guessWantAsk": "你可能想问", |
|||
"typing": "正在输入...", |
|||
"autoReplyFailed": "自动回复失败", |
|||
"receiptMessage": "【已读回执】", |
|||
"inputPlaceholder": "请输入消息", |
|||
"send": "发送", |
|||
"newMessages": "{count}条新消息", |
|||
"cannotSendBlank": "不能发送空消息", |
|||
"copySuccess": "复制成功", |
|||
"copyFailed": "复制失败", |
|||
"downloadFailed": "下载失败", |
|||
"deleteMessage": "删除消息", |
|||
"confirmDelete": "确定删除此消息?", |
|||
"recallMessage": "撤回消息", |
|||
"confirmRecall": "确定撤回此消息?", |
|||
"deleteSuccess": "删除成功", |
|||
"resendNotSupported": "暂不支持重发该类型消息", |
|||
"sendFailed": "发送失败", |
|||
"uploadFailed": "上传失败", |
|||
"userBanned": "你已被禁言,原因:{reason}", |
|||
"groupBanned": "你已被群禁言,原因:{reason}", |
|||
"atAll": "所有人", |
|||
"file": "文件", |
|||
"album": "相册", |
|||
"camera": "相机", |
|||
"noFriends": "暂无好友", |
|||
"title": "聊天" |
|||
}, |
|||
"common": { |
|||
"confirm": "确定", |
|||
"cancel": "取消", |
|||
"loading": "加载中...", |
|||
"justNow": "刚刚", |
|||
"minutesAgo": "分钟前", |
|||
"yesterday": "昨天" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue