Merge pull request #245 from weblate/weblate-focalboard-webapp
Translations update from Weblate
This commit is contained in:
commit
e79eb3b431
6 changed files with 104 additions and 12 deletions
|
@ -20,20 +20,36 @@
|
|||
"ContentBlock.Delete": "Supprimer",
|
||||
"ContentBlock.DeleteAction": "Supprimer",
|
||||
"ContentBlock.addElement": "ajouter {type}",
|
||||
"ContentBlock.checkbox": "case à cocher",
|
||||
"ContentBlock.divider": "séparateur",
|
||||
"ContentBlock.editCardCheckboxText": "éditer le texte de la carte",
|
||||
"ContentBlock.editCardText": "éditer le texte de la carte",
|
||||
"ContentBlock.editText": "Editer le texte...",
|
||||
"ContentBlock.image": "image",
|
||||
"ContentBlock.insertAbove": "Insérer au dessus",
|
||||
"ContentBlock.moveDown": "Déplacer vers le bas",
|
||||
"ContentBlock.moveUp": "Déplacer vers le haut",
|
||||
"ContentBlock.text": "texte",
|
||||
"Dialog.closeDialog": "Fermer la boîte de dialogue",
|
||||
"EmptyCenterPanel.no-content": "Ajoutez ou sélectionnez un tableau dans la barre latérale pour commencer.",
|
||||
"EmptyCenterPanel.workspace": "Ceci est l'espace de travail pour :",
|
||||
"Filter.includes": "inclus",
|
||||
"Filter.is-empty": "est vide",
|
||||
"Filter.is-not-empty": "n'est pas vide",
|
||||
"Filter.not-includes": "n'inclut pas",
|
||||
"FilterComponent.add-filter": "+ Ajouter un filtre",
|
||||
"FilterComponent.delete": "Supprimer",
|
||||
"GalleryCard.delete": "Supprimer",
|
||||
"GalleryCard.duplicate": "Dupliquer",
|
||||
"KanbanCard.delete": "Supprimer",
|
||||
"KanbanCard.duplicate": "Dupliquer",
|
||||
"KanbanCard.untitled": "Sans titre",
|
||||
"Mutator.duplicate-board": "dupliquer le tableau",
|
||||
"Mutator.new-board-from-template": "nouveau tableau depuis un modèle",
|
||||
"Mutator.new-card-from-template": "nouvelle carte depuis un modèle",
|
||||
"Mutator.new-template-from-board": "nouveau modèle depuis un tableau",
|
||||
"Mutator.new-template-from-card": "nouveau modèle depuis une carte",
|
||||
"PropertyMenu.Delete": "Supprimer",
|
||||
"PropertyMenu.changeType": "Changer le type de propriété",
|
||||
"PropertyMenu.typeTitle": "Type",
|
||||
"PropertyType.Checkbox": "Case à cocher",
|
||||
|
@ -67,6 +83,7 @@
|
|||
"Sidebar.add-board": "+ Ajouter un tableau",
|
||||
"Sidebar.add-template": "+ Nouveau modèle",
|
||||
"Sidebar.changePassword": "Modifier le mot de passe",
|
||||
"Sidebar.chinese": "Chinois",
|
||||
"Sidebar.dark-theme": "Thème foncé",
|
||||
"Sidebar.default-theme": "Thème par défaut",
|
||||
"Sidebar.delete-board": "Supprimer le tableau",
|
||||
|
@ -85,6 +102,7 @@
|
|||
"Sidebar.light-theme": "Thème clair",
|
||||
"Sidebar.logout": "Se déconnecter",
|
||||
"Sidebar.no-views-in-board": "Pas de page incluse",
|
||||
"Sidebar.occitan": "Occitan",
|
||||
"Sidebar.russian": "Russe",
|
||||
"Sidebar.select-a-template": "Sélectionner un modèle",
|
||||
"Sidebar.set-language": "Choisir la langue",
|
||||
|
@ -92,6 +110,7 @@
|
|||
"Sidebar.settings": "Réglages",
|
||||
"Sidebar.spanish": "Espagnol",
|
||||
"Sidebar.template-from-board": "Nouveau modèle depuis le tableau",
|
||||
"Sidebar.turkish": "Turc",
|
||||
"Sidebar.untitled": "Sans titre",
|
||||
"Sidebar.untitled-board": "(Tableau sans titre)",
|
||||
"Sidebar.untitled-view": "(Vue sans titre)",
|
||||
|
@ -106,6 +125,8 @@
|
|||
"TableHeaderMenu.sort-ascending": "Tri ascendant",
|
||||
"TableHeaderMenu.sort-descending": "Tri descendant",
|
||||
"TableRow.open": "Ouvrir",
|
||||
"View.AddView": "Ajouter une vue",
|
||||
"View.DeleteView": "Supprimer la vue",
|
||||
"View.NewBoardTitle": "Vue en tableau",
|
||||
"View.NewTableTitle": "Vue en table",
|
||||
"ViewHeader.add-template": "+ Nouveau modèle",
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"CardDetail.add-icon": "アイコンを追加する",
|
||||
"CardDetail.add-property": "+ プロパティを追加する",
|
||||
"CardDetail.addCardText": "カードテキストを追加する",
|
||||
"CardDetail.moveContent": "カード内容の移動",
|
||||
"CardDetail.new-comment-placeholder": "コメントを追加する...",
|
||||
"CardDialog.editing-template": "テンプレートを編集しています",
|
||||
"CardDialog.nocard": "このカードは存在しないか、アクセスできません",
|
||||
|
@ -20,20 +21,37 @@
|
|||
"ContentBlock.Delete": "削除",
|
||||
"ContentBlock.DeleteAction": "削除する",
|
||||
"ContentBlock.addElement": "{type} を追加する",
|
||||
"ContentBlock.checkbox": "チェックボックス",
|
||||
"ContentBlock.divider": "仕切り",
|
||||
"ContentBlock.editCardCheckbox": "切替えられたチェックボックス",
|
||||
"ContentBlock.editCardCheckboxText": "カードテキストの編集",
|
||||
"ContentBlock.editCardText": "カードテキストの編集",
|
||||
"ContentBlock.editText": "テキストを編集する...",
|
||||
"ContentBlock.image": "画像",
|
||||
"ContentBlock.insertAbove": "上に挿入する",
|
||||
"ContentBlock.moveDown": "下へ移動する",
|
||||
"ContentBlock.moveUp": "上へ移動する",
|
||||
"ContentBlock.text": "テキスト",
|
||||
"Dialog.closeDialog": "ダイアログを閉じる",
|
||||
"EmptyCenterPanel.no-content": "開始するにはサイドバーからボードを追加または選択してください。",
|
||||
"EmptyCenterPanel.workspace": "このワークスペースの目的:",
|
||||
"Filter.includes": "を含む",
|
||||
"Filter.is-empty": "が空である",
|
||||
"Filter.is-not-empty": "が空でない",
|
||||
"Filter.not-includes": "を含まない",
|
||||
"FilterComponent.add-filter": "+ フィルターを追加する",
|
||||
"FilterComponent.delete": "削除",
|
||||
"GalleryCard.delete": "削除",
|
||||
"GalleryCard.duplicate": "複製",
|
||||
"KanbanCard.delete": "削除",
|
||||
"KanbanCard.duplicate": "複製",
|
||||
"KanbanCard.untitled": "名無し",
|
||||
"Mutator.duplicate-board": "ボードを複製する",
|
||||
"Mutator.new-board-from-template": "テンプレートから新しいボードを作成",
|
||||
"Mutator.new-card-from-template": "テンプレートから新しいカードを作成",
|
||||
"Mutator.new-template-from-board": "ボードから新しいテンプレートを作成",
|
||||
"Mutator.new-template-from-card": "カードから新しいテンプレートを作成",
|
||||
"PropertyMenu.Delete": "削除",
|
||||
"PropertyMenu.changeType": "プロパティのタイプを変更する",
|
||||
"PropertyMenu.typeTitle": "タイプ",
|
||||
"PropertyType.Checkbox": "チェックボックス",
|
||||
|
@ -93,6 +111,7 @@
|
|||
"Sidebar.set-theme": "テーマ設定",
|
||||
"Sidebar.settings": "設定",
|
||||
"Sidebar.spanish": "Spanish",
|
||||
"Sidebar.system-theme": "システムテーマ",
|
||||
"Sidebar.template-from-board": "ボードから新しいテンプレートを作成",
|
||||
"Sidebar.turkish": "Turkish",
|
||||
"Sidebar.untitled": "名無し",
|
||||
|
@ -109,8 +128,14 @@
|
|||
"TableHeaderMenu.sort-ascending": "昇順でソート",
|
||||
"TableHeaderMenu.sort-descending": "降順でソート",
|
||||
"TableRow.open": "開く",
|
||||
"View.AddView": "ビューを追加",
|
||||
"View.Board": "ボード",
|
||||
"View.DeleteView": "ビューの削除",
|
||||
"View.DuplicateView": "ビューの複製",
|
||||
"View.NewBoardTitle": "ボード表示",
|
||||
"View.NewGalleryTitle": "ギャラリービュー",
|
||||
"View.NewTableTitle": "テーブル表示",
|
||||
"View.Table": "テーブル",
|
||||
"ViewHeader.add-template": "+ 新しいテンプレート",
|
||||
"ViewHeader.delete-template": "削除",
|
||||
"ViewHeader.edit-template": "編集",
|
||||
|
@ -133,5 +158,12 @@
|
|||
"ViewTitle.random-icon": "ランダム",
|
||||
"ViewTitle.remove-icon": "アイコンを削除する",
|
||||
"ViewTitle.show-description": "説明を表示",
|
||||
"ViewTitle.untitled-board": "Untitled board"
|
||||
"ViewTitle.untitled-board": "Untitled board",
|
||||
"Workspace.editing-board-template": "ボードのテンプレートを編集中しています",
|
||||
"default-properties.title": "タイトル",
|
||||
"login.log-in-button": "ログイン",
|
||||
"login.log-in-title": "ログイン",
|
||||
"login.register-button": "アカウントをお持ちでない方はアカウントを作成してください",
|
||||
"register.login-button": "または、すでにアカウントをお持ちの方はログインしてください",
|
||||
"register.signup-title": "アカウント登録"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"CardDetail.add-icon": "Pictogram toevoegen",
|
||||
"CardDetail.add-property": "+ Een eigenschap toevoegen",
|
||||
"CardDetail.addCardText": "kaarttekst toevoegen",
|
||||
"CardDetail.moveContent": "inhoud van de kaart verplaatsen",
|
||||
"CardDetail.new-comment-placeholder": "Voeg commentaar toe...",
|
||||
"CardDialog.editing-template": "Je bent een sjabloon aan het bewerken",
|
||||
"CardDialog.nocard": "Deze kaart bestaat niet of is ontoegankelijk",
|
||||
|
@ -55,7 +56,7 @@
|
|||
"PropertyMenu.typeTitle": "Type",
|
||||
"PropertyType.Checkbox": "Selectievakje",
|
||||
"PropertyType.CreatedBy": "Gemaakt door",
|
||||
"PropertyType.CreatedTime": "Created Time",
|
||||
"PropertyType.CreatedTime": "Aangemaakt op",
|
||||
"PropertyType.Email": "E-mail",
|
||||
"PropertyType.File": "Bestand of Media",
|
||||
"PropertyType.MultiSelect": "Multiselect",
|
||||
|
@ -158,5 +159,11 @@
|
|||
"ViewTitle.remove-icon": "Verwijder pictogram",
|
||||
"ViewTitle.show-description": "beschrijving tonen",
|
||||
"ViewTitle.untitled-board": "Titelloze bord",
|
||||
"Workspace.editing-board-template": "Je bent een bordsjabloon aan het bewerken"
|
||||
"Workspace.editing-board-template": "Je bent een bordsjabloon aan het bewerken",
|
||||
"default-properties.title": "Titel",
|
||||
"login.log-in-button": "Aanmelden",
|
||||
"login.log-in-title": "Aanmelden",
|
||||
"login.register-button": "of maak een account aan als je er nog geen hebt",
|
||||
"register.login-button": "of meldt je aan als je al een account hebt",
|
||||
"register.signup-title": "Maak een nieuw account"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"CardDetail.add-icon": "Добавить иконку",
|
||||
"CardDetail.add-property": "+ Добавить свойство",
|
||||
"CardDetail.addCardText": "добавить текст карточки",
|
||||
"CardDetail.moveContent": "переместить содержимое карты",
|
||||
"CardDetail.new-comment-placeholder": "Добавить комментарий...",
|
||||
"CardDialog.editing-template": "Вы редактируете шаблон",
|
||||
"CardDialog.nocard": "Карточка не существует или недоступна",
|
||||
|
@ -158,5 +159,11 @@
|
|||
"ViewTitle.remove-icon": "Убрать иконку",
|
||||
"ViewTitle.show-description": "показать описание",
|
||||
"ViewTitle.untitled-board": "Доска без названия",
|
||||
"Workspace.editing-board-template": "Вы редактируете шаблон доски"
|
||||
"Workspace.editing-board-template": "Вы редактируете шаблон доски",
|
||||
"default-properties.title": "Заголовок",
|
||||
"login.log-in-button": "Вход в систему",
|
||||
"login.log-in-title": "Вход в систему",
|
||||
"login.register-button": "или создать аккаунт, если у вас его нет",
|
||||
"register.login-button": "или войти в систему, если у вас уже есть аккаунт",
|
||||
"register.signup-title": "Зарегистрируйте свой аккаунт"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"CardDetail.add-icon": "Simge ekle",
|
||||
"CardDetail.add-property": "+ Alan ekle",
|
||||
"CardDetail.addCardText": "kart metni ekle",
|
||||
"CardDetail.moveContent": "kart içeriğini taşı",
|
||||
"CardDetail.new-comment-placeholder": "Bir yorum ekle...",
|
||||
"CardDialog.editing-template": "Bir şablonu düzenliyorsun",
|
||||
"CardDialog.nocard": "Bu kart mevcut değil ya da erişim yok",
|
||||
|
@ -31,12 +32,17 @@
|
|||
"ContentBlock.moveDown": "Alta taşı",
|
||||
"ContentBlock.moveUp": "Yukarı taşı",
|
||||
"ContentBlock.text": "metin",
|
||||
"Dialog.closeDialog": "Pencereyi kapat",
|
||||
"EmptyCenterPanel.no-content": "Başlamak için yan çubukta bir pano ekleyin ya da seçin.",
|
||||
"EmptyCenterPanel.workspace": "Bu çalışma alanı şunun için:",
|
||||
"Filter.includes": "içerir",
|
||||
"Filter.is-empty": "boş",
|
||||
"Filter.is-not-empty": "boş değil",
|
||||
"Filter.not-includes": "içermez",
|
||||
"FilterComponent.add-filter": "+ Filtre ekle",
|
||||
"FilterComponent.delete": "Sil",
|
||||
"GalleryCard.delete": "Sil",
|
||||
"GalleryCard.duplicate": "Kopyala",
|
||||
"KanbanCard.delete": "Sil",
|
||||
"KanbanCard.duplicate": "Kopyala",
|
||||
"KanbanCard.untitled": "Başlıksız",
|
||||
|
@ -45,6 +51,7 @@
|
|||
"Mutator.new-card-from-template": "şablondan yeni kart oluştur",
|
||||
"Mutator.new-template-from-board": "panodan yeni şablon oluştur",
|
||||
"Mutator.new-template-from-card": "karttan yeni şablon oluştur",
|
||||
"PropertyMenu.Delete": "Sil",
|
||||
"PropertyMenu.changeType": "Alan adını değiştir",
|
||||
"PropertyMenu.typeTitle": "Tür",
|
||||
"PropertyType.Checkbox": "Seçim kutusu",
|
||||
|
@ -121,9 +128,14 @@
|
|||
"TableHeaderMenu.sort-ascending": "Artan sıralama",
|
||||
"TableHeaderMenu.sort-descending": "Azalan sıralama",
|
||||
"TableRow.open": "Aç",
|
||||
"View.AddView": "Görünüm Ekle",
|
||||
"View.Board": "Pano",
|
||||
"View.DeleteView": "Görünümü Sil",
|
||||
"View.DuplicateView": "Görünümü Kopyala",
|
||||
"View.NewBoardTitle": "Pano görünümü",
|
||||
"View.NewGalleryTitle": "Galeri görünümü",
|
||||
"View.NewTableTitle": "Tablo görünümü",
|
||||
"View.Table": "Tablo",
|
||||
"ViewHeader.add-template": "+ Yeni şablon",
|
||||
"ViewHeader.delete-template": "Sil",
|
||||
"ViewHeader.edit-template": "Düzenle",
|
||||
|
@ -147,5 +159,11 @@
|
|||
"ViewTitle.remove-icon": "Simgeyi kaldır",
|
||||
"ViewTitle.show-description": "açıklamayı göster",
|
||||
"ViewTitle.untitled-board": "Başlıksız pano",
|
||||
"Workspace.editing-board-template": "Bir tahta kalıbını düzenliyorsunuz"
|
||||
"Workspace.editing-board-template": "Bir tahta kalıbını düzenliyorsunuz",
|
||||
"default-properties.title": "Başlık",
|
||||
"login.log-in-button": "Oturum aç",
|
||||
"login.log-in-title": "Oturum açın",
|
||||
"login.register-button": "ya da hesabınız yoksa bir hesap açın",
|
||||
"register.login-button": "ya da bir hesabınız varsa oturum açın",
|
||||
"register.signup-title": "Hesap açın"
|
||||
}
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
"CardDetail.add-property": "+ 新增属性",
|
||||
"CardDetail.addCardText": "新增卡片文本",
|
||||
"CardDetail.new-comment-placeholder": "新增评论...",
|
||||
"CardDialog.editing-template": "您正在编及范本",
|
||||
"CardDialog.editing-template": "您正在编辑模板",
|
||||
"CardDialog.nocard": "卡片不存在或者无法被存取",
|
||||
"Comment.delete": "删除",
|
||||
"CommentsList.send": "寄送",
|
||||
"CommentsList.send": "发送",
|
||||
"ContentBlock.Delete": "删除",
|
||||
"ContentBlock.DeleteAction": "删除",
|
||||
"ContentBlock.addElement": "新增 {type}",
|
||||
|
@ -29,25 +29,29 @@
|
|||
"ContentBlock.moveDown": "下移",
|
||||
"ContentBlock.moveUp": "上移",
|
||||
"ContentBlock.text": "文字",
|
||||
"Dialog.closeDialog": "关闭对话框",
|
||||
"Filter.includes": "含有",
|
||||
"Filter.is-empty": "为空",
|
||||
"Filter.is-not-empty": "不为空",
|
||||
"Filter.not-includes": "不包含",
|
||||
"FilterComponent.add-filter": "+ 增加过滤条件",
|
||||
"FilterComponent.delete": "删除",
|
||||
"GalleryCard.delete": "删除",
|
||||
"GalleryCard.duplicate": "复制",
|
||||
"KanbanCard.delete": "删除",
|
||||
"KanbanCard.duplicate": "复本",
|
||||
"KanbanCard.untitled": "无标题",
|
||||
"Mutator.duplicate-board": "复制版面",
|
||||
"Mutator.new-board-from-template": "使用范本新增版面",
|
||||
"Mutator.new-card-from-template": "使用范本新增卡片",
|
||||
"Mutator.new-board-from-template": "使用模板新增版面",
|
||||
"Mutator.new-card-from-template": "使用模板新增卡片",
|
||||
"Mutator.new-template-from-board": "从版面新增范本",
|
||||
"Mutator.new-template-from-card": "从卡片新增范本",
|
||||
"PropertyMenu.Delete": "删除",
|
||||
"PropertyMenu.changeType": "修改属性类型",
|
||||
"PropertyMenu.typeTitle": "类型",
|
||||
"PropertyType.Checkbox": "核取方块",
|
||||
"PropertyType.CreatedBy": "由建立",
|
||||
"PropertyType.CreatedTime": "建立时间",
|
||||
"PropertyType.CreatedBy": "创建者",
|
||||
"PropertyType.CreatedTime": "创建时间",
|
||||
"PropertyType.Email": "Email",
|
||||
"PropertyType.File": "档案或媒体",
|
||||
"PropertyType.MultiSelect": "多选",
|
||||
|
@ -119,6 +123,9 @@
|
|||
"TableHeaderMenu.sort-ascending": "升序排列",
|
||||
"TableHeaderMenu.sort-descending": "降序排列",
|
||||
"TableRow.open": "开启",
|
||||
"View.AddView": "添加视图",
|
||||
"View.DeleteView": "删除视图",
|
||||
"View.DuplicateView": "复制视图",
|
||||
"View.NewBoardTitle": "版面视图",
|
||||
"View.NewTableTitle": "图表视图",
|
||||
"ViewHeader.add-template": "+ 新范本",
|
||||
|
@ -126,7 +133,7 @@
|
|||
"ViewHeader.edit-template": "编辑",
|
||||
"ViewHeader.empty-card": "清空卡片",
|
||||
"ViewHeader.export-complete": "导出完成!",
|
||||
"ViewHeader.export-csv": "匯出为 CSV 档",
|
||||
"ViewHeader.export-csv": "导出为 CSV",
|
||||
"ViewHeader.export-failed": "导出失败!",
|
||||
"ViewHeader.filter": "筛选",
|
||||
"ViewHeader.group-by": "以{property}分组",
|
||||
|
|
Loading…
Reference in a new issue