Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b1ccdd8f88
12 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "Anzahl der Einträge",
|
||||
"workspaceData": "Arbeitsbereichsdaten",
|
||||
"confirmRemoveRelationField": "Sind Sie sicher, dass Sie das Feld, das mit <b>${x}</b> verknüpft ist, löschen möchten?",
|
||||
"removeButKeepRelationField": "Entfernen, aber verknüpftes Feld behalten",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "Number of entries",
|
||||
"workspaceData": "Workspace data",
|
||||
"confirmRemoveRelationField": "Are you sure you want to delete the field associated with <b>${x}</b>?",
|
||||
"removeButKeepRelationField": "Remove, but keep related field",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "Número de entradas",
|
||||
"workspaceData": "Datos del espacio de trabajo",
|
||||
"confirmRemoveRelationField": "¿Está seguro de que desea eliminar el campo asociado a <b>${x}</b>?",
|
||||
"removeButKeepRelationField": "Eliminar, pero mantener el campo relacionado",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "Nombre d'entrées",
|
||||
"workspaceData": "Données de l'espace de travail",
|
||||
"confirmRemoveRelationField": "Êtes-vous sûr de vouloir supprimer le champ associé à <b>${x}</b>?",
|
||||
"removeButKeepRelationField": "Supprimer, mais conserver le champ associé",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "מספר ערכים",
|
||||
"workspaceData": "נתוני סביבת עבודה",
|
||||
"confirmRemoveRelationField": "האם אתה בטוח שברצונך למחוק את השדה המשויך ל-<b>${x}</b>?",
|
||||
"removeButKeepRelationField": "מחק, אך שמור על שדה הקשר",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "Numero di voci",
|
||||
"workspaceData": "Dati dello spazio di lavoro",
|
||||
"confirmRemoveRelationField": "Sei sicuro di voler eliminare il campo associato a <b>${x}</b>?",
|
||||
"removeButKeepRelationField": "Rimuovi, ma mantieni il campo correlato",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "エントリ数",
|
||||
"workspaceData": "ワークスペースデータ",
|
||||
"confirmRemoveRelationField": "<b>${x}</b> に関連するフィールドを同時に削除してもよろしいですか?",
|
||||
"removeButKeepRelationField": "削除して関連フィールドを保持",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "Количество записей",
|
||||
"workspaceData": "Dane przestrzeni roboczej",
|
||||
"confirmRemoveRelationField": "Czy na pewno chcesz usunąć pole powiązane z <b>${x}</b>?",
|
||||
"removeButKeepRelationField": "Usuń, ale zachowaj powiązane pole",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "Количество записей",
|
||||
"workspaceData": "Данные рабочей области",
|
||||
"confirmRemoveRelationField": "Вы уверены, что хотите удалить поле, связанное с <b>${x}</b>?",
|
||||
"removeButKeepRelationField": "Удалить, но сохранить связанное поле",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "條目數",
|
||||
"workspaceData": "工作空間數據",
|
||||
"confirmRemoveRelationField": "確定同時刪除關聯至 <b>${x}</b> 中的字段嗎?",
|
||||
"removeButKeepRelationField": "刪除,但保留關聯字段",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"entryNum": "条目数",
|
||||
"workspaceData": "工作空间数据",
|
||||
"confirmRemoveRelationField": "确定同时删除关联至 <b>${x}</b> 中的字段吗?",
|
||||
"removeButKeepRelationField": "删除,但保留关联字段",
|
||||
|
|
|
@ -187,7 +187,7 @@ export const getViewHTML = (data: IAV) => {
|
|||
</button>
|
||||
<button class="b3-menu__item" data-type="set-page-size" data-size="${view.pageSize}">
|
||||
<svg class="b3-menu__icon"></svg>
|
||||
<span class="b3-menu__label">${window.siyuan.languages.pageCount}</span>
|
||||
<span class="b3-menu__label">${window.siyuan.languages.entryNum}</span>
|
||||
<span class="b3-menu__accelerator">${view.pageSize === Constants.SIZE_DATABASE_MAZ_SIZE ? window.siyuan.languages.all : view.pageSize}</span>
|
||||
<svg class="b3-menu__icon b3-menu__icon--small"><use xlink:href="#iconRight"></use></svg>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue