diff --git a/web/src/locales/pt-BR.json b/web/src/locales/pt-BR.json index 001a0b88..71b6f3c2 100644 --- a/web/src/locales/pt-BR.json +++ b/web/src/locales/pt-BR.json @@ -33,6 +33,7 @@ "confirm": "Confirmar", "create": "Criar", "database": "Banco de dados", + "days": "Dias", "delete": "Deletar", "description": "Descrição", "edit": "Editar", @@ -47,6 +48,7 @@ "learn-more": "Saiba mais", "link": "Link", "mark": "Vincular", + "memos": "Memos", "name": "Nome", "new": "Novo", "nickname": "Apelido", @@ -93,6 +95,7 @@ "wed": "Qua" }, "editor": { + "add-your-comment-here": "Adicione seu comentário aqui…", "any-thoughts": "Alguma ideia…", "save": "Salvar" }, @@ -170,6 +173,12 @@ "update-succeed": "Atualizado com êxito", "user-not-found": "Usuário não encontrado" }, + "reference": { + "add-references": "Adicionar referências", + "embedded-usage": "Usar como Conteúdo Incorporado", + "no-memos-found": "Nenhum memo encontrado", + "search-bar-placeholder": "Pesquisar conteúdo" + }, "resource": { "clear": "Limpar", "copy-link": "Copiar link", diff --git a/web/src/locales/tr.json b/web/src/locales/tr.json index c4a7459f..6e8205d1 100644 --- a/web/src/locales/tr.json +++ b/web/src/locales/tr.json @@ -32,6 +32,7 @@ "confirm": "Onayla", "create": "Oluştur", "database": "Veritabanı", + "days": "Günler", "delete": "Sil", "description": "Açıklama", "edit": "Düzenle", @@ -46,6 +47,7 @@ "learn-more": "Daha fazla bilgi edinin", "link": "Link", "mark": "Mark", + "memos": "Notlar", "name": "İsim", "new": "Yeni", "nickname": "Takma ad", @@ -92,6 +94,7 @@ "wed": "Çar" }, "editor": { + "add-your-comment-here": "Yorumunuzu buraya ekleyin...", "any-thoughts": "Düşünceleriniz...", "save": "Kaydet" }, @@ -169,6 +172,12 @@ "update-succeed": "Başarıyla güncellendi", "user-not-found": "Kullanıcı bulunamadı" }, + "reference": { + "add-references": "Referans ekle", + "embedded-usage": "Gömülü İçerik Olarak Kullan", + "no-memos-found": "Hiçbir not bulunamadı", + "search-bar-placeholder": "İçerik ara" + }, "resource": { "clear": "Temizle", "copy-link": "Bağlantıyı kopyala", diff --git a/web/src/locales/zh-Hans.json b/web/src/locales/zh-Hans.json index 79d26151..e78325f1 100644 --- a/web/src/locales/zh-Hans.json +++ b/web/src/locales/zh-Hans.json @@ -31,6 +31,7 @@ "confirm": "确定", "create": "创建", "database": "数据库", + "days": "天", "delete": "删除", "description": "说明", "edit": "编辑", @@ -45,6 +46,7 @@ "learn-more": "了解更多", "link": "链接", "mark": "引用", + "memos": "备忘录", "name": "名称", "new": "新建", "nickname": "昵称", @@ -91,6 +93,7 @@ "wed": "三" }, "editor": { + "add-your-comment-here": "请输入你的评论…", "any-thoughts": "此刻的想法...", "save": "保存" }, @@ -168,6 +171,12 @@ "update-succeed": "更新成功", "user-not-found": "未找到该用户" }, + "reference": { + "add-references": "添加引用", + "embedded-usage": "作为嵌入内容使用", + "no-memos-found": "没有发现备忘录", + "search-bar-placeholder": "搜索内容" + }, "resource": { "clear": "清除", "copy-link": "复制链接",